AppConsts Class |
Namespace: Omada.OE.Model
public class AppConsts
The AppConsts type exposes the following members.
| Name | Description | |
|---|---|---|
| AppNameAndVersion |
Returns application name + major.minor
| |
| AppVersion |
Returns major.minor.update
| |
| AppVersionFull |
Returns major.minor.update.build
| |
| AppVersionMajorMinor |
Returns major.minor
|
| Name | Description | |
|---|---|---|
| GetEnclosedSystemValue(Int32) |
Utility to enclose value in brackets [], for instance a number
| |
| GetEnclosedSystemValue(String) |
Utility to enclose a value in brackets [], for instance a username
| |
| GetEnclosedVariable |
Utility method to enclose a variabel in a mail template, display name format, data exchange field map etc.
|
| Name | Description | |
|---|---|---|
| AltsoftPDFLicense |
License key for pdf component.
| |
| CAppEnterpriseServerName | Obsolete.
Enterprise Server name
| |
| CAppName |
Application name.
| |
| CAppShortName |
Short name of application
| |
| CAppSoftwareName | Obsolete.
Full name of the software
| |
| CAppSurName |
Application sur name
| |
| CBuildYear |
Build year of application
| |
| CCompanyName |
Company name
| |
| CompanyAddress1 |
Company address
| |
| CompanyAddress2 |
Company address
| |
| CompanyCity |
Company city
| |
| CompanyCountry |
Company country
| |
| CompanyEmail |
Company email
| |
| CompanyFax |
Company fax
| |
| CompanyPhone |
Company phone
| |
| CompanyWeb |
Company Web site
| |
| ConfigurationChangeLogicVersion |
Specifies the version of the configuration change logic.
Is used to validate whether a file with configuration changes can be imported.
Should be incremented if the API changes - specificly if the ConfigurationObjectType or ConfigObjField enumeration changes.
Should be reset to 1 (but don't have to) when a new release (e.g. 6.1) is made.
| |
| CVersion_Ma |
Application major release number
| |
| CVersion_Mi |
Application minor release number
| |
| CVersion_Pa |
Application build number.
This number is automatically set by the build-server.
| |
| CVersion_Upd |
Application update number which is the third number in the version number.
The first v14 is numbered 14.0.0.134 and the second v14 (update 1) is numbered 14.0.1.349
| |
| DefaultCulture |
Default culture for new users
| |
| FileBufferSize |
Buffer size for file database IO calls.
| |
| MassOperationObjectMax |
Default threshold for mass operations like update of display names etc.
| |
| MasterConnStr |
Customer database connection string representing the same value as the master database connection string
| |
| MessengerEmail |
Default email address used in the From field
| |
| NonProdVersion |
The non-production release is numbered, for instance Beta 1
| |
| PastVersions |
Must include the versions that the installer contains update scripts for.
Do not include current version.
| |
| Release |
Current release type.
| |
| StandardByteArrayBufferSize |
Buffer size for byte arrays
| |
| SupportEmail |
Support email.
| |
| SysValueQualLeft |
System value left qualifier (used arround usernames e.t.c.)
| |
| SysValueQualRight |
System value right qualifier
| |
| ValLstFldSep |
Used to separate values in an input field on the format: Field=Value1;Value2;Value3
| |
| ValLstValSep |
Used to separate values in an input field on the format: Field=Value1;Value2;Value3
| |
| VariableQualLeft |
Variable left qualifier (used in mailtemplates, displaynameformat, dataexchange fieldmaps)
| |
| VariableQualRight |
Variable right qualifier
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |