ResourceDataSet.ResourceCustomFieldsRow members
Represents resource custom fields as a row in the ResourceDataSet.ResourceCustomFieldsDataTable object.
The ResourceDataSet.ResourceCustomFieldsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CODE_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type GUID. | |
CUSTOM_FIELD_UID | The unique identifier for the custom field value. | |
DATE_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type DATE. | |
DUR_FMT | The display format that you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION. | |
DUR_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type DURATION. | |
FIELD_TYPE_ENUM | The PSDataType value for this custom field. | |
FLAG_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type YESNO. | |
HasErrors | (Inherited from DataRow.) | |
INDICATOR_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type INDICATOR. | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
MD_PROP_ID | An integer-based unique identifier for this custom field definition. | |
MD_PROP_NAME | Adds a ResourceCustomFieldsRow object to the ResourceCustomFieldsDataTable. | |
MD_PROP_UID | A unique identifier for this custom field definition. | |
NUM_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER. | |
RES_UID | The unique identifier of the resource to which this custom field belongs. | |
ResourcesRow | A custom field value for a specific ResourceDataSet.ResourceCustomFieldsRow row. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TEXT_VALUE | The value of the custom field if the FIELD_TYPE_ENUM property is set to type STRING. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCODE_VALUENull | Determines whether the CODE_VALUE property is set to a null value. | |
IsDATE_VALUENull | Determines whether the DATE_VALUE property is set to a null value. | |
IsDUR_FMTNull | Determines whether the DUR_FMT property is set to a null value. | |
IsDUR_VALUENull | Determines whether the DUR_VALUE property is set to a null value. | |
IsFIELD_TYPE_ENUMNull | Determines whether the FIELD_TYPE_ENUM property is set to a null value. | |
IsFLAG_VALUENull | Determines whether the FLAG_VALUE property is set to a null value. | |
IsINDICATOR_VALUENull | Determines whether the INDICATOR_VALUE property is set to a null value. | |
IsMD_PROP_IDNull | Determines whether the MD_PROP_ID property is set to a null value. | |
IsMD_PROP_NAMENull | Determines whether the MD_PROP_NAME property is set to a null value. | |
IsMD_PROP_UIDNull | Determines whether the MD_PROP_UID property is set to a null value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsNUM_VALUENull | Determines whether the NUM_VALUE property is set to a null value. | |
IsTEXT_VALUENull | Determines whether the TEXT_VALUE property is set to a null value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCODE_VALUENull | Sets the CODE_VALUE property to a null value. | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetDATE_VALUENull | Sets the DATE_VALUE property to a null value. | |
SetDUR_FMTNull | Sets the DUR_FMT property to a null value. | |
SetDUR_VALUENull | Sets the DUR_VALUE property to a null value. | |
SetFIELD_TYPE_ENUMNull | Sets the FIELD_TYPE_ENUM property to a null value. | |
SetFLAG_VALUENull | Sets the FLAG_VALUE property to a null value. | |
SetINDICATOR_VALUENull | Sets the INDICATOR_VALUE property to a null value. | |
SetMD_PROP_IDNull | Sets the MD_PROP_ID property to a null value. | |
SetMD_PROP_NAMENull | Sets the MD_PROP_NAME property to a null value. | |
SetMD_PROP_UIDNull | Sets the MD_PROP_UID property to a null value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetNUM_VALUENull | Sets the NUM_VALUE property to a null value. | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetTEXT_VALUENull | Sets the TEXT_VALUE property to a null value. | |
ToString | (Inherited from Object.) |
Top