Provance.ITAM.LeaseAgreementLease Agreement

Provance.ITAM.LeaseAgreement (ClassType)

Defines the basic properties of Lease Agreement

Element properties:

Base ClassProvance.ITAM.Agreement
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5b76c39a-36c1-3492-6d95-84575a85787f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
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.Agreement:
AgreementNumber  string  Agreement Number Agreement Number true 256  False       
Description  string  Description Description false 256  False       
Status  enum  Status Status false 256      EntityStatus   
LifeCycleStatus  enum  Life Cycle Status Agreement Life Cycle Status false 256      AgreementLifeCycleStatus   
TermsAndConditions  string  Terms & Conditions Terms & Conditions false 1024  False       
EndUserContent  binary  End User Content End User Content false 256         
Provance.ITAM.LeaseAgreement:
Ceiling  decimal  Ceiling Ceiling false 38       
CeilingIsoCurrencyCode  string  Ceiling Currency Ceiling Currency false 256  False       
EffectiveDate  datetime  Effective Date Effective Date false 256         
ExpirationDate  datetime  Expiration Date Expiration Date false 256         
Transferability  enum  Transferability Transferability false 256      ContractTransferability   

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.LeaseAgreement" Accessibility="Public" Abstract="false" Base="Provance.ITAM.Agreement" Hosted="false" Singleton="false">
<Property ID="Ceiling" Type="decimal" MaxLength="38" MinLength="1" Scale="2"/>
<Property ID="CeilingIsoCurrencyCode" Type="string"/>
<Property ID="EffectiveDate" Type="datetime"/>
<Property ID="ExpirationDate" Type="datetime"/>
<Property ID="Transferability" Type="enum" EnumType="ContractTransferability"/>
</ClassType>