Class ResourceRate
Defines Rate information for Resources
Inheritance
Inherited Members
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class ResourceRate
Constructors
ResourceRate()
Declaration
public ResourceRate()
Properties
CostPerUse
Gets or sets the cost per use of the resource
Declaration
public decimal CostPerUse { get; set; }
Property Value
Type |
---|
System.Decimal |
CostPerUseSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string CostPerUseSerialized { get; set; }
Property Value
Type |
---|
System.String |
CostPerUseSpecified
Checks whether Cost Per use of the resource is spcified
Declaration
public bool CostPerUseSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
OvertimeRate
Gets or sets the overtime rate for the resource for the period specified
Declaration
public decimal OvertimeRate { get; set; }
Property Value
Type |
---|
System.Decimal |
OvertimeRateFormat
Gets or sets the units used by Microsoft Office Project to display the overtime rate
Declaration
public ResourceOvertimeRateFormat OvertimeRateFormat { get; set; }
Property Value
Type |
---|
ResourceOvertimeRateFormat |
OvertimeRateFormatSpecified
Checks whether Overtime Rate Format is specified
Declaration
public bool OvertimeRateFormatSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
OvertimeRateSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string OvertimeRateSerialized { get; set; }
Property Value
Type |
---|
System.String |
OvertimeRateSpecified
Checks whether Overtime Rate is specified
Declaration
public bool OvertimeRateSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
RatesFrom
Gets or sets the date that the rate becomes effective
Declaration
public DateTime RatesFrom { get; set; }
Property Value
Type |
---|
System.DateTime |
RatesTo
Gets or sets the last date that the rate is effective
Declaration
public DateTime RatesTo { get; set; }
Property Value
Type |
---|
System.DateTime |
RateTable
Gets or sets the unique identifier of the rate table for the resource
Declaration
public RateTable RateTable { get; set; }
Property Value
Type |
---|
RateTable |
RateTableSpecified
Checks whether the unique identifier of the rate table for the resource is specified
Declaration
public bool RateTableSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
StandardRate
Gets or sets the standard rate for the resource for the period specified
Declaration
public decimal StandardRate { get; set; }
Property Value
Type |
---|
System.Decimal |
StandardRateFormat
Gets or ses the units used by Microsoft Office Project to display the standard rate
Declaration
public ResourceStandardRateFormat StandardRateFormat { get; set; }
Property Value
Type |
---|
ResourceStandardRateFormat |
StandardRateFormatSpecified
Checks whether Standard Rate Format is specified
Declaration
public bool StandardRateFormatSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
StandardRateSerialized
This property is used while Serializing and Deserializing the Project XML file
Declaration
public string StandardRateSerialized { get; set; }
Property Value
Type |
---|
System.String |
StandardRateSpecified
Checks whether the standard rate for the resource for the period specified is set
Declaration
public bool StandardRateSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |