ProjectDataSet.AssignmentCustomFieldsRow Members
Include Protected Members
Include Inherited Members
Represents a custom field value for a specific ProjectDataSet.AssignmentRow row.
The ProjectDataSet.AssignmentCustomFieldsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ASSN_UID | Represents the unique ID of the assignment to which the custom field applies. |
![]() |
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 ID 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 display format you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to 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 value for the custom field. |
![]() |
FLAG_VALUE | Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type YESNO. |
![]() |
HasErrors | (Inherited from DataRow.) |
![]() |
INDICATOR_VALUE | Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type INDICATOR. |
![]() |
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_PROP_ID | Specifies an integer formatted unique ID for the custom field definition. |
![]() |
MD_PROP_UID | Specifies a unique ID for the 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 ID of the project to which the assignment belongs. |
![]() |
RowError | (Inherited from DataRow.) |
![]() |
RowState | (Inherited from DataRow.) |
![]() |
Table | (Inherited from DataRow.) |
![]() |
TEXT_VALUE | Specifies the custom field value if the FIELD_TYPE_ENUM property is set to type STRING. |
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.) |
![]() |
IsCODE_VALUENull | Determines whether the CODE_VALUE property is set to a null value. |
![]() |
IsDATE_VALUENull | Determines whether the DATE_VALUE property is set to a null value. |
![]() |
IsDUR_FMTNull | Determines whether the DUR_FMT property is set to a null value. |
![]() |
IsDUR_VALUENull | Determines whether the DUR_VALUE property is set to a null value. |
![]() |
IsFIELD_TYPE_ENUMNull | Determines whether the FIELD_TYPE_ENUM property is set to a null value. |
![]() |
IsFLAG_VALUENull | Determines whether the FLAG_VALUE property is set to a null value. |
![]() |
IsINDICATOR_VALUENull | Determines whether the INDICATOR_VALUE property is set to a null value. |
![]() |
IsMD_PROP_IDNull | Determines whether the MD_PROP_ID property is set to a null value. |
![]() |
IsMD_PROP_UIDNull | Determines whether the MD_PROP_UID property is set to a null value. |
![]() |
IsNull(Int32) | (Inherited from DataRow.) |
![]() |
IsNull(String) | (Inherited from DataRow.) |
![]() |
IsNull(DataColumn) | (Inherited from DataRow.) |
![]() |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) |
![]() |
IsNUM_VALUENull | Determines whether the NUM_VALUE property is set to a null value. |
![]() |
IsTEXT_VALUENull | Determines whether the TEXT_VALUE property is set to a null value. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RejectChanges | (Inherited from DataRow.) |
![]() |
SetAdded | (Inherited from DataRow.) |
![]() |
SetCODE_VALUENull | Sets the CODE_VALUE property to a null value. |
![]() |
SetColumnError(Int32, String) | (Inherited from DataRow.) |
![]() |
SetColumnError(String, String) | (Inherited from DataRow.) |
![]() |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) |
![]() |
SetDATE_VALUENull | Sets the DATE_VALUE property to a null value. |
![]() |
SetDUR_FMTNull | Sets the DUR_FMT property to a null value. |
![]() |
SetDUR_VALUENull | Sets the DUR_VALUE property to a null value. |
![]() |
SetFIELD_TYPE_ENUMNull | Sets the FIELD_TYPE_ENUM property to a null value. |
![]() |
SetFLAG_VALUENull | Sets the FLAG_VALUE property to a null value. |
![]() |
SetINDICATOR_VALUENull | Sets the INDICATOR_VALUE property to a null value. |
![]() |
SetMD_PROP_IDNull | Sets the MD_PROP_ID property to a null value. |
![]() |
SetMD_PROP_UIDNull | Sets the MD_PROP_UID property to a null value. |
![]() |
SetModified | (Inherited from DataRow.) |
![]() |
SetNull | (Inherited from DataRow.) |
![]() |
SetNUM_VALUENull | Sets the NUM_VALUE property to a null value. |
![]() |
SetParentRow(DataRow) | (Inherited from DataRow.) |
![]() |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) |
![]() |
SetTEXT_VALUENull | Sets the TEXT_VALUE property to a null value. |
![]() |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top