Class.Siren.AssetManagement.SuppliersSuppliers

Class.Siren.AssetManagement.Suppliers (ClassType)

Class for Suppliers

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8e721827-1991-8f1a-c998-337d828dfea7

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       
Class.Siren.AssetManagement.Suppliers:
SuppliersID  string  Asset ID ID for Suppliers true 256  False  SU{0}   
SuppliersDisplayName  string  Supplier Name Supplier Name for Suppliers false 256  False     
SuppliersClientNumber  string  Client Number Supplier Client Number for Suppliers false 256  False     
SuppliersContact  string  Contact Name Contact for Suppliers false 256  False     
SuppliersMainAddress  string  Address Address for Suppliers false 256  False     
SuppliersMailAddress  string  E-Mail Address E-Mail Address for Suppliers false 256  False     
SuppliersPhoneNumber  string  Phone Number Phone Number for Suppliers false 256  False     
SuppliersComments  string  Comments Comments Number for Suppliers false 256  False     

Health Model:

Source Code:

<ClassType ID="Class.Siren.AssetManagement.Suppliers" Base="System!System.ConfigItem" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="SuppliersID" Key="true" Type="string" DefaultValue="SU{0}" Required="true" AutoIncrement="true"/>
<Property ID="SuppliersDisplayName" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersClientNumber" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersContact" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersMainAddress" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersMailAddress" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersPhoneNumber" Key="false" Type="string" Required="false" AutoIncrement="false"/>
<Property ID="SuppliersComments" Key="false" Type="string" Required="false" AutoIncrement="false"/>
</ClassType>