Provance.Class.HardwareCatalogSerializedHardware Catalog - Serialized

Provance.Class.HardwareCatalogSerialized (ClassType)

Element properties:

Base ClassProvance.Class.HardwareCatalog
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4b9722f8-53a7-5295-b3ed-a4b3734435c3

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   
Provance.Class.HardwareCatalogSerialized:
ID  string  ID true 256  False  HCS{0}     
ManufacturerPartNumber  string  Manufacturer Part Number false 256  False       
RefreshCycleDuration  int  Refresh Cycle Duration false 256       
RefreshCycleDurationUnit  enum  Refresh Cycle Duration Unit false 256      Provance.Enumeration.DurationTimeUnit   
SupplierPartNumber  string  Supplier Part Number false 256  False       

Health Model:

Source Code:

<ClassType ID="Provance.Class.HardwareCatalogSerialized" Accessibility="Public" Abstract="false" Base="Provance.Class.HardwareCatalog" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="HCS{0}"/>
<Property ID="ManufacturerPartNumber" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="RefreshCycleDuration" Type="int" DefaultValue="0"/>
<Property ID="RefreshCycleDurationUnit" Type="enum" EnumType="ProvanceCommon!Provance.Enumeration.DurationTimeUnit"/>
<Property ID="SupplierPartNumber" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>