Provance.Class.HardwareCatalogHardware Catalog (base)

Provance.Class.HardwareCatalog (ClassType)

Contains the common set of properties for all hardware catalog items. (Not intended for direct use.)

Element properties:

Base ClassSystem.ConfigItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId34f0e917-db01-8058-1816-4d98a5945959

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
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         
Provance.Class.HardwareCatalog:
Cost  decimal  Cost false 38    0.00   
CostCurrency  string  Cost ISO Currency Code false  False       
Description  richtext  Description false 2000         
Image  binary  Image false 256         
LastUpdated  datetime  Last Updated false 256         
Nickname  string  Nickname false 256  False       
Status  enum  Status false 256      Provance.Enumeration.HardwareCatalogStatus   
Type  enum  Type false 256      Provance.Enumeration.HardwareAssetType   

Health Model:

Source Code:

<ClassType ID="Provance.Class.HardwareCatalog" Accessibility="Internal" Abstract="true" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Cost" Type="decimal" MinLength="3" MaxLength="38" Scale="2" DefaultValue="0.00"/>
<Property ID="CostCurrency" Comment="ISO" Type="string" MinLength="0" MaxLength="3" AutoIncrement="false"/>
<Property ID="Description" Type="richtext" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="Image" Type="binary" MinLength="0" MaxLength="256" AutoIncrement="false" CaseSensitive="false" Required="false"/>
<Property ID="LastUpdated" Type="datetime"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Status" Type="enum" EnumType="Provance.Enumeration.HardwareCatalogStatus"/>
<Property ID="Type" Type="enum" EnumType="Provance.Enumeration.HardwareAssetType"/>
</ClassType>