DriverPrioritizationDataSet.PrioritizationEntriesRow Members
Include Protected Members
Include Inherited Members
Contains one of the two prioritization entries that are used to prioritize a specified driver.
The DriverPrioritizationDataSet.PrioritizationEntriesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
DRIVER_DESCRIPTION | Gets the description of the driver associated with the prioritization. Read-only. | |
DRIVER_IS_ACTIVE | Gets a value that indicates whether the driver is currently active. Read-only. | |
DRIVER_NAME | Gets the name of the driver associated with the prioritization. Read-only. | |
DRIVER_PRIORITY | Gets or sets the priority value of the driver (the value is between 0 and 1). | |
DRIVER_UID | Gets or sets the GUID of the driver associated with the prioritization. | |
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.) | |
PRIORITIZATION_UID | Gets or sets the GUID of the prioritization record. | |
PrioritizationRow | Gets the prioritization record for the project driver. Read-only. | |
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.) | |
GetDriverRelationsRowsByFK_PrioritizationEntries_DriverRelations1 | Gets the first set of relationship data for the driver. Read-only. | |
GetDriverRelationsRowsByFK_PrioritizationEntries_DriverRelations2 | Gets the second set of relationship data for the driver. Read-only. | |
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.) | |
IsDRIVER_DESCRIPTIONNull | Determines whether the DRIVER_DESCRIPTION property is set to a null reference (Nothing in Visual Basic). | |
IsDRIVER_IS_ACTIVENull | Determines whether the DRIVER_IS_ACTIVE property is set to a null reference (Nothing in Visual Basic). | |
IsDRIVER_NAMENull | Determines whether the DRIVER_NAME property is set to a null reference (Nothing in Visual Basic). | |
IsDRIVER_PRIORITYNull | Determines whether the DRIVER_PRIORITY 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.) | |
SetDRIVER_DESCRIPTIONNull | Sets the DRIVER_DESCRIPTION to a null reference (Nothing in Visual Basic). | |
SetDRIVER_IS_ACTIVENull | Sets the DRIVER_IS_ACTIVE property to a null reference (Nothing in Visual Basic). | |
SetDRIVER_NAMENull | Sets the DRIVER_NAME property to a null reference (Nothing in Visual Basic). | |
SetDRIVER_PRIORITYNull | Sets the DRIVER_PRIORITY 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