Cireson.AssetManagement.StandardStandard

Cireson.AssetManagement.Standard (ClassType)

Cireson Asset Management Standard

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4b70b009-cd1e-aa0d-3aae-2957fcfeeb5b

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.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Cireson.AssetManagement.Standard:
Id  guid  ID true 256       
Name  string  Name false 256  False     
Notes  string  Notes false 4000  False     
StandardNotes  string      false 4000  False     
Type  enum  Type false 256      Cireson.AssetManagement.StandardTypeEnum 

Health Model:

Source Code:

<ClassType ID="Cireson.AssetManagement.Standard" Accessibility="Public" Abstract="false" Base="System!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="guid" AutoIncrement="false" Key="true" Required="true"/>
<Property ID="Name" 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="StandardNotes" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
<Property ID="Type" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Cireson.AssetManagement.StandardTypeEnum"/>
</ClassType>