Edit

Share via


StatusingDataSet.ResourcesRow Class

Definition

Specifies one row of resource data.

public: ref class StatusingDataSet::ResourcesRow : System::Data::DataRow
public class StatusingDataSet.ResourcesRow : System.Data.DataRow
type StatusingDataSet.ResourcesRow = class
    inherit DataRow
Public Class StatusingDataSet.ResourcesRow
Inherits DataRow
Inheritance
StatusingDataSet.ResourcesRow

Properties

RES_ACCRUE_AT

Indicates how and when resource standard costs and overtime costs should accrue to the cost of a task.

RES_AVAIL_FROM

Indicates the date and time when the specified resource is available.

RES_AVAIL_TO

Indicates the date and time when the specified resource is no longer available.

RES_AVAILABILITY

Contains binary data for resource availability; internal use only.

RES_BOOKING_TYPE

Indicates the default booking type for the resource on this project.

RES_COST_PER_USE

Specifies the cost per use of a resource.

RES_DEF_ASSN_OWNER

Specifies the unique identifier of the user who is designated to be the default assignment owner of the resource.

RES_IS_TEAM

Specifies whether the resource represents a team.

RES_MATERIAL_LABEL

Indicates the unit of measure that you enter for supplies or other consumable items that are used to complete tasks in a project.

RES_MAX_UNITS

The maximum number of units of a resource that can be assigned to tasks.

RES_NAME

Specifies the name of the resource.

RES_OVT_RATE

Indicates the overtime billing rate for the specified resource.

RES_RATES_TABLE

Allows up to five different rates for the specified resource.

RES_STD_RATE

Indicates the standard billing rate for the specified resource.

RES_TYPE

Indicates the type of resource.

RES_UID

Specifies the unique identifier of the resource.

WRES_EMAIL

Specifies the email name for the resource.

Methods

IsRES_AVAIL_FROMNull()

Determines whether the RES_AVAIL_FROM property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_AVAIL_TONull()

Determines whether the RES_AVAIL_TO property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_AVAILABILITYNull()

Determines whether the RES_AVAILABILITY property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_BOOKING_TYPENull()

Determines whether the RES_BOOKING_TYPE property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_COST_PER_USENull()

Determines whether the RES_COST_PER_USE property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_DEF_ASSN_OWNERNull()

Determines whether the RES_DEF_ASSN_OWNER property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_IS_TEAMNull()

Determines whether the RES_IS_TEAM property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_MATERIAL_LABELNull()

Determines whether the RES_MATERIAL_LABEL property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_MAX_UNITSNull()

Determines whether the RES_MAX_UNITS property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_NAMENull()

Determines whether the RES_NAME property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_OVT_RATENull()

Determines whether the RES_OVT_RATE property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_RATES_TABLENull()

Determines whether the RES_RATES_TABLE property is set to a a null reference (Nothing in Visual Basic) value.

IsRES_STD_RATENull()

Determines whether the RES_STD_RATE property is set to a a null reference (Nothing in Visual Basic) value.

IsWRES_EMAILNull()

Determines whether the WRES_EMAIL property is set to a a null reference (Nothing in Visual Basic) value.

SetRES_AVAIL_FROMNull()

Sets the RES_AVAIL_FROM property to a a null reference (Nothing in Visual Basic) value.

SetRES_AVAIL_TONull()

Sets the RES_AVAIL_TO property to a a null reference (Nothing in Visual Basic) value.

SetRES_AVAILABILITYNull()

Sets the RES_AVAILABILITY property to a a null reference (Nothing in Visual Basic) value.

SetRES_BOOKING_TYPENull()

Sets the RES_BOOKING_TYPE property to a a null reference (Nothing in Visual Basic) value.

SetRES_COST_PER_USENull()

Sets the RES_COST_PER_USE property to a a null reference (Nothing in Visual Basic) value.

SetRES_DEF_ASSN_OWNERNull()

Sets the RES_DEF_ASSN_OWNER property to a a null reference (Nothing in Visual Basic) value.

SetRES_IS_TEAMNull()

Sets the RES_IS_TEAM property to a a null reference (Nothing in Visual Basic) value.

SetRES_MATERIAL_LABELNull()

Sets the RES_MATERIAL_LABEL property to a a null reference (Nothing in Visual Basic) value.

SetRES_MAX_UNITSNull()

Sets the RES_MAX_UNITS property to a a null reference (Nothing in Visual Basic) value.

SetRES_NAMENull()

Sets the RES_NAME property to a a null reference (Nothing in Visual Basic) value.

SetRES_OVT_RATENull()

Sets the RES_OVT_RATE property to a a null reference (Nothing in Visual Basic) value.

SetRES_RATES_TABLENull()

Sets the RES_RATES_TABLE property to a a null reference (Nothing in Visual Basic) value.

SetRES_STD_RATENull()

Sets the RES_STD_RATE property to a a null reference (Nothing in Visual Basic) value.

SetWRES_EMAILNull()

Sets the WRES_EMAIL property to a a null reference (Nothing in Visual Basic) value.

Applies to