StatusingDataSet.EnterpriseCustomFieldMetadataRow members

Specifies one row of statusing data for an enterprise custom field.

The StatusingDataSet.EnterpriseCustomFieldMetadataRow type exposes the following members.

Properties

  Name Description
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property MD_ENT_TYPE_UID Specifies the unique identifier for the statusing custom field, which is then also used for resource and task custom fields.
Public property MD_LOOKUP_TABLE_UID Specifies the unique identifier of the lookup table to use for the custom field.
Public property MD_PROP_DEFAULT_VALUE Specifies the unique identifier of the default value in a lookup table for a custom field.
Public property MD_PROP_HAS_FORMULA Specifies whether the custom field contains a formula.
Public property MD_PROP_HAS_GRAPHICAL_INDICATOR Specifies whether the custom field uses a graphical indicator.
Public property MD_PROP_ID Specifies the integer-formatted unique identifier of a custom field.
Public property MD_PROP_ID_SECONDARY Specifies the statusing custom field identifier for resource custom fields and task custom fields.
Public property MD_PROP_IS_LEAF_NODE_ONLY Specifies whether the custom field value must be a leaf node in the lookup table.
Public property MD_PROP_IS_REQUIRED Specifies whether the custom field is required when the entity (project, resource, or task) is created.
Public property MD_PROP_MAX_VALUES Specifies whether the custom field has a single value or uses a multi-value lookup table.
Public property MD_PROP_NAME Specifies the name of the custom field.
Public property MD_PROP_ROLLDOWN_TO_ASSN Specifies whether the resource custom field or task custom field rolls down to assignments.
Public property MD_PROP_TYPE_ENUM Specifies the type of the custom field.
Public property MD_PROP_UID Specifies the unique identifier of the custom field.
Public property MD_PROP_UID_SECONDARY Specifies the unique identifier of the statusing custom field that is used for resource and task custom fields.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsMD_LOOKUP_TABLE_UIDNull Determines whether the MD_LOOKUP_TABLE_UID property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_DEFAULT_VALUENull Determines whether the MD_PROP_DEFAULT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_HAS_FORMULANull Determines whether the MD_PROP_HAS_FORMULA property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_HAS_GRAPHICAL_INDICATORNull Determines whether the MD_PROP_HAS_GRAPHICAL_INDICATOR property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_ID_SECONDARYNull Determines whether the MD_PROP_ID_SECONDARY property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_IDNull Determines whether the MD_PROP_ID property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_IS_LEAF_NODE_ONLYNull Determines whether the MD_PROP_IS_LEAF_NODE_ONLY property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_IS_REQUIREDNull Determines whether the MD_PROP_IS_REQUIRED property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_MAX_VALUESNull Determines whether the MD_PROP_MAX_VALUES property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_ROLLDOWN_TO_ASSNNull Determines whether the MD_PROP_ROLLDOWN_TO_ASSN property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_TYPE_ENUMNull Determines whether the MD_PROP_TYPE_ENUM property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsMD_PROP_UID_SECONDARYNull Determines whether the MD_PROP_UID_SECONDARY property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetMD_LOOKUP_TABLE_UIDNull Sets the MD_LOOKUP_TABLE_UID property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_DEFAULT_VALUENull Sets the MD_PROP_DEFAULT_VALUE property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_HAS_FORMULANull Sets the MD_PROP_HAS_FORMULA property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_HAS_GRAPHICAL_INDICATORNull Sets the MD_PROP_HAS_GRAPHICAL_INDICATOR property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_ID_SECONDARYNull Sets the MD_PROP_ID_SECONDARY property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_IDNull Sets the MD_PROP_ID property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_IS_LEAF_NODE_ONLYNull Sets the MD_PROP_IS_LEAF_NODE_ONLY property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_IS_REQUIREDNull Sets the MD_PROP_IS_REQUIRED property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_MAX_VALUESNull Sets the MD_PROP_MAX_VALUES property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_ROLLDOWN_TO_ASSNNull Sets the MD_PROP_ROLLDOWN_TO_ASSN property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_TYPE_ENUMNull Sets the MD_PROP_TYPE_ENUM property to a a null reference (Nothing in Visual Basic) value.
Public method SetMD_PROP_UID_SECONDARYNull Sets the MD_PROP_UID_SECONDARY property to a a null reference (Nothing in Visual Basic) value.
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

StatusingDataSet.EnterpriseCustomFieldMetadataRow class

WebSvcStatusing namespace