Trigger Class
NAMESPACE
RASAdminEngine.Core.OutputModels.Schedule
DESCRIPTION
Trigger
INHERITED FROM
RASSerilazableObj⇒Trigger
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
Nullable<UInt32> | CompleteIn | Complete In | |
Nullable<Double> | DurationInSecs | Duration | |
Nullable<DateTime> | EndDateTime | End Date | |
Repeat | Recur | ||
SpecificDays | Specific Days | ||
DateTime | StartDateTime | Start Date |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated