Provance.Class.EnrollmentEnrollment

Provance.Class.Enrollment (ClassType)

An enrollment is a definition of scope for agreements. The title collection and device collection defines what titles and devices are associated with the agreement.

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIded0b43e8-6a49-22cf-1f57-6e587f13263a

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.Class.Enrollment:
ID  string  ID true 256  False  ASE{0}   
Description  richtext  Description false 2000       
DeviceCollection  string  Device Collection false 256  False     
Nickname  string  Nickname false 256  False     
Status  enum  Status false 256      Provance.Enumeration.EntityStatus 
TitleCollection  string  Title Collection false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.Class.Enrollment" Accessibility="Internal" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="ASE{0}"/>
<Property ID="Description" Type="richtext" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="DeviceCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Status" Type="enum" EnumType="ProvanceCommon!Provance.Enumeration.EntityStatus"/>
<Property ID="TitleCollection" Comment="ID Guid of collection" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>