Bexel Manager API Documentation
|
Represents a property which holds a string value. More...
Protected Member Functions | |
TaskTextProperty (TaskPropertyDefinition definition) | |
Protected Member Functions inherited from Bexel.Api.Scheduling.TaskProperty | |
TaskProperty (TaskPropertyDefinition definition) | |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
virtual void | CheckValidity () |
Properties | |
abstract new string | Value [get] |
override object | ValueProtected [get] |
Properties inherited from Bexel.Api.Scheduling.TaskProperty | |
override bool | IsValid [get] |
virtual bool | HasValue [get] |
Returns a value indicating whether the task property is initialized. More... | |
TaskPropertyDefinition | Definition [get] |
Returns the definition of the property. More... | |
string | Name [get] |
Returns the name of the property. More... | |
object | Value [get] |
Returns the value of the property. More... | |
abstract object | ValueProtected [get] |
Properties inherited from Bexel.Api.ApiObject | |
abstract bool | IsValid [get] |
Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Bexel.Api.Scheduling.TaskProperty | |
virtual bool | ValueEquals (TaskProperty other) |
Determines whether the specified property is equal by value to the current property. More... | |
virtual bool | ValueEquals (object obj) |
Determines whether the specified object is equal by value to the current property. More... | |
override int | GetHashCode () |
override bool | Equals (object obj) |
Represents a property which holds a string value.