ResourceDataSet.ResourceCustomFieldsRow Members
Include Protected Members
Include Inherited Members
Represents a custom field value for a specific ResourceRow row.
The ResourceDataSet.ResourceCustomFieldsRow 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 ID 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 value of the custom field 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.)
(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 value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER.
Specifies the unique identifier of the resource to which this custom field belongs.
(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 a null reference (Nothing in Visual Basic) value.
Determines whether the DATE_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the DUR_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the FIELD_TYPE_ENUM property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the FLAG_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the MD_PROP_ID property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the MD_PROP_NAME property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the MD_PROP_UID property is set to a a null reference (Nothing in Visual Basic) 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 a null reference (Nothing in Visual Basic) value.
Determines whether the TEXT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the CODE_VALUE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
Sets the DATE_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the DUR_FMT property to a a null reference (Nothing in Visual Basic) value.
Sets the DUR_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the FIELD_TYPE_ENUM property to a a null reference (Nothing in Visual Basic) value.
Sets the FLAG_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the MD_PROP_ID property to a a null reference (Nothing in Visual Basic) value.
Sets the MD_PROP_NAME property to a a null reference (Nothing in Visual Basic) value.
Sets the MD_PROP_UID property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the NUM_VALUE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the TEXT_VALUE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
Top