Bexel Manager API Documentation
Bexel.Api.Scheduling.ScheduleResource Class Referenceabstract

Represents material, labor or equipment utilized to perform work on elements. More...

Inherited by Bexel.Api.Scheduling.TaskActivityResource, and Bexel.Api.Scheduling.TaskResource.

Protected Member Functions

 ScheduleResource (ScheduleResourceDefinition resourceDefinitionRef)
 
abstract IEnumerable< TaskActivityRef > GetActivityReferences ()
 

Properties

ResourceType Type [get]
 Returns the type of the schedule resource. More...
 
string Name [get]
 Returns the concatenated value of the schedule resource code and description with whitespace as a separator. More...
 
string Code [get]
 Returns the code of the schedule resource. More...
 
string Description [get]
 Returns the description of the schedule resource. More...
 
IAggregatedElementProgressQuantityProvider Quantity [get]
 Returns the quantity of the schedule resource. More...
 
IAggregatedElementProgressCostProvider Cost [get]
 Returns the cost of the schedule resource. More...
 
Color Color [get]
 Returns the color of the schedule resource. More...
 

Detailed Description

Represents material, labor or equipment utilized to perform work on elements.

Property Documentation

◆ Code

string Bexel.Api.Scheduling.ScheduleResource.Code
get

Returns the code of the schedule resource.

◆ Color

Color Bexel.Api.Scheduling.ScheduleResource.Color
get

Returns the color of the schedule resource.

◆ Cost

IAggregatedElementProgressCostProvider Bexel.Api.Scheduling.ScheduleResource.Cost
get

Returns the cost of the schedule resource.

◆ Description

string Bexel.Api.Scheduling.ScheduleResource.Description
get

Returns the description of the schedule resource.

◆ Name

string Bexel.Api.Scheduling.ScheduleResource.Name
get

Returns the concatenated value of the schedule resource code and description with whitespace as a separator.

◆ Quantity

IAggregatedElementProgressQuantityProvider Bexel.Api.Scheduling.ScheduleResource.Quantity
get

Returns the quantity of the schedule resource.

◆ Type

ResourceType Bexel.Api.Scheduling.ScheduleResource.Type
get

Returns the type of the schedule resource.