Cireson.AssetManagement.LogLog

Cireson.AssetManagement.Log (ClassType)

Cireson Asset Management Log

Element properties:

Base ClassCireson.AssetManagement.Base
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1fb64ecb-0bbd-37b4-7fe7-e9e209396a0a

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.Log:
CreatedDate  datetime  Created Date false 256     
Comment  string  Comment false 4000  False   
Title  string  Title false 200  False   
Type  enum      false 256    Cireson.AssetManagement.LogTypeEnum 

Health Model:

Source Code:

<ClassType ID="Cireson.AssetManagement.Log" Accessibility="Public" Abstract="false" Base="Cireson.AssetManagement.Base" Hosted="false" Singleton="false" Extension="false">
<Property ID="CreatedDate" Type="datetime" AutoIncrement="false" Key="false" CaseSensitive="false" Required="false"/>
<Property ID="Comment" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false" Scale="0"/>
<Property ID="Title" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="200" MinLength="0" Required="false" Scale="0"/>
<Property ID="Type" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" EnumType="Cireson.AssetManagement.LogTypeEnum"/>
</ClassType>