Provance.Class.AgreementAgreement (base)

Provance.Class.Agreement (ClassType)

Contains the common set of properties for all agreement types. (Not intended for direct use.)

Element properties:

Base ClassSystem.ConfigItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6a77e61f-6986-1ddd-cb92-941333ec0b16

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.Agreement:
Description  richtext  Description false 2000       
LifeCycle  enum  Life Cycle false 256      Provance.Enumeration.AgreementLifeCycle 
LifeCycleChangeDate  datetime  Life Cycle Change Date false 256       
LifeCycleChangeNote  richtext  Life Cycle Change Notes false 4000       
LifeCycleChangeBy  string  Life Cycle Changed by false 256  False     
TermsAndConditions  richtext  Terms And Conditions false 2000       

Health Model:

Source Code:

<ClassType ID="Provance.Class.Agreement" Accessibility="Public" Abstract="true" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Description" Type="richtext" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="LifeCycle" Type="enum" EnumType="Provance.Enumeration.AgreementLifeCycle"/>
<Property ID="LifeCycleChangeDate" Type="datetime"/>
<Property ID="LifeCycleChangeNote" Type="richtext" MinLength="0" MaxLength="4000" AutoIncrement="false"/>
<Property ID="LifeCycleChangeBy" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="TermsAndConditions" Type="richtext" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
</ClassType>