Class PropertyApiEvent
Событие изменения свойства объекта.
Implements
Inherited Members
Namespace: Ascon.Polynom.Api.Events
Assembly: Ascon.Polynom.Api.dll
Syntax
public class PropertyApiEvent : ApiEvent, IEquatable<PropertyApiEvent>
Constructors
PropertyApiEvent(ApiObjectIdentifier, ushort)
Инициализирует объект класса PropertyApiEvent.
Declaration
public PropertyApiEvent(ApiObjectIdentifier identifier, ushort attributeUid)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiObjectIdentifier | identifier | Идентификатор объекта. |
| ushort | attributeUid |
Properties
AttributeUid
Declaration
public ushort AttributeUid { get; }
Property Value
| Type | Description |
|---|---|
| ushort |
PropertyName
Возвращает имя измененного свойства.
Declaration
public string PropertyName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(PropertyApiEvent)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(PropertyApiEvent other)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyApiEvent | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |
Equals(object)
Determines whether the specified object, is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| bool |
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |