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

Represents a property which holds a date time value. More...

Inheritance diagram for Bexel.Api.Scheduling.TaskDateTimeProperty:
Bexel.Api.Scheduling.TaskProperty Bexel.Api.ApiObject

Protected Member Functions

 TaskDateTimeProperty (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 DateTime 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)
 

Detailed Description

Represents a property which holds a date time value.