ResourceDataSet.ResourceRatesRow Members
Include Protected Members
Include Inherited Members
Represents one set of cost rate data for a resource.
The ResourceDataSet.ResourceRatesRow type exposes the following members.
Properties
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies a one-time cost incurred when a resource is used.
Specifies the resource's hourly rate of pay for overtime.
Specifies the date and time this resource rate becomes effective.
Specifies the rate table on which this resource rate resides.
Specifiesthe resource's hourly rate of pay for regular, non-overtime work.
Specifies the unique ID of the resource to which this information applies.
Specifies the ResourceDataSet.ResourcesRow that contains the resource information related to this row.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the RES_COST_PER_USE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the RES_OVT_RATE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the RES_RATE_EFFECTIVE_DATE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the RES_STD_RATE property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the RES_COST_PER_USE property to a a null reference (Nothing in Visual Basic) value.
Sets the RES_OVT_RATE property to a a null reference (Nothing in Visual Basic) value.
SetRES_RATE_EFFECTIVE_DATENull
Sets the RES_RATE_EFFECTIVE_DATE property to a a null reference (Nothing in Visual Basic) value.
Sets the RES_STD_RATE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
Top