Click or drag to resize

TaskTimeBaseContract Class

Base class for contract, describing scheduler task parameters.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      More...

Namespace:  SOS.SDK.Contracts.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public abstract class TaskTimeBaseContract : TaskTriggerContract

The TaskTimeBaseContract type exposes the following members.

Constructors
  NameDescription
Protected methodTaskTimeBaseContract
Initializes a new instance of the TaskTimeBaseContract class
Top
Properties
  NameDescription
Public propertyEndTime
The datetime for Task 'soft' finishing. Can be empty.
Public propertyStartTime
The datetime for Task starting.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy