Bexel Manager API Documentation
|
Represents material, labor or equipment utilized to perform work on cost assignment's elements. The amount of work is dependant on the quantity of cost assignment. More...
Public Member Functions | |
bool | Equals (CostAssignmentResource other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (CostAssignmentResource left, CostAssignmentResource right) |
static bool | operator!= (CostAssignmentResource left, CostAssignmentResource right) |
Properties | |
override bool | IsValid [get] |
CostAssignment | Assignment [get] |
Returns the cost assignment in which the cost assignment resource resides. More... | |
ResourceType | Type [get] |
Returns the type of the cost assignment resource. More... | |
string | Name [get] |
Returns the concatenated value of the cost assignment resource code and description with whitespace as a separator. More... | |
string | Code [get] |
Returns the code of the cost assignment resource. More... | |
string | Description [get] |
Returns the description of the cost assignment resource. More... | |
IAggregatedElementQuantityProvider | Quantity [get] |
Returns the quantity of the cost assignment resource. More... | |
IAggregatedElementCostProvider | Cost [get] |
Returns the cost of the cost assignment resource. More... | |
Color | Color [get] |
Returns the color of the cost assignment resource. More... | |
![]() | |
abstract bool | IsValid [get] |
Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
![]() | |
virtual void | CheckValidity () |
Represents material, labor or equipment utilized to perform work on cost assignment's elements. The amount of work is dependant on the quantity of cost assignment.
|
get |
Returns the cost assignment in which the cost assignment resource resides.
|
get |
Returns the code of the cost assignment resource.
|
get |
Returns the color of the cost assignment resource.
|
get |
Returns the cost of the cost assignment resource.
|
get |
Returns the description of the cost assignment resource.
|
get |
Returns the concatenated value of the cost assignment resource code and description with whitespace as a separator.
|
get |
Returns the quantity of the cost assignment resource.
|
get |
Returns the type of the cost assignment resource.