StatusingDataSet.EnterpriseLookupTableFullValuesRow Members
Include Protected Members
Include Inherited Members
Represents status information about enterprise lookup values as a row in the StatusingDataSet.EnterpriseLookupTableFullValuesDataTable object.
The StatusingDataSet.EnterpriseLookupTableFullValuesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CODE_VALUE | Gets the GUID of the lookup table row, which is the value of LT_STRUCT_UID. | |
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.) | |
LT_VALUE_DATE | Specifies the duration value in a lookup table of the Date type. | |
LT_VALUE_DUR | Specifies the duration value in a lookup table of the Duration type. | |
LT_VALUE_FULL | Gets the full value of a lookup table node, including the parent values with separator characters. | |
LT_VALUE_NUM | Specifies the duration value in a lookup table of the Number type. | |
MD_PROP_UID | Gets the custom field GUID. | |
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.) | |
IsLT_VALUE_DATENull | Determines whether the LT_VALUE_DATE property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_VALUE_DURNull | Determines whether the LT_VALUE_DUR property is set to a a null reference (Nothing in Visual Basic) value. | |
IsLT_VALUE_NUMNull | Determines whether the LT_VALUE_NUM property is set to a a null reference (Nothing in Visual Basic) value. | |
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.) | |
SetLT_VALUE_DATENull | Sets the LT_VALUE_DATE property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_VALUE_DURNull | Sets the LT_VALUE_DUR property to a a null reference (Nothing in Visual Basic) value. | |
SetLT_VALUE_NUMNull | Sets the LT_VALUE_NUM property to a a null reference (Nothing in Visual Basic) value. | |
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