Click or drag to resize
Configuration Class
Class used to hold information that other parts of the code can use to distinguish between different configurations.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataConfiguration

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static class Configuration

The Configuration type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCountryId
Get configured country.
Public propertyStatic memberDebug
Test if debug is enabled or not.
Public propertyStatic memberInstallationType
Get installation type.
Public propertyStatic memberIsAllTestsRun
Test if all automatic test should be run or not.
Top
Methods
  NameDescription
Public methodStatic memberSetInstallationType
Set installation type. Debug flag and machine name is used to decide which installation type to use.
Top
See Also