System.SLA.Instance.InformationService Level Instance Information

System.SLA.Instance.Information (ClassType)

Element properties:

Base ClassSystem.SLA.Information
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb90e1e9b-fcfa-94a5-bfbd-f7927510542f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.Information:
Id  string  ID ID true 256  False     
System.SLA.Instance.Information:
EndDate  datetime      false 256       
StartDate  datetime      false 256       
PausedDate  datetime      false 256       
IsCancelled  bool      false 256    false   
Status  enum      false 256      SLAInstance.Status 

Health Model:

Source Code:

<ClassType ID="System.SLA.Instance.Information" Accessibility="Public" Abstract="true" Base="System.SLA.Information">
<Property ID="EndDate" Type="datetime"/>
<Property ID="StartDate" Type="datetime"/>
<Property ID="PausedDate" Type="datetime"/>
<Property ID="IsCancelled" Type="bool" DefaultValue="false"/>
<Property ID="Status" Type="enum" EnumType="SLAInstance.Status"/>
<Optimization ID="System.SLA.Instance.Information.Status.Index">
<Property ID="Status"/>
</Optimization>
</ClassType>