Class EnvironmentStateMetadata#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

public class EnvironmentStateMetadata

Inheritance#

objectEnvironmentStateMetadata

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors#

EnvironmentStateMetadata(string, EnvironmentStateType)#

public EnvironmentStateMetadata(string name, EnvironmentStateType state)

Parameters#

name string

state EnvironmentStateType

Properties#

Name#

public string Name { get; }

Property Value#

string

Type#

public EnvironmentStateType Type { get; }

Property Value#

EnvironmentStateType

Methods#

ToString()#

Returns a string that represents the current object.

public override string ToString()

Returns#

string

A string that represents the current object.