PlannerSolutionDataSet.SolutionsDataTable Members
Include Protected Members
Include Inherited Members
Represents information about planner solutions contained in one or more PlannerSolutionDataSet.SolutionsRow objects.
The PlannerSolutionDataSet.SolutionsDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlannerSolutionDataSet.SolutionsDataTable() | Creates an instance of the SolutionsDataTable class. | |
PlannerSolutionDataSet.SolutionsDataTable(SerializationInfo, StreamingContext) | Creates an instance of the SolutionsDataTable class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
ALLOCATION_THRESHOLDColumn | Defines the column for the ALLOCATION_THRESHOLD field. | |
ANALYSIS_NAMEColumn | Defines the column for the ANALYSIS_NAME field. | |
ANALYSIS_UIDColumn | Defines the column for the ANALYSIS_UID field. | |
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
CONSTRAINT_TYPEColumn | Defines the column for the CONSTRAINT_TYPE field. | |
CONSTRAINT_VALUEColumn | Defines the column for the CONSTRAINT_VALUE field. | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Gets the number of row objects in the SolutionsDataTable. | |
CREATED_BY_RES_NAMEColumn | Defines the column for the CREATED_BY_RES_NAME field. | |
CREATED_BY_RES_UIDColumn | Defines the column for the CREATED_BY_RES_UID field. | |
CREATED_DATEColumn | Defines the column for the CREATED_DATE field. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
FRONTIER_UIDColumn | Defines the column for the FRONTIER_UID field. | |
HasErrors | (Inherited from DataTable.) | |
HIRING_TYPEColumn | Defines the column for the HIRING_TYPE field. | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets a row in the SolutionsDataTable, where the row is specified by an index. | |
LAST_UPDATED_BY_RES_NAMEColumn | Defines the column for the LAST_UPDATED_BY_RES_NAME field. | |
LAST_UPDATED_BY_RES_UIDColumn | Defines the column for the LAST_UPDATED_BY_RES_UID field. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
MOD_DATEColumn | Defines the column for the MOD_DATE field. | |
Namespace | (Inherited from DataTable.) | |
OPT_ENF_PROJ_DEPColumn | Defines the column for the OPT_ENF_PROJ_DEP field. | |
OPT_ENF_SCHEDULING_CONSColumn | Defines the column for the OPT_ENF_SCHEDULING_CONS field. | |
OPTIMIZER_SOLUTION_NAMEColumn | Defines the column for the OPTIMIZER_SOLUTION_NAME field. | |
OPTIMIZER_SOLUTION_UIDColumn | Defines the column for the OPTIMIZER_SOLUTION_UID field. | |
ParentRelations | (Inherited from DataTable.) | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
RATE_TABLEColumn | Defines the column for the RATE_TABLE field. | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
SOLUTION_DESCRIPTIONColumn | Defines the column for the SOLUTION_DESCRIPTION field. | |
SOLUTION_NAMEColumn | Defines the column for the SOLUTION_NAME field. | |
SOLUTION_UIDColumn | Defines the column for the SOLUTION_UID field. | |
TableName | (Inherited from DataTable.) | |
TOTAL_PRIORITY_VALUEColumn | Defines the column for the TOTAL_PRIORITY_VALUE field. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
SolutionsRowChanged | Post-event that occurs after a row is changed. | |
SolutionsRowChanging | Pre-event that occurs before a row is changed. | |
SolutionsRowDeleted | Post-event that occurs after a row is deleted. | |
SolutionsRowDeleting | Pre-event that occurs before a row is deleted. | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) |
Top
Extension Methods
Name | Description | |
---|---|---|
BuildChainedIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
BuildIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
GetTemporaryColumnName | Reserved for internal use. (Defined by PSUtility.) | |
HasColumn | Reserved for internal use. (Defined by PSUtility.) |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataTable.) | |
IListSource.GetList | (Inherited from DataTable.) | |
IXmlSerializable.GetSchema | (Inherited from DataTable.) | |
IXmlSerializable.ReadXml | (Inherited from DataTable.) | |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top