AnalysisDataSet.AnalysisPlannerSolutionsDataTable Members
Include Protected Members
Include Inherited Members
Represents information about planner solutions that is contained in one or more AnalysisDataSet.AnalysisPlannerSolutionsRow objects.
The AnalysisDataSet.AnalysisPlannerSolutionsDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalysisDataSet.AnalysisPlannerSolutionsDataTable() | Creates an instance of the AnalysisPlannerSolutionsDataTable class. | |
AnalysisDataSet.AnalysisPlannerSolutionsDataTable(SerializationInfo, StreamingContext) | Creates an instance of the AnalysisPlannerSolutionsDataTable class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
ALLOCATION_THRESHOLDColumn | Defines the column for the ALLOCATION_THRESHOLD 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 AnalysisPlannerSolutionsDataTable. | |
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 object in the AnalysisPlannerSolutionsDataTable, 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_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.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AnalysisPlannerSolutionsRowChanged | The post-event that occurs after a row is changed. | |
AnalysisPlannerSolutionsRowChanging | The pre-event that occurs before a row is changed. | |
AnalysisPlannerSolutionsRowDeleted | The post-event that occurs after a row is deleted. | |
AnalysisPlannerSolutionsRowDeleting | The pre-event that occurs before a row is deleted. | |
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.) | |
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