Provance.Class.BFA.SoftwareInstallCoverageBFA Software Install Coverage

Provance.Class.BFA.SoftwareInstallCoverage (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1b11b4be-8840-fbd1-b447-6065468cd5fd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Provance.Class.BFA.SoftwareInstallCoverage:
DeviceGuid  guid  Device Guid true 256     
VersionGuid  guid  Version Guid true 256     
AssignmentType  int  Assignment Type false 256   
BatchId  int  Batch Id false 256     
Covered  bool  Covered false 256    false 
ResolutionPathId  int  Resolution Path Id false 256     
SoftwareInstallId  int      false 256     
SoftwareTitleGuid  guid  Software Title Guid false 256     
TimeStamp  datetime  Time Stamp false 256     

Health Model:

Source Code:

<ClassType ID="Provance.Class.BFA.SoftwareInstallCoverage" Accessibility="Public" Abstract="false" Base="AdminItem!System.AdminItem" Hosted="false" Singleton="false">
<Property ID="DeviceGuid" Type="guid" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="VersionGuid" Type="guid" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="AssignmentType" Type="int" DefaultValue="1" Comment="Accepted Values: 0(Asset), 1(User)" Required="true"/>
<Property ID="BatchId" Type="int" Required="true"/>
<Property ID="Covered" Type="bool" DefaultValue="false" Required="true"/>
<Property ID="ResolutionPathId" Type="int"/>
<Property ID="SoftwareInstallId" Type="int"/>
<Property ID="SoftwareTitleGuid" Type="guid" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="TimeStamp" Type="datetime" Required="true"/>
</ClassType>