ResourceDataSet.ResourceAvailabilitiesRow Members
Include Protected Members
Include Inherited Members
Represents the availability of the resource identified with the RES_UID property.
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 | Gets or sets the start date and time from which the resource is available. | |
RES_AVAIL_TO | Gets or sets the end date until which the resource is available. | |
RES_AVAIL_UNITS | Gets or sets the resource availability; it is expressed as a percentage of calendar work time. | |
RES_UID | Gets or sets the resource GUID. | |
ResourcesRow | Gets the information for a specific resource. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top