Provance.Class.BFA.ResolutionPathBFA Resolution Path

Provance.Class.BFA.ResolutionPath (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbb59e43e-8d2b-32ef-9dcd-ea969aa3c5f1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Provance.Class.BFA.ResolutionPath:
ResolutionPathId  int  Resolution Path Id true 256   
BatchId  int  Batch Id false 256   
FromVersion  string  From Version false 512  False 
FromVersionGuid  guid  From Version Guid false 256   
LicenseId  int  License Id false 256   
LicenseType  int  License Type false 256   
ParentResolutionPathId  int  Parent Resolution Path Id false 256   
ParentVersionPathId  int      false 256   
SoftwareLicensePurchaseGuid  guid  Software License Purchase Guid false 256   
TimeStamp  datetime  Time Stamp false 256   
ToVersion  string  To Version false 512  False 
ToVersionGuid  guid  To Version Guid false 256   
UsageCount  int      false 256   
VersionLicensingPositionId  int      false 256   
VersionPathId  int  Version Path Id false 256   
VersionPathTypeId  int  Version Path Type Id false 256   

Health Model:

Source Code:

<ClassType ID="Provance.Class.BFA.ResolutionPath" Accessibility="Public" Abstract="false" Base="AdminItem!System.AdminItem" Hosted="false" Singleton="false">
<Property ID="ResolutionPathId" Type="int" AutoIncrement="false" Key="true"/>
<Property ID="BatchId" Type="int" Required="true"/>
<Property ID="FromVersion" Type="string" MinLength="0" MaxLength="512" AutoIncrement="false" Comment="Display name of 'from' version."/>
<Property ID="FromVersionGuid" Type="guid" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="LicenseId" Type="int" Required="true"/>
<Property ID="LicenseType" Type="int" Required="true"/>
<Property ID="ParentResolutionPathId" Type="int"/>
<Property ID="ParentVersionPathId" Type="int"/>
<Property ID="SoftwareLicensePurchaseGuid" Type="guid" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="TimeStamp" Type="datetime" Required="true"/>
<Property ID="ToVersion" Type="string" MinLength="0" MaxLength="512" AutoIncrement="false" Comment="Display name of 'to' version."/>
<Property ID="ToVersionGuid" Type="guid" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="true" Scale="0"/>
<Property ID="UsageCount" Type="int"/>
<Property ID="VersionLicensingPositionId" Type="int" Required="true"/>
<Property ID="VersionPathId" Type="int" Required="true"/>
<Property ID="VersionPathTypeId" Type="int" Required="true"/>
</ClassType>