The CSystemConfig type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PeriodicRefresh |
Refreshes the cached variable values if the supplied interval has passed since the last refresh.
| |
| Refresh | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AutoLogoutTime |
If set, iMIS automatically logs users out of the client/server system after this time
| |
| AutoUpperLower |
Indicates whether or not to automatically adjust the case of data entered into certain fields in iMIS. For example, people's names,
city names, comapnay names, etc. are automatically set to title case when they are entered.
| |
| DateInstalled |
The date that this iMIS instance was installed
| |
| EncryptionStatus |
Indicates whether or not the Credit cards in iMIS have been encrypted
| |
| iMISVersion |
The complete iMIS Version number for this iMIS installation
| |
| iMISVersionDatabase |
The Database portion (i.e., database version) of the iMIS version, e.g., for iMIS 10 version 10.5.28.02 this would return 28
| |
| iMISVersionMajor |
The Major portion of the iMIS version, e.g., for iMIS 10 version 10.5.28.02 this would return 10
| |
| iMISVersionMinor |
The Minor portion of the iMIS version, e.g., for iMIS 10 version 10.5.28.02 this would return 5
| |
| iMISVersionPatch |
The Patch portion (i.e., patch version) of the iMIS version, e.g., for iMIS 10 version 10.5.28.02 this would return 02
| |
| LastRefreshDateTime |
Gets the date and time that the cached object was lasted refreshed.
| |
| LicensedProducts |
A comma delimited list of products that are licensed in this iMIS installation
| |
| LicensedTo |
The name of the organizatrion that has licensed this iMIS installation
| |
| MaintainSqlUsers |
Indicates whether iMIS Users should also get SQL logins and if so, if iMIS should maintain them as user accounts
change in iMIS
| |
| MaximumRecords |
The Maximum number of customer records this iMIS installation is licensed for.
| |
| MSWordStoreDirectory |
The folder or directory in which to store MS Word document created by iMIS
| |
| SerialNo |
The serial number of this iMIS installation
| |
| SqlSecurityModel |
Indicates which SQL Security model has been setup in iMIS. | |
| StayLower |
A space delimted list of words that should remain lower case when the AutoUpperLower function runs against data
entered. | |
| SystemName |
The "Name" of this iMIS installation
| |
| UdfFormatStamp |
The Date format to use
| |
| UsersLicensed |
The number of named users licensed with this iMIS installation
| |
| WebServerURL |
The web server for this iMIS installation
|