Provance.Class.AssetAdminSettingsProvance Administration Settings

Provance.Class.AssetAdminSettings (ClassType)


Change status thresholds, currencies/exchange rates, hardware asset manipulation and workflow configuration

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIde2e5e9aa-c60c-df40-4d22-8b9f1d6cbdaa

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Provance.Class.AssetAdminSettings:
InternalId  string      false 256  False 
DataSourceId  int      false 256   
AgreementExpiredThreshold  int  Agreement Expired Threshold (days) false 256   
AgreementExpiryWarningThreshold  int  Agreement Expiry Warning Threshold (days) false 256   
BaseCurrencyId  int  Base Currency Id false 256   
AssetTagDuplicationAllowed  bool  Asset Tag Duplication Allowed false 256   
SerialNumberDuplicationAllowed  bool  Serial Number Duplication Allowed false 256   
EntitlementExceededThreshold  int  Entitlement Exceeded Threshold (Percentage) false 256   
EntitlementExceedingWarningThreshold  int  Entitlement Exceeding Warning Threshold (Percentage) false 256   
EntitlementUnderUsedThreshold  int  Entitlement Under Used Threshold (Percentage) false 256   
GridViewRowDefault  int      false 256   

Health Model:

Source Code:

<ClassType ID="Provance.Class.AssetAdminSettings" Accessibility="Public" Abstract="false" Base="AdminItem!System.SolutionSettings" Hosted="false" Singleton="true">
<Property ID="InternalId" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="DataSourceId" Type="int"/>
<Property ID="AgreementExpiredThreshold" Comment="Value is in days" Type="int"/>
<Property ID="AgreementExpiryWarningThreshold" Comment="Value is in days" Type="int"/>
<Property ID="BaseCurrencyId" Type="int"/>
<Property ID="AssetTagDuplicationAllowed" Type="bool"/>
<Property ID="SerialNumberDuplicationAllowed" Type="bool"/>
<Property ID="EntitlementExceededThreshold" Type="int"/>
<Property ID="EntitlementExceedingWarningThreshold" Type="int"/>
<Property ID="EntitlementUnderUsedThreshold" Type="int"/>
<Property ID="GridViewRowDefault" Type="int"/>
</ClassType>