Class EnvironmentStateMetadata#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public class EnvironmentStateMetadata
Inheritance#
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#
Type#
public EnvironmentStateType Type { get; }
Property Value#
Methods#
ToString()#
Returns a string that represents the current object.
public override string ToString()
Returns#
A string that represents the current object.