ProjectDataSet.ProjectCustomFieldsRow 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.
Represents a custom field value for a specific ProjectDataSet.ProjectRow row.
public: ref class ProjectDataSet::ProjectCustomFieldsRow : System::Data::DataRow
public class ProjectDataSet.ProjectCustomFieldsRow : System.Data.DataRow
type ProjectDataSet.ProjectCustomFieldsRow = class
inherit DataRow
Public Class ProjectDataSet.ProjectCustomFieldsRow
Inherits DataRow
- Inheritance
-
ProjectDataSet.ProjectCustomFieldsRow
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 |
Represents the display format for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION. |
| DUR_VALUE |
Represents the custom field value if the FIELD_TYPE_ENUM property is set to type DURATION. |
| FIELD_TYPE_ENUM |
Specifies the CustomField.Type value for this custom field. |
| FLAG_VALUE |
Represents the custom field value if the FIELD_TYPE_ENUM property is set to type YESNO. |
| INDICATOR_VALUE |
Represents the custom field value if the FIELD_TYPE_ENUM property is set to type INDICATOR. |
| MD_PROP_ID |
Specifies an integer-formatted unique identifier for this custom field definition. |
| MD_PROP_UID |
Specifies a unique identifier for this custom field definition. |
| NUM_VALUE |
Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type NUMBER. |
| PROJ_UID |
Specifies the unique identifier of the project to which this custom field belongs. |
| TEXT_VALUE |
Specifies the custom field value 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. |