Provance.Class.ComputerAssetComputer Asset

Provance.Class.ComputerAsset (ClassType)

Element properties:

Base ClassProvance.Class.HardwareAssetStandard
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdba506d19-dc9c-d257-e9d5-7ea7267d3f49

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   
Provance.Class.HardwareAssetStandard:
LastScannedDate  datetime  Last Scanned Date The date the asset was last scanned by Provance Bar Code false 256         
LastVerifiedDate  datetime  Last Verified Date The date the asset was last verified by the Asset Manager false 256         
ReceivedDate  datetime  Received Date false 256         
ReturnDisposalDate  datetime  Return/Disposal Date false 256         
SerialNumber  string  Serial Number false 256  False       
Provance.Class.ComputerAsset:
ID  string  ID true 256  False  HCA{0}     
AssetTag  string  Asset Tag false 256  False       
LastDiscoveredDate  datetime  Last Discovered Date The date the asset was last discovered in SCCM false 256         
LifeCycle  enum  Computer Life Cycle false 256      Provance.Enumeration.ComputerAssetLifeCycle   
RefreshTargetDate  datetime  Refresh Target Date The target refresh date for the asset. Set based upon the Hardware Catalog Period and the Received Date of the asset. false 256         

Health Model:

Source Code:

<ClassType ID="Provance.Class.ComputerAsset" Accessibility="Public" Abstract="false" Base="Provance.Class.HardwareAssetStandard" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="HCA{0}"/>
<Property ID="AssetTag" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="LastDiscoveredDate" Type="datetime"/>
<Property ID="LifeCycle" Type="enum" EnumType="Provance.Enumeration.ComputerAssetLifeCycle"/>
<Property ID="RefreshTargetDate" Type="datetime"/>
</ClassType>