ThinkingHome.Alice
ThinkingHome.Alice.Model.Properties.Event
PropertyStateEventData Class
Состояние событийного свойства: инстанс и значение события.
csharp
public class PropertyStateEventDataInheritance System.Object → PropertyStateEventData
Properties
PropertyStateEventData.Instance Property
Вид отслеживаемого события.
csharp
public ThinkingHome.Alice.Model.Properties.Event.PropertyEventInstance Instance { get; set; }Property Value
PropertyStateEventData.Value Property
Текущее значение события.
csharp
public ThinkingHome.Alice.Model.Properties.Event.PropertyEventValue Value { get; set; }