Mcs.Epm.MicrosoftProject.mpFx.ProjectCustomField Class Reference

Wraps a custom field for a specific enterprise project. More...

List of all members.

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).


Detailed Description

Wraps a custom field for a specific enterprise project.

Definition at line 22 of file ProjectCustomField.cs.


Property Documentation

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]

Get the name of the custom field.

Definition at line 93 of file ProjectCustomField.cs.

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.


The documentation for this class was generated from the following file:

Generated on Sat Jan 24 13:32:10 2009 for mpFx by  doxygen 1.5.8