Cireson.AssetManagement.NoticeEventNotice Event

Cireson.AssetManagement.NoticeEvent (ClassType)

Cireson Asset Management Notice Event

Element properties:

Base ClassCireson.AssetManagement.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf7c87841-be2f-d591-6341-cd36ebedb46d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Cireson.AssetManagement.Base:
Name  string  Name true 256  False   
Cireson.AssetManagement.NoticeEvent:
Title  string  Title false 256  False   
Notes  string  Notes false 4000  False   
DueDate  datetime  Due Date false 256     
Enabled  bool  Enabled false 256     
Type  enum  Type false 256    Cireson.AssetManagement.NoticeEventTypeEnum 
NoticePeriod  enum  Notice Period false 256    Cireson.AssetManagement.NoticeEventNoticePeriodEnum 
Template  guid  Template false 256     
HardwareAssetTemplate  guid  Hardware Asset Template false 256     
Class  guid  Class false 256     
UseContractDate  bool  Use Contract Date false 256     
SendToOwner  bool  SendToOwner false 256     
Notifications  int  Notifications false 256     
AutoRenew  bool  Auto Renew false 256     
SendToCustodian  bool      false 256     
Span  int      false 256     

Health Model:

Source Code:

<ClassType ID="Cireson.AssetManagement.NoticeEvent" Accessibility="Public" Abstract="false" Base="Cireson.AssetManagement.Base" Hosted="false" Singleton="false" Extension="false">
<Property ID="Title" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Notes" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
<Property ID="DueDate" Type="datetime" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="Enabled" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="Type" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Cireson.AssetManagement.NoticeEventTypeEnum"/>
<Property ID="NoticePeriod" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Cireson.AssetManagement.NoticeEventNoticePeriodEnum"/>
<Property ID="Template" Type="guid" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="HardwareAssetTemplate" Type="guid" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="Class" Type="guid" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="UseContractDate" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="SendToOwner" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="Notifications" Type="int" AutoIncrement="false" Key="false" MinValue="0" MaxValue="2147483647"/>
<Property ID="AutoRenew" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="SendToCustodian" Type="bool" AutoIncrement="false" Key="false" Required="false"/>
<Property ID="Span" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" MinValue="0"/>
</ClassType>