PlatformEnvironment

PlatformEnvironment is a static class

class ONE.Utilities.PlatformEnvironment

Methods

GetPlatformEnvironment

ONE.Utilities.PlatformEnvironment.GetPlatformEnvironment(string name)
ONE.Utilities.PlatformEnvironment.GetPlatformEnvironment(EnumPlatformEnvironment enumPlatformEnvironment)
Parameters
  • name (string) – The name of the environment.

  • enumPlatformEnvironment (EnumPlatformEnvironment) – The enumerated value of the environment.

Returns

PlatformEnvironment class

Return type

PlatformEnvironment

clientSDK.Environment = PlatformEnvironmentHelper.GetPlatformEnvironment(EnumPlatformEnvironment.Feature);

Properties

Environments

ONE.Utilities.PlatformEnvironment.Environments
Returns

Static List of environments

Return type

List<PlatformEnvironment>