Bexel Manager API Documentation
|
Represents a single relation between a predecessor and successor Bexel.Api.Scheduling.Task. More...
Properties | |
override TaskRelationID | ID [get] |
Returns a unique identifier for the task relation within a single schedule. More... | |
Schedule | Schedule [get] |
Returns the schedule to which the task relation belongs. More... | |
override bool | IsValid [get] |
Task | Predecessor [get] |
Returns the predecessor task of the task relation. More... | |
Task | Successor [get] |
Returns the successor task of the task relation. More... | |
TaskRelationType | Type [get, set] |
Gets or Sets the task relation type of the task relation. More... | |
TaskRelationLagType | LagType [get, set] |
Gets or Sets the task relation lag type of the relation. More... | |
double | Lag [get, set] |
Gets or Sets the lag of the task relation. More... | |
Calendar | Calendar [get] |
Gets task relation calendar. More... | |
Properties inherited from Bexel.Api.IdentifiableApiObject< TaskRelationID > | |
abstract TId | ID [get] |
Additional Inherited Members | |
Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< TaskRelationID > | |
bool | Equals (IdentifiableApiObject< TId > other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< TaskRelationID > | |
static bool | operator== (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
static bool | operator!= (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
Represents a single relation between a predecessor and successor Bexel.Api.Scheduling.Task.
|
get |
Gets task relation calendar.
|
get |
Returns a unique identifier for the task relation within a single schedule.
|
getset |
Gets or Sets the lag of the task relation.
|
getset |
Gets or Sets the task relation lag type of the relation.
|
get |
Returns the predecessor task of the task relation.
|
get |
Returns the schedule to which the task relation belongs.
|
get |
Returns the successor task of the task relation.
|
getset |
Gets or Sets the task relation type of the task relation.