System.SLA.Instance.InformationServicelevel-Instanzinformationen

System.SLA.Instance.Information (ClassType)

Element properties:

Base ClassSystem.SLA.Information
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId33b03d97-29fb-7157-f791-a9af94ceb812

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts 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>