CustomFieldDataSet.CustomFieldsRow Members
Include Protected Members
Include Inherited Members
An enterprise custom field.
The CustomFieldDataSet.CustomFieldsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
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_AGGREGATION_TYPE_ENUM | Gets or sets the roll-up type for a custom field. | |
MD_ENT_TYPE_UID | Gets or sets the type of entity (project, task, or resource) for the custom field. | |
MD_LOOKUP_TABLE_UID | Gets or sets the unique identifier of the lookup table to use for the custom field. | |
MD_PROP_CHECKOUTBY | Gets or sets the unique identifier of the user who has the custom field checked out for modification. | |
MD_PROP_CHECKOUTDATE | Gets or sets the date and time that the custom field was checked out for modification. | |
MD_PROP_COPY_ON_REASSIGNMENT | Specifies whether to copy the assignment custom field when a task is reassigned to a different resource. | |
MD_PROP_DEFAULT_VALUE | Gets or sets the unique identifier of the default value in a lookup table for a custom field. | |
MD_PROP_DEPARTMENT_UID | Specifies the GUID of the department for a departmental custom field. | |
MD_PROP_DESCRIPTION | The description of the custom field. | |
MD_PROP_FORMULA | Gets or sets the formula that calculates the value of a custom field. | |
MD_PROP_GRAPHICAL_INDICATOR | Gets or sets the graphical indicator for a custom field. | |
MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP | Gets or sets the tooltip text for the graphical indicator. | |
MD_PROP_ID | Gets or sets the Integer identifier of the enterprise custom field. | |
MD_PROP_ID_SECONDARY | Gets or sets the assignment custom field identifier for resource and task custom fields. | |
MD_PROP_IS_LEAF_NODE_ONLY | Specifies whether the custom field value must be a leaf node in the lookup table. | |
MD_PROP_IS_MULTILINE_TEXT | The text custom field can contain multiple lines. | |
MD_PROP_IS_REQUIRED | Specifies whether the custom field is required when the entity (project, resource, or task) is created. | |
MD_PROP_IS_WORKFLOW_CONTROLLED | Specifies whether the custom field is controlled by a workflow. | |
MD_PROP_MAX_VALUES | Specifies whether the custom field has a single value or uses a multivalue lookup table. | |
MD_PROP_NAME | Gets or sets the name of the custom field. | |
MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR | Gets or sets the project summary graphical indicator for the custom field. | |
MD_PROP_ROLLDOWN_TO_ASSN | Specifies whether the resource or task custom field rolls down to assignments. | |
MD_PROP_SUMM_GRAPHICAL_INDICATOR | Gets or sets the custom field graphical indicator for the summary task. | |
MD_PROP_TYPE_ENUM | Gets or sets the type of the custom field. | |
MD_PROP_UID | Gets or sets the unique identifier of the custom field. | |
MD_PROP_UID_SECONDARY | Gets or sets the unique identifier for the assignment custom field for resource and task custom fields. | |
MD_PROP_USE_FOR_MATCHING | Specifies whether to use the resource custom field for matching generic resources. | |
MOD_DATE | Date and time that the custom field was most recently modified. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
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.) | |
IsMD_AGGREGATION_TYPE_ENUMNull | Determines whether the roll-up type for a custom field is set to a null reference (Nothing in Visual Basic). | |
IsMD_LOOKUP_TABLE_UIDNull | Determines whether the unique identifier specifying the roll-up type for a custom field is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_CHECKOUTBYNull | Determines whether the unique identifier that represents the user who has the custom field checked out for modification is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_CHECKOUTDATENull | Determines whether the MD_PROP_CHECKOUTDATE property, used to specify the date and time that the custom field was checked out for modification, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_COPY_ON_REASSIGNMENTNull | Determines whether the MD_PROP_COPY_ON_REASSIGNMENT property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_DEFAULT_VALUENull | Determines whether the unique identifier of the default value in a lookup table for a custom field is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_DEPARTMENT_UIDNull | Determines whether the MD_PROP_DEPARTMENT_UID property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_DESCRIPTIONNull | Determines whether the MD_PROP_DESCRIPTION property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_FORMULANull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property, used to store the formula that calculates the value of a custom field, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_GRAPHICAL_INDICATOR_TOOLTIPNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR property, used to indicate a graphical indicator for a custom field, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR property, used to define a graphical indicator for a custom field, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_ID_SECONDARYNull | Determines whether the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property, used to determine the tooltip for a graphical indicator, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_IDNull | Determines whether the MD_PROP_ID property, used to uniquely identify the enterprise custom field, is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_IS_LEAF_NODE_ONLYNull | Determines whether the MD_PROP_IS_LEAF_NODE_ONLY property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_IS_MULTILINE_TEXTNull | Determines whether the MD_PROP_IS_MULTILINE_TEXT property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_IS_REQUIREDNull | Determines whether the MD_PROP_IS_REQUIRED property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_IS_WORKFLOW_CONTROLLEDNull | Determines whether the MD_PROP_IS_WORKFLOW_CONTROLLED property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_MAX_VALUESNull | Determines whether the MD_PROP_MAX_VALUES property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_ROLLDOWN_TO_ASSNNull | Determines whether the MD_PROP_ROLLDOWN_TO_ASSN property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_SUMM_GRAPHICAL_INDICATORNull | Determines whether the MD_PROP_SUMM_GRAPHICAL_INDICATOR property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_UID_SECONDARYNull | Determines whether the MD_PROP_UID_SECONDARY property is set to a null reference (Nothing in Visual Basic). | |
IsMD_PROP_USE_FOR_MATCHINGNull | Determines whether the MD_PROP_USE_FOR_MATCHING property is set to a null reference (Nothing in Visual Basic). | |
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a null reference (Nothing in Visual Basic). | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetMD_AGGREGATION_TYPE_ENUMNull | Determines whether the MD_AGGREGATION_TYPE_ENUM property is set to a null reference (Nothing in Visual Basic). | |
SetMD_LOOKUP_TABLE_UIDNull | Sets the MD_PROP_IS_LEAF_NODE_ONLY property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_CHECKOUTBYNull | Sets the MD_PROP_CHECKOUT() property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_CHECKOUTDATENull | Sets the MD_PROP_CHECKOUTDATE property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_COPY_ON_REASSIGNMENTNull | Sets the MD_PROP_COPY_ON_REASSIGNMENT property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_DEFAULT_VALUENull | Sets the MD_PROP_DEFAULT_VALUE property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_DEPARTMENT_UIDNull | Sets the MD_PROP_DEPARTMENT_UID property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_DESCRIPTIONNull | Sets the MD_PROP_DESCRIPTION property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_FORMULANull | Sets the MD_PROP_FORMULA property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_GRAPHICAL_INDICATOR_TOOLTIPNull | Sets the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_GRAPHICAL_INDICATORNull | Sets the MD_PROP_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_ID_SECONDARYNull | Sets the MD_PROP_ID_SECONDARY property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_IDNull | Sets the MD_PROP_ID property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_IS_LEAF_NODE_ONLYNull | Sets the MD_PROP_IS_LEAF_NODE_ONLY property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_IS_MULTILINE_TEXTNull | Sets the MD_PROP_IS_MULTILINE_TEXT property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_IS_REQUIREDNull | Sets the MD_PROP_IS_REQUIRED property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_IS_WORKFLOW_CONTROLLEDNull | Sets the MD_PROP_IS_WORKFLOW_CONTROLLED property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_MAX_VALUESNull | Sets the MD_PROP_MAX_VALUES property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORNull | Sets the MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_ROLLDOWN_TO_ASSNNull | Sets the MD_PROP_ROLLDOWN_TO_ASSN property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_SUMM_GRAPHICAL_INDICATORNull | Sets the MD_PROP_SUMM_GRAPHICAL_INDICATOR property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_UID_SECONDARYNull | Sets the MD_PROP_UID_SECONDARY property to a null reference (Nothing in Visual Basic). | |
SetMD_PROP_USE_FOR_MATCHINGNull | Sets the MD_PROP_USE_FOR_MATCHING property to a null reference (Nothing in Visual Basic). | |
SetMOD_DATENull | Sets the MOD_DATE property to a null reference (Nothing in Visual Basic). | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top