Skip to content

ThinkingHome.Alice

ThinkingHome.Alice.Model.Properties.Event

PropertyStateEventData Class

Состояние событийного свойства: инстанс и значение события.

csharp
public class PropertyStateEventData

Inheritance System.Object → PropertyStateEventData

Properties

PropertyStateEventData.Instance Property

Вид отслеживаемого события.

csharp
public ThinkingHome.Alice.Model.Properties.Event.PropertyEventInstance Instance { get; set; }

Property Value

PropertyEventInstance

PropertyStateEventData.Value Property

Текущее значение события.

csharp
public ThinkingHome.Alice.Model.Properties.Event.PropertyEventValue Value { get; set; }

Property Value

PropertyEventValue

Опубликовано под лицензией MIT