Class ProfileEnvironmentSettings
Class ProfileEnvironmentSettings.
Namespace: Unity.Industrial.Forma.Core.Profiles
Syntax
public class ProfileEnvironmentSettings : object
Constructors
ProfileEnvironmentSettings()
Initializes a new instance of the ProfileEnvironmentSettings class.
Declaration
public ProfileEnvironmentSettings()
Fields
environmentReferences
The environment references
Declaration
public List<EnvironmentReference> environmentReferences
Field Value
Type | Description |
---|---|
List<EnvironmentReference> |
Properties
environments
Gets the environments.
Declaration
public IEnumerable<EnvironmentItem> environments { get; }
Property Value
Type | Description |
---|---|
IEnumerable<EnvironmentItem> | The environments. |