Provance.ITAM.LeaseContractLease Schedule

Provance.ITAM.LeaseContract (ClassType)

Defines the basic properties of Lease Schedule

Element properties:

Base ClassProvance.ITAM.Contract
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4a796d65-da65-5e47-175b-6c7cc7605824

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.Contract:
Id  string  ID Contract ID true 256  False  CTR{0}     
EffectiveDate  datetime  Effective Date Effective Date false 256         
ExpirationDate  datetime  Expiration Date Expiration Date false 256         
Provance.ITAM.LeaseContract:
CertificateOfAcceptanceNumber  string  Certificate of Acceptance Number Certificate of Acceptance Number false 256  False       
PaymentCount  int  Number of Payments Number of Payments false 256         
PaymentFrequency  enum  Payment Frequency Payment Frequency false 256      ContractTimeFrequency   
OtherPaymentFrequency  string  Other Payment Frequency Other Payment Frequency false 256  False       
Payment  decimal  Payment Amount Payment Amount false 38       
PaymentIsoCurrencyCode  string  Payment Currency Payment Currency false 256  False       

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.LeaseContract" Accessibility="Public" Abstract="false" Base="Provance.ITAM.Contract" Hosted="false" Singleton="false">
<Property ID="CertificateOfAcceptanceNumber" Type="string"/>
<Property ID="PaymentCount" Type="int"/>
<Property ID="PaymentFrequency" Type="enum" EnumType="ContractTimeFrequency"/>
<Property ID="OtherPaymentFrequency" Type="string"/>
<Property ID="Payment" Type="decimal" MaxLength="38" MinLength="1" Scale="2"/>
<Property ID="PaymentIsoCurrencyCode" Type="string"/>
</ClassType>