Public Member Functions | |
| bool | ContainsKey (Guid key) |
Static Public Member Functions | |
| static bool | TryGetFieldValueInformation (ProjectServer projectServer, CustomFieldDataSet.CustomFieldsRow customFieldDefinition, ProjectDataSet.ProjectCustomFieldsRow customField, bool multiLang, out object value, out CustomFieldValueType type) |
| Given a custom field definition and a resource custom field, attempt to get the value and type. | |
Properties | |
| ProjectCustomField | this [Guid fieldGuid] [get] |
| For a given field GUID, retrieve the ResourceCustomField. | |
Definition at line 25 of file ProjectCustomFieldsCollection.cs.
| bool Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.ContainsKey | ( | Guid | key | ) |
summary> Adds an item to the T:System.Collections.Generic.ICollection`1. /summary>
param name="item">The object to add to the T:System.Collections.Generic.ICollection`1.
exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1"> is read-only.
Definition at line 193 of file ProjectCustomFieldsCollection.cs.
| static bool Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.TryGetFieldValueInformation | ( | ProjectServer | projectServer, | |
| CustomFieldDataSet.CustomFieldsRow | customFieldDefinition, | |||
| ProjectDataSet.ProjectCustomFieldsRow | customField, | |||
| bool | multiLang, | |||
| out object | value, | |||
| out CustomFieldValueType | type | |||
| ) | [static] |
Given a custom field definition and a resource custom field, attempt to get the value and type.
| projectServer | ProjectServer object | |
| customFieldDefinition | Custom field definition | |
| customField | Resource custom field | |
| value | Out value containing the custom field value if successfull | |
| type | Out value containong the data type if successfull |
Definition at line 38 of file ProjectCustomFieldsCollection.cs.
ProjectCustomField Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomFieldsCollection.this[Guid fieldGuid] [get] |
For a given field GUID, retrieve the ResourceCustomField.
| fieldGuid | GUID of field to retrieve |
Definition at line 141 of file ProjectCustomFieldsCollection.cs.
1.5.8