StatusingDataSet.TaskCustomFieldsRow 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 a single row of custom field data that relates to task status.
public: ref class StatusingDataSet::TaskCustomFieldsRow : System::Data::DataRow
public class StatusingDataSet.TaskCustomFieldsRow : System.Data.DataRow
type StatusingDataSet.TaskCustomFieldsRow = class
inherit DataRow
Public Class StatusingDataSet.TaskCustomFieldsRow
Inherits DataRow
- Inheritance
-
StatusingDataSet.TaskCustomFieldsRow
Properties
| CODE_VALUE |
Specifies the 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 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 custom field is of type DURATION. |
| DUR_VALUE |
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type DURATION. |
| FIELD_TYPE_ENUM |
Specifies the PSDataType for this custom field. |
| FLAG_VALUE |
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type YESNO. |
| INDICATOR_VALUE |
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type INDICATOR. |
| MD_PROP_ID |
Represents the integer-based identifier of the enterprise custom field. |
| MD_PROP_UID |
Represents the unique identifier of the custom field. |
| NUM_VALUE |
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER. |
| PROJ_UID |
Specifies the unique identifier of the project to which the custom field belongs. |
| TASK_UID |
Specifies the unique identifier of the task to which the status applies. |
| TEXT_VALUE |
Specifies the 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. |