ProjectDataSet.AssignmentCustomFieldsRow Members
Include Protected Members
Include Inherited Members
Represents a custom field value for a specific ProjectDataSet.AssignmentRow row.
The ProjectDataSet.AssignmentCustomFieldsRow type exposes the following members.
Properties
Name
Description
Represents the unique identifier of the assignment to which this custom field applies.
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type GUID.
Specifies the unique identifier for the custom field value.
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type DATE.
Specifies the display format you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type DURATION.
Specifies the PSDataType value for this custom field.
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type YESNO.
(Inherited from DataRow.)
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type INDICATOR.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies an integer formatted unique identifier for this custom field definition.
Specifies a unique identifier for this custom field definition.
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type NUMBER.
Specifies the unique identifier of the project to which this assignment belongs.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type STRING.
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
Determines whether the CODE_VALUE property is set to a null value.
Determines whether the DATE_VALUE property is set to a null value.
Determines whether the DUR_FMT property is set to a null value.
Determines whether the DUR_VALUE property is set to a null value.
Determines whether the FIELD_TYPE_ENUM property is set to a null value.
Determines whether the FLAG_VALUE property is set to a null value.
Determines whether the INDICATOR_VALUE property is set to a null value.
Determines whether the MD_PROP_ID property is set to a null value.
Determines whether the MD_PROP_UID property is set to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the NUM_VALUE property is set to a null value.
Determines whether the TEXT_VALUE property is set to a null value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the CODE_VALUE property to a null value.
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the DATE_VALUE property to a null value.
Sets the DUR_FMT property to a null value.
Sets the DUR_VALUE property to a null value.
Sets the FIELD_TYPE_ENUM property to a null value.
Sets the FLAG_VALUE property to a null value.
Sets the INDICATOR_VALUE property to a null value.
Sets the MD_PROP_ID property to a null value.
Sets the MD_PROP_UID property to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the NUM_VALUE property to a null value.
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the TEXT_VALUE property to a null value.
(Inherited from Object.)
Top