Provance.Itam.SoftwareUsage.MonthlySoftwareUsageMonthly Software Usage

Provance.Itam.SoftwareUsage.MonthlySoftwareUsage (ClassType)

Defines the basic properties of Monthly Software Usage

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId02162154-1bc6-96cc-48a2-475a3fb0a1ae

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
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.Itam.SoftwareUsage.MonthlySoftwareUsage:
ResourceID  string      true 50  False     
FileID  string      true 50  False     
MeteredUserID  string      true 50  False     
TimeKey  string  Time Key Time Key false 256  False     
UsageCount  int  Usage Count Usage Count false 256       
TerminalServiceUsageCount  int  Terminal Service Usage Count Terminal Service Usage Count false 256       
UsageTime  int  Usage Time Usage Time false 256       
LastUsage  datetime  Last Usage Last Usage false 256       

Health Model:

Source Code:

<ClassType ID="Provance.Itam.SoftwareUsage.MonthlySoftwareUsage" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="ResourceID" Type="string" Key="true" CaseSensitive="false" MaxLength="50" MinLength="0"/>
<Property ID="FileID" Type="string" Key="true" CaseSensitive="false" MaxLength="50" MinLength="0"/>
<Property ID="MeteredUserID" Type="string" Key="true" CaseSensitive="false" MaxLength="50" MinLength="0"/>
<Property ID="TimeKey" Type="string"/>
<Property ID="UsageCount" Type="int"/>
<Property ID="TerminalServiceUsageCount" Type="int"/>
<Property ID="UsageTime" Type="int"/>
<Property ID="LastUsage" Type="datetime"/>
</ClassType>