Static Public Member Functions | |
| static bool | TryGetFieldValueInformation (ProjectServer projectServer, CustomFieldDataSet.CustomFieldsRow customFieldDefinition, ResourceDataSet.ResourceCustomFieldsRow customField, bool multiLanguage, out object value, out CustomFieldValueType type) |
| Given a custom field definition and a resource custom field, attempt to get the value and type. | |
Properties | |
| ResourceCustomField | this [Guid fieldGuid] [get] |
| For a given field GUID, retrieve the ResourceCustomField. | |
Definition at line 25 of file ResourceCustomFieldsCollection.cs.
| static bool Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomFieldsCollection.TryGetFieldValueInformation | ( | ProjectServer | projectServer, | |
| CustomFieldDataSet.CustomFieldsRow | customFieldDefinition, | |||
| ResourceDataSet.ResourceCustomFieldsRow | customField, | |||
| bool | multiLanguage, | |||
| 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 ResourceCustomFieldsCollection.cs.
ResourceCustomField Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomFieldsCollection.this[Guid fieldGuid] [get] |
For a given field GUID, retrieve the ResourceCustomField.
| fieldGuid | GUID of field to retrieve |
Definition at line 137 of file ResourceCustomFieldsCollection.cs.
1.5.8