Class Rsc
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.8.0)
Represents supported properties of Aspose.Tasks.Resource object.
public static class RscInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
ACWP
The actual cost of a work performed by a resource for the project to-date.
public static readonly Key<double, rsckey=""> ACWPField Value
AccrueAt
Determines how and when resource standard and overtime costs are to be charged, or accrued, to the cost of a task.
public static readonly Key<costaccrualtype, rsckey=""> AccrueAtField Value
Key < CostAccrualType , RscKey >
ActiveDirectoryGuid
The Active Directory Guid for a resource.
public static readonly Key<string, rsckey=""> ActiveDirectoryGuidField Value
ActualCost
Costs incurred for work already performed by resources on their tasks, along with any other recorded costs associated with the task.
public static readonly Key<decimal, rsckey=""> ActualCostField Value
ActualOvertimeCost
Costs incurred for overtime work already performed on tasks by assigned resources.
public static readonly Key<decimal, rsckey=""> ActualOvertimeCostField Value
ActualOvertimeWork
The actual amount of overtime work already performed by resource assigned to tasks.
public static readonly Key<duration, rsckey=""> ActualOvertimeWorkField Value
ActualOvertimeWorkProtected
The amount of work through which actual overtime work is protected.
public static readonly Key<duration, rsckey=""> ActualOvertimeWorkProtectedField Value
ActualWork
The amount of work that has already been done by resource assigned to tasks.
public static readonly Key<duration, rsckey=""> ActualWorkField Value
ActualWorkProtected
The amount of work through which actual work is protected.
public static readonly Key<duration, rsckey=""> ActualWorkProtectedField Value
AssignmentOwner
The name of an assignment owner.
public static readonly Key<string, rsckey=""> AssignmentOwnerField Value
AssignmentOwnerGuid
The GUID of an assignment owner.
public static readonly Key<string, rsckey=""> AssignmentOwnerGuidField Value
AvailableFrom
The starting date that a resource is available for work at the units specified for the current time period.
public static readonly Key<datetime, rsckey=""> AvailableFromField Value
AvailableTo
The end date that a resource is available for work at the units specified for the current time period.
public static readonly Key<datetime, rsckey=""> AvailableToField Value
BCWP
The budgeted cost of a work performed by a resource for the project to-date.
public static readonly Key<double, rsckey=""> BCWPField Value
BCWS
The budget cost of a work scheduled for a resource.
public static readonly Key<double, rsckey=""> BCWSField Value
BookingType
The booking type of a resource.
public static readonly Key<bookingtype, rsckey=""> BookingTypeField Value
Key < BookingType , RscKey >
BudgetCost
Budget costs for budget cost resources. Budget resources are assigned only to the project summary task.
public static readonly Key<decimal, rsckey=""> BudgetCostField Value
BudgetWork
budget work for budget work and material resources. Budget resources are assigned only to the project summary task.
public static readonly Key<duration, rsckey=""> BudgetWorkField Value
CV
The earned value cost variance, through the project status date. CV is the difference between the task’s BCWP (budgeted cost of work performed) and ACWP (actual cost of work performed).
public static readonly Key<double, rsckey=""> CVField Value
Calendar
The calendar of a resource.
public static readonly Key<calendar, rsckey=""> CalendarField Value
CanLevel
Determines whether resource leveling can be done on a resource.
public static readonly Key<nullablebool, rsckey=""> CanLevelField Value
Key < NullableBool , RscKey >
Code
The code or other information about a resource.
public static readonly Key<string, rsckey=""> CodeField Value
Cost
The total scheduled or projected cost for a resource, based on costs already incurred for work performed by resources assigned to the tasks, in addition to the costs planned for the remaining work.
public static readonly Key<decimal, rsckey=""> CostField Value
CostCenter
Indicates which cost center the costs accrued by the resource should be charged to.
public static readonly Key<string, rsckey=""> CostCenterField Value
CostPerUse
The cost that accrues every time that a resource is used.
public static readonly Key<decimal, rsckey=""> CostPerUseField Value
CostVariance
The difference between the baseline cost and total cost for a resource.
public static readonly Key<double, rsckey=""> CostVarianceField Value
Created
The date and time when a resource was added to the project.
public static readonly Key<datetime, rsckey=""> CreatedField Value
EMailAddress
The email address of a resource.
public static readonly Key<string, rsckey=""> EMailAddressField Value
Finish
The date when a resource is scheduled to complete work on all assigned tasks.
public static readonly Key<datetime, rsckey=""> FinishField Value
Group
The group to which a resource belongs.
public static readonly Key<string, rsckey=""> GroupField Value
Guid
Contains the generated unique identification code for the resource.
public static readonly Key<string, rsckey=""> GuidField Value
Hyperlink
The title or explanatory text of a hyperlink associated with a resource.
public static readonly Key<string, rsckey=""> HyperlinkField Value
HyperlinkAddress
The address for a hyperlink associated with a resource.
public static readonly Key<string, rsckey=""> HyperlinkAddressField Value
Remarks
The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.
HyperlinkSubAddress
The specific location in a document in a hyperlink associated with a task.
public static readonly Key<string, rsckey=""> HyperlinkSubAddressField Value
Remarks
The full address (Hyperlink Href in Microsoft Project) of the hyperlink is a concatenation of HyperlinkAddress and HyperlinkSubAddress.
Id
The position identifier of a resource within the list of resources.
public static readonly Key<int, rsckey=""> IdField Value
Inactive
Determines whether a resource was made inactive by a user who has administrative rights.
public static readonly Key<nullablebool, rsckey=""> InactiveField Value
Key < NullableBool , RscKey >
Initials
The initials of a resource.
public static readonly Key<string, rsckey=""> InitialsField Value
IsBudget
Determines whether a work, material, or cost resource is a budget resource.
public static readonly Key<nullablebool, rsckey=""> IsBudgetField Value
Key < NullableBool , RscKey >
IsCostResource
Determines whether a resource is a cost resource.
public static readonly Key<nullablebool, rsckey=""> IsCostResourceField Value
Key < NullableBool , RscKey >
IsEnterprise
Shows whether a resource is from the enterprise resource pool (true) or the local resource pool (false).
public static readonly Key<nullablebool, rsckey=""> IsEnterpriseField Value
Key < NullableBool , RscKey >
IsGeneric
Determines whether a resource is generic or not.
public static readonly Key<nullablebool, rsckey=""> IsGenericField Value
Key < NullableBool , RscKey >
IsNull
Determines whether a resource is null.
public static readonly Key<nullablebool, rsckey=""> IsNullField Value
Key < NullableBool , RscKey >
IsTeamAssignmentPool
Shows whether the current resource is a team resource.
public static readonly Key<bool, rsckey=""> IsTeamAssignmentPoolField Value
MaterialLabel
The unit of measure for the material resource.
public static readonly Key<string, rsckey=""> MaterialLabelField Value
MaxUnits
The maximum number of units representing the maximum capacity for which a resource is available to accomplish any tasks during the current time period.
public static readonly Key<double, rsckey=""> MaxUnitsField Value
Name
The name of a resource.
public static readonly Key<string, rsckey=""> NameField Value
NotesRTF
The text notes in RTF format.
public static readonly Key<string, rsckey=""> NotesRTFField Value
NotesText
Notes’ plain text extracted from RTF data.
public static readonly Key<string, rsckey=""> NotesTextField Value
Overallocated
Indicates whether a resource is assigned to more work on a specific task or all tasks than can be completed within normal working capacity.
public static readonly Key<nullablebool, rsckey=""> OverallocatedField Value
Key < NullableBool , RscKey >
OvertimeCost
The total overtime cost for a resource on all assigned tasks.
public static readonly Key<decimal, rsckey=""> OvertimeCostField Value
OvertimeRate
The rate of pay for overtime work performed by a resource.
public static readonly Key<decimal, rsckey=""> OvertimeRateField Value
OvertimeRateFormat
The units used by Microsoft Project to display the overtime rate.
public static readonly Key<rateformattype, rsckey=""> OvertimeRateFormatField Value
Key < RateFormatType , RscKey >
OvertimeWork
The amount of overtime scheduled to be performed by a resource on a task and charged at the overtime rates of the resources involved.
public static readonly Key<duration, rsckey=""> OvertimeWorkField Value
PeakUnits
The maximum assignment unit for a resource at any one point in time for all tasks to which the resource is assigned.
public static readonly Key<double, rsckey=""> PeakUnitsField Value
PercentWorkComplete
The percentage of work completed across all tasks.
public static readonly Key<int, rsckey=""> PercentWorkCompleteField Value
Phonetics
The phonetic spelling of the resource name. For use with Japanese only.
public static readonly Key<string, rsckey=""> PhoneticsField Value
RegularWork
The total amount of non overtime work scheduled to be performed by resource.
public static readonly Key<duration, rsckey=""> RegularWorkField Value
RemainingCost
The remaining scheduled expense that will be incurred in completing the remaining scheduled work.
public static readonly Key<decimal, rsckey=""> RemainingCostField Value
RemainingOvertimeCost
The remaining scheduled overtime expense for a resource.
public static readonly Key<decimal, rsckey=""> RemainingOvertimeCostField Value
RemainingOvertimeWork
The amount of remaining scheduled overtime.
public static readonly Key<duration, rsckey=""> RemainingOvertimeWorkField Value
RemainingWork
The time still required to complete a task or set of tasks.
public static readonly Key<duration, rsckey=""> RemainingWorkField Value
SV
The earned value schedule variance, through the project status date. SV is the difference between budgeted cost of work performed (BCWP) and budgeted cost of work scheduled (BCWS).
public static readonly Key<double, rsckey=""> SVField Value
StandardRate
The rate of pay for regular, non-overtime work performed by a resource.
public static readonly Key<decimal, rsckey=""> StandardRateField Value
StandardRateFormat
The units used by Microsoft Project to display the standard rate.
public static readonly Key<rateformattype, rsckey=""> StandardRateFormatField Value
Key < RateFormatType , RscKey >
Start
The date when an assigned resource is scheduled to begin working on a task.
public static readonly Key<datetime, rsckey=""> StartField Value
Type
The type of a resource.
public static readonly Key<resourcetype, rsckey=""> TypeField Value
Key < ResourceType , RscKey >
Uid
The unique identifier of a resource.
public static readonly Key<int, rsckey=""> UidField Value
WindowsUserAccount
The NT account associated with a resource.
public static readonly Key<string, rsckey=""> WindowsUserAccountField Value
Work
The total amount of time scheduled for a resource on a task.
public static readonly Key<duration, rsckey=""> WorkField Value
WorkVariance
The difference between baseline work of a resource and the currently scheduled work.
public static readonly Key<double, rsckey=""> WorkVarianceField Value
Workgroup
The type of a workgroup to which a resource belongs.
public static readonly Key<workgrouptype, rsckey=""> WorkgroupField Value
Key < WorkGroupType , RscKey > </workgrouptype,></double,></duration,></string,></int,></resourcetype,></datetime,></rateformattype,></decimal,></double,></duration,></duration,></decimal,></decimal,></duration,></string,></int,></double,></duration,></rateformattype,></decimal,></decimal,></nullablebool,></string,></string,></string,></double,></string,></bool,></nullablebool,></nullablebool,></nullablebool,></nullablebool,></nullablebool,></string,></nullablebool,></int,></string,></string,></string,></string,></string,></datetime,></string,></datetime,></double,></decimal,></string,></decimal,></string,></nullablebool,></calendar,></double,></duration,></decimal,></bookingtype,></double,></double,></datetime,></datetime,></string,></string,></duration,></duration,></duration,></duration,></decimal,></decimal,></string,></costaccrualtype,></double,>