Public Member Functions | |
| void | Update (string newValue, bool checkOut) |
Properties | |
| bool | IsList [get] |
| Returns true if value is a list, false if it is a single value. | |
| List< object > | List [get] |
| If IsList = true, the values for the resource custom fields values are accessible through this property. | |
| CustomFieldValueType | Type [get, set] |
| Get the type of data contained in List or Value. | |
| Guid | PropertyGuid [get, set] |
| Get the property GUID for this resource custom field. | |
| string | Name [get, set] |
| Get the name of the custom field. | |
| object | Value [get] |
| Get the resource custom field value (if IsList = false). | |
Definition at line 22 of file ProjectCustomField.cs.
bool Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.IsList [get] |
Returns true if value is a list, false if it is a single value.
Definition at line 61 of file ProjectCustomField.cs.
List<object> Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.List [get] |
If IsList = true, the values for the resource custom fields values are accessible through this property.
Definition at line 69 of file ProjectCustomField.cs.
string Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.Name [get, set] |
Guid Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.PropertyGuid [get, set] |
Get the property GUID for this resource custom field.
Definition at line 88 of file ProjectCustomField.cs.
CustomFieldValueType Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.Type [get, set] |
Get the type of data contained in List or Value.
Definition at line 83 of file ProjectCustomField.cs.
object Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField.Value [get] |
Get the resource custom field value (if IsList = false).
Definition at line 99 of file ProjectCustomField.cs.
1.5.8