Bexel Manager API Documentation
|
Represents a base object for all properties within a Bexel.Api.Scheduling.Schedule. More...
Properties | |
abstract TaskPropertyDefinitionType | Type [get] |
Returns the type of the property definition. More... | |
abstract string | Name [get] |
Returns the name of the property definition. More... | |
abstract TaskPropertyDefinitionUnitType | UnitType [get] |
Returns the unit type of the property definition (e.g. Numeric, Text etc.). More... | |
bool | IsPredefined [get] |
Indicates if the property definition is predefined. More... | |
Properties inherited from Bexel.Api.IdentifiableApiObject< TaskPropertyDefinitionID > | |
abstract TId | ID [get] |
Additional Inherited Members | |
Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< TaskPropertyDefinitionID > | |
bool | Equals (IdentifiableApiObject< TId > other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions inherited from Bexel.Api.IdentifiableApiObject< TaskPropertyDefinitionID > | |
static bool | operator== (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
static bool | operator!= (IdentifiableApiObject< TId > left, IdentifiableApiObject< TId > right) |
Represents a base object for all properties within a Bexel.Api.Scheduling.Schedule.
|
get |
Indicates if the property definition is predefined.
|
get |
Returns the name of the property definition.
|
get |
Returns the type of the property definition.
|
get |
Returns the unit type of the property definition (e.g. Numeric, Text etc.).