Table of Contents

Class ReleaseSettings

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class ReleaseSettings
Inheritance
ReleaseSettings
Inherited Members
Extension Methods

Constructors

ReleaseSettings()

public ReleaseSettings()

Properties

Brand

public string Brand { get; set; }

Property Value

string

ConfigurationProviders

public List<string> ConfigurationProviders { get; set; }

Property Value

List<string>

Environment

public string Environment { get; set; }

Property Value

string

Partition

public string Partition { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string

Methods

GetEnvironment()

public EnvironmentModel GetEnvironment()

Returns

EnvironmentModel