CiresonAutoCloseSettingsClassCireson - Auto Close Settings

CiresonAutoCloseSettingsClass (ClassType)

Settings for Auto Close app

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId7acc01a8-a3e4-a579-cd28-c6843ac8a4eb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False 
CiresonAutoCloseSettingsClass:
IncidentDays  int      false  999   
ProblemDays  int      false  999   
ServiceRequestDays  int      false  999   
ChangeRequestDays  int      false  999   
ReleaseRecordDays  int      false  999   
DaysMask  string      false      False 
LogPath  string      false 256      False 

Health Model:

Source Code:

<ClassType ID="CiresonAutoCloseSettingsClass" Accessibility="Public" Abstract="false" Base="AdminItem.Library!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="IncidentDays" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" MinValue="0" MaxValue="999"/>
<Property ID="ProblemDays" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" MinValue="0" MaxValue="999"/>
<Property ID="ServiceRequestDays" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" MinValue="0" MaxValue="999"/>
<Property ID="ChangeRequestDays" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" MinValue="0" MaxValue="999"/>
<Property ID="ReleaseRecordDays" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" MinValue="0" MaxValue="999"/>
<Property ID="DaysMask" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false"/>
<Property ID="LogPath" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>