Class EnvironmentSubjectStateMetadata#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public class EnvironmentSubjectStateMetadata
Inheritance#
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Constructors#
EnvironmentSubjectStateMetadata(EnvironmentSubjectStateEntry, EnvironmentSubjectChangeType)#
public EnvironmentSubjectStateMetadata(EnvironmentSubjectStateEntry entry, EnvironmentSubjectChangeType entryType)
Parameters#
entry
EnvironmentSubjectStateEntry
entryType
EnvironmentSubjectChangeType
Properties#
Id#
public string Id { get; }
Property Value#
ReferenceWeight#
public float ReferenceWeight { get; }
Property Value#
Type#
public EnvironmentSubjectChangeType Type { get; }
Property Value#
Weight#
public float Weight { 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.