Provance.ITAM.ContractAdminSettingsProvance Contract Administration Settings

Provance.ITAM.ContractAdminSettings (ClassType)

Settings for contracts, such as contract expiry thresholds

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementId1bb41ce6-98af-662c-ebd3-ce1377851eed

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Provance.ITAM.ContractAdminSettings:
ExpiredThresholdDays  int  Expired Threshold Days The number of days from current date where a contract is considered to be expired (Red indicator) false 256   
CloseToExpiredThresholdDays  int  Close to Expired Threshold Days The number of days from current date where a contract is considered to be close to expiring (Yellow indicator) false 256    365 

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.ContractAdminSettings" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="ExpiredThresholdDays" Type="int" Required="false" DefaultValue="0"/>
<Property ID="CloseToExpiredThresholdDays" Type="int" Required="false" DefaultValue="365"/>
</ClassType>