Bexel Manager API Documentation
Bexel.Api.Scheduling.TaskPropertyDefinition Class Reference

Represents a base object for all properties within a Bexel.Api.Scheduling.Schedule. More...

Inheritance diagram for Bexel.Api.Scheduling.TaskPropertyDefinition:
Bexel.Api.IdentifiableApiObject< TaskPropertyDefinitionID >

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)
 

Detailed Description

Represents a base object for all properties within a Bexel.Api.Scheduling.Schedule.

Property Documentation

◆ IsPredefined

bool Bexel.Api.Scheduling.TaskPropertyDefinition.IsPredefined
get

Indicates if the property definition is predefined.

◆ Name

abstract string Bexel.Api.Scheduling.TaskPropertyDefinition.Name
get

Returns the name of the property definition.

◆ Type

abstract TaskPropertyDefinitionType Bexel.Api.Scheduling.TaskPropertyDefinition.Type
get

Returns the type of the property definition.

◆ UnitType

abstract TaskPropertyDefinitionUnitType Bexel.Api.Scheduling.TaskPropertyDefinition.UnitType
get

Returns the unit type of the property definition (e.g. Numeric, Text etc.).