DeploymentEnvironment Class
Defines the deployment environment.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["DeploymentEnvironment"] class Type type-node

Syntax

public static class DeploymentEnvironment

Fields

Name Field Type Constant Value Summary
ConfigurationKey string environment
The configuration key.
static
ConfigurationKeyDelimiter string .
The configuration key delimiter.
static
DefaultTraceSourceNameConfigurationKey string defaultTraceSourceName
The default trace source name configuration key.
static
DevelopmentEnvironmentName string dev
The development environment name.
static
ProductionEnvironmentName string prod
The production environment name.
static
StagingEnvironmentName string qa
The staging environment name.
static