Provance.Class.HardwareAssetHardware Asset Base

Provance.Class.HardwareAsset (ClassType)

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

Element properties:

Base ClassSystem.ConfigItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0651928d-1752-80ff-15bd-d8e397f5460d

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.HardwareAsset:
Cost  decimal  Cost false 38    0.00   
CostCurrency  string  Cost ISO Currency Code false  False       
Description  richtext  Description false 2000         
DesignatedUse  enum  Designated Use false 256      Provance.Enumeration.DesignatedUse   
LifeCycleChangeDate  datetime  Life Cycle Change Date Indicates when the Life Cycle of the asset was last changed. false 256         
LifeCycleChangeNote  richtext  Life Cycle Change Notes false 4000         
LifeCycleChangeBy  string  Life Cycle Changed by Indicates who last changed the Life Cycle of the asset. (User/Workflow/Task) false 256  False       
Nickname  string  Nickname false 256  False       
OwnershipType  enum  Ownership Type false 256      Provance.Enumeration.OwnershipType   
ReadinessStatus  enum  Readiness Status Indicates the overal state of the asset. false 256      Provance.Enumeration.ReadinessStatus   
Type  enum  Type false 256      Provance.Enumeration.HardwareAssetType   

Health Model:

Source Code:

<ClassType ID="Provance.Class.HardwareAsset" Accessibility="Public" 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="DesignatedUse" Type="enum" EnumType="Provance.Enumeration.DesignatedUse"/>
<Property ID="LifeCycleChangeDate" Type="datetime"/>
<Property ID="LifeCycleChangeNote" Type="richtext" MinLength="0" MaxLength="4000" AutoIncrement="false"/>
<Property ID="LifeCycleChangeBy" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="OwnershipType" Type="enum" EnumType="Provance.Enumeration.OwnershipType"/>
<Property ID="ReadinessStatus" Type="enum" EnumType="Provance.Enumeration.ReadinessStatus"/>
<Property ID="Type" Type="enum" EnumType="Provance.Enumeration.HardwareAssetType"/>
</ClassType>