StatusingDataSet.AssnCustomFieldsRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies one row of custom field data that is associated with the status of assignments.
public: ref class StatusingDataSet::AssnCustomFieldsRow : System::Data::DataRow
public class StatusingDataSet.AssnCustomFieldsRow : System.Data.DataRow
type StatusingDataSet.AssnCustomFieldsRow = class
inherit DataRow
Public Class StatusingDataSet.AssnCustomFieldsRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.AssnCustomFieldsRow
Properties
| ASSN_UID |
Indicates the unique identifier of the assignment that is associated with the custom fields. |
| CODE_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type GUID. |
| CUSTOM_FIELD_UID |
Specifies the unique identifier for the custom field value. |
| DATE_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type DATE. |
| DUR_FMT |
Specifies the desired display format for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION. |
| DUR_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type DURATION. |
| FIELD_TYPE_ENUM |
Specifies the PSDataType value for this custom field. |
| FLAG_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type YESNO. |
| INDICATOR_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type INDICATOR. |
| MD_PROP_ID |
Specifies the integer-based identifier of the enterprise custom field. |
| MD_PROP_UID |
Specifies the unique identifier of the enterprise custom field. |
| NUM_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER. |
| PROJ_UID |
Indicates the unique identifier that is associated with the project for the custom field. |
| TEXT_VALUE |
Specifies the field value of the custom field if the FIELD_TYPE_ENUM property is set to type STRING. |
Methods
| IsCODE_VALUENull() |
Determines whether the CODE_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsDATE_VALUENull() |
Determines whether the DATE_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsDUR_FMTNull() |
Determines whether the DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value. |
| IsDUR_VALUENull() |
Determines whether the DUR_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsFIELD_TYPE_ENUMNull() |
Determines whether the FIELD_TYPE_ENUM property is set to a a null reference (Nothing in Visual Basic) value. |
| IsFLAG_VALUENull() |
Determines whether the FLAG_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsINDICATOR_VALUENull() |
Determines whether the INDICATOR_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsMD_PROP_IDNull() |
Determines whether the MD_PROP_ID property is set to a a null reference (Nothing in Visual Basic) value. |
| IsMD_PROP_UIDNull() |
Determines whether the MD_PROP_UID property is set to a a null reference (Nothing in Visual Basic) value. |
| IsNUM_VALUENull() |
Determines whether the NUM_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| IsTEXT_VALUENull() |
Determines whether the TEXT_VALUE property is set to a a null reference (Nothing in Visual Basic) value. |
| SetCODE_VALUENull() |
Sets the CODE_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetDATE_VALUENull() |
Sets the DATE_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetDUR_FMTNull() |
Sets the DUR_FMT property to a a null reference (Nothing in Visual Basic) value. |
| SetDUR_VALUENull() |
Sets the DUR_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetFIELD_TYPE_ENUMNull() |
Sets the FIELD_TYPE_ENUM property to a a null reference (Nothing in Visual Basic) value. |
| SetFLAG_VALUENull() |
Sets the FLAG_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetINDICATOR_VALUENull() |
Sets the INDICATOR_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetMD_PROP_IDNull() |
Sets the MD_PROP_ID property to a a null reference (Nothing in Visual Basic) value. |
| SetMD_PROP_UIDNull() |
Sets the MD_PROP_UID property to a a null reference (Nothing in Visual Basic) value. |
| SetNUM_VALUENull() |
Sets the NUM_VALUE property to a a null reference (Nothing in Visual Basic) value. |
| SetTEXT_VALUENull() |
Sets the TEXT_VALUE property to a a null reference (Nothing in Visual Basic) value. |