InstallationType Enumeration |
Enumeration of the different types of installation that is used.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum InstallationType
Public Enumeration InstallationType
public enum class InstallationType
Members
| Member name | Value | Description |
---|
| ArtportalenTest | 0 |
Development test server for team Artportalen.
|
| DevelopmentTest | 1 |
Development test server.
|
| LocalTest | 2 |
Development with local hosting of web applications or web services.
|
| Production | 3 |
Production servers.
|
| ServerTest | 4 |
Old test server. This option will be removed when the new test servers
are up and running.
|
| SpeciesFactTest | 5 |
Old test server. This option will be removed when the new test servers
are up and running.
|
| SystemTest | 6 |
Test server used for system testing.
|
| TwoBlueberriesTest | 7 |
Old test server. This option will be removed when the new test servers
are up and running.
|
See Also