ProjectDataSet.ProjectResourceCustomFieldsRow Members
Include Protected Members
Include Inherited Members
Represents a custom field value related to a particular ProjectDataSet.ProjectResourceRow object.
The ProjectDataSet.ProjectResourceCustomFieldsRow type exposes the following members.
Properties
Name
Description
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 value of the custom field if the FIELD_TYPE_ENUM property is set to type YESNO.
(Inherited from DataRow.)
Specifies the value of the custom field 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 the integer-formatted unique identifier for this custom field definition.
Specifies the unique identifier for this custom field definition.
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER.
Specifies the unique identifier of the project to which this custom field belongs.
Specifies the resource unique identifier for this custom field.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies the value of the custom field 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