Class ObjectStateApiEvent
Событие изменения состояния объекта.
Inherited Members
Namespace: Ascon.Polynom.Api.Events
Assembly: Ascon.Polynom.Api.dll
Syntax
public class ObjectStateApiEvent : ApiEvent
Constructors
ObjectStateApiEvent(ApiObjectIdentifier, int)
Инициализирует объект класса ObjectStateApiEvent.
Declaration
public ObjectStateApiEvent(ApiObjectIdentifier identifier, int state)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiObjectIdentifier | identifier | Идентификатор объекта. |
| int | state | Состояние. |
Properties
State
Возвращает или задает состояние объекта.
Declaration
public int State { get; }
Property Value
| Type | Description |
|---|---|
| int | The state. |