Configuration Class |
Namespace: IAS
public class Configuration
The Configuration type exposes the following members.
| Name | Description | |
|---|---|---|
| Configuration |
Default constructor. Initializes all settings to default values (True).
For testing, create an instance and set properties directly using object initializer syntax:
Dim config As New Configuration() With {
.PullFromOfficeSystem = False,
.PreventFutureDatesForContracts = True
} |
| Name | Description | |
|---|---|---|
| FormFileLocation |
Gets or sets the file system path where electronic form PDFs are stored.
| |
| PreventFutureDatesForContracts |
Gets or sets whether to prevent future dates for contracts.
| |
| PullFromOfficeSystem |
Gets or sets whether to pull rates from the Office System.
| |
| PullFromServiceGroupSystem |
Gets or sets whether to pull rates from the Service Group System.
|
| Name | Description | |
|---|---|---|
| Instance |
Thread-safe singleton instance for production use. Initialized from web.config on first access.
|