StatusingDataSet.ResourcesDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about resources that is contained in one or more StatusingDataSet.ResourcesRow objects.
public: ref class StatusingDataSet::ResourcesDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.ResourcesDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.ResourcesDataTable = class
inherit DataTable
interface IEnumerable
Public Class StatusingDataSet.ResourcesDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
StatusingDataSet.ResourcesDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| StatusingDataSet.ResourcesDataTable() |
Creates an instance of the ResourcesDataTable class. |
| StatusingDataSet.ResourcesDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the ResourcesDataTable class by using separate parameters. |
Properties
| Count |
Gets the number of row objects in the ResourcesDataTable. |
| Item[Int32] |
Gets a row in the ResourcesDataTable, where the row is specified by an index. |
| RES_ACCRUE_ATColumn |
Defines the column for the RES_ACCRUE_AT field. |
| RES_AVAIL_FROMColumn |
Defines the column for the RES_AVAIL_FROM field. |
| RES_AVAIL_TOColumn |
Defines the column for the RES_AVAIL_TO field. |
| RES_AVAILABILITYColumn |
Defines the column for the RES_AVAILABILITY field. |
| RES_BOOKING_TYPEColumn |
Defines the column for the RES_BOOKING_TYPE field. |
| RES_COST_PER_USEColumn |
Defines the column for the RES_COST_PER_USE field. |
| RES_DEF_ASSN_OWNERColumn |
Defines the column for the RES_DEF_ASSN_OWNER field. |
| RES_IS_TEAMColumn |
Defines the column for the RES_IS_TEAM field. |
| RES_MATERIAL_LABELColumn |
Defines the column for the RES_MATERIAL_LABEL field. |
| RES_MAX_UNITSColumn |
Defines the column for the RES_MAX_UNITS field. |
| RES_NAMEColumn |
Defines the column for the RES_NAME field. |
| RES_OVT_RATEColumn |
Defines the column for the RES_OVT_RATE field. |
| RES_RATES_TABLEColumn |
Defines the column for the RES_RATES_TABLE field. |
| RES_STD_RATEColumn |
Defines the column for the RES_STD_RATE field. |
| RES_TYPEColumn |
Defines the column for the RES_TYPE field. |
| RES_UIDColumn |
Defines the column for the RES_UID field. |
| WRES_EMAILColumn |
Defines the column for the WRES_EMAIL field. |
Methods
| AddResourcesRow(StatusingDataSet+ResourcesRow) |
Adds a ResourcesRow object to the ResourcesDataTable. |
| Clone() | |
| CreateInstance() | |
| FindByRES_UID(Guid) |
Retrieves a ResourcesRow object by using the specified resource GUID. |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the ResourcesDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewResourcesRow() |
Creates a row object in the ResourcesDataTable. |
| NewRowFromBuilder(DataRowBuilder) | |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveResourcesRow(StatusingDataSet+ResourcesRow) |
Deletes the specified row object from the ResourcesDataTable. |
Events
| ResourcesRowChanged |
The post-event that occurs after a row is changed. |
| ResourcesRowChanging |
The pre-event that occurs before a row is changed. |
| ResourcesRowDeleted |
The post-event that occurs after a row is deleted. |
| ResourcesRowDeleting |
The pre-event that occurs before a row is deleted. |