The following tables list the members exposed by DAItemChangedPayload<TValue>.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ErrorId | Gets the error ID of the error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Item | A string specifying the OPC-DA item. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Server | A string specifying the OPC-DA server. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | VtqPayload | An event payload for OPC-DA data value, timestamp and quality. |
Top
Public Methods
Protected Methods
| Name | Description |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![Protected Method](template/packages/core-dotnet/images/protectedMethod.png) | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Implicit Type Conversion | Converts event arguments for significant change in a subscribed OPC-DA item to an event payload. |
Top
See Also