ResourceDataSet.ResourceAvailabilitiesRow members
Represents resource availabilities information as a row in the ResourceDataSet.ResourceAvailabilitiesRow object.
The ResourceDataSet.ResourceAvailabilitiesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) | |
RES_AVAIL_FROM | The start date and time for which the RES_AVAIL_UNITS property value applies. | |
RES_AVAIL_TO | The end date and time for which the RES_AVAIL_UNITS property value applies. | |
RES_AVAIL_UNITS | Resource availability, expressed as a percentage of calendar work time. | |
RES_UID | The unique identifier of the resource to which information in this row applies. | |
ResourcesRow | The ResourceDataSet.ResourcesRow object that contains the resource information for this ResourceAvailabilitiesRow. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top