Schedule Class
NAMESPACE
RASAdminEngine.Core.OutputModels.Schedule
DESCRIPTION
Schedule
INHERITED FROM
RASSerilazableObj⇒RASListObj⇒Schedule
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
Action | Schedule Action Type | ||
String | AdminCreate | Inherited from RASListObj | |
String | AdminLastMod | Inherited from RASListObj | |
String | Description | Description | |
Boolean | Enabled | Enabled | |
UInt32 | Id | ||
String | Name | Name | |
ObjType | Schedule Object Type | ||
Options | Options | ||
UInt32 | SiteID | Site ID | |
List<UInt32> | TargetIDs | Target IDs | |
List<TargetNativeHost> | TargetNativeHosts | Target Native Hosts | |
TargetType | Schedule Target Type | ||
DateTime | TimeCreate | Inherited from RASListObj | |
DateTime | TimeLastMod | Inherited from RASListObj | |
Trigger | Trigger | ||
Nullable<UInt32> | Type | Type |
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