Class EnvironmentSubjectStateEntry#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
public class EnvironmentSubjectStateEntry
Inheritance#
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Properties#
Id#
[TypeConverter(typeof(EnvironmentSubjectStateEntry.EntryIdConverter))]
public string Id { get; set; }
Property Value#
ReferenceWeight#
public float ReferenceWeight { get; set; }
Property Value#
Type#
[Browsable(false)]
public EnvironmentSubjectChangeType Type { get; set; }
Property Value#
Weight#
public float Weight { get; set; }