Provance.Class.NonSerializedAssetNon-Serialized Asset

Provance.Class.NonSerializedAsset (ClassType)

Element properties:

Base ClassProvance.Class.HardwareAsset
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId099a06fa-a628-4afb-7f3c-631d8db97033

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.NonSerializedAsset:
ID  string  ID true 256  False  HDA{0}     
BackOrderedQuantity  int  Back Ordered Quantity The quantity of items currently on back order. false 256       
CurrentState  int  Current State A visual indicator depicting the current stocking state of the asset. false 256       
InstockQuantity  int  In Stock Quantity The quantity of items currently in stock. false 256       
LastInventoriedDate  datetime  Last Inventoried Date The date the items were last inventoried. false 256         
LifeCycle  enum  Life Cycle false 256      Provance.Enumeration.NonSerializedAssetLifeCycle   
MinOrderLevel  int  Minimum Order Level The minimum quantity that must be ordered at one time. false 256       
ReorderPoint  int  Reorder Point The Inventory Quantity at which a new restocking order should be placed. false 256       

Health Model:

Source Code:

<ClassType ID="Provance.Class.NonSerializedAsset" Accessibility="Public" Abstract="false" Base="Provance.Class.HardwareAsset" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="HDA{0}"/>
<Property ID="BackOrderedQuantity" Type="int" DefaultValue="0"/>
<Property ID="CurrentState" Type="int" DefaultValue="0"/>
<Property ID="InstockQuantity" Type="int" DefaultValue="0"/>
<Property ID="LastInventoriedDate" Type="datetime"/>
<Property ID="LifeCycle" Type="enum" EnumType="Provance.Enumeration.NonSerializedAssetLifeCycle"/>
<Property ID="MinOrderLevel" Type="int" DefaultValue="0"/>
<Property ID="ReorderPoint" Type="int" DefaultValue="0"/>
</ClassType>