QuickOPC User's Guide and Reference
UAMapperExtension Class Members
Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping.Extensions Namespace : UAMapperExtension Class

The following tables list the members exposed by UAMapperExtension.

Public Methods
 NameDescription
Public Method (Inherited from object)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Overloaded. Executes the "Read" operation on members of given target object.The "Read" operation reads a value of an OPC-UA attribute and stores it into the mapping source. Only mappings of type OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping that include OpcLabs.EasyOpc.UA.LiveMapping.UADataMappingOperations.Read in their OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping.Operations are affected; other mappings are ignored.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Executes the "Subscribe" operation on members of given target object.The "Subscribe" operation subscribes to or unsubscribes from changes of an OPC-UA attribute. Only mappings of type OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping that include OpcLabs.EasyOpc.UA.LiveMapping.UADataMappingOperations.Subscribe in their OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping.Operations are affected; other mappings are ignored.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Overloaded. Executes the "Write" operation on members of given target object.The "Write" operation writes a value from the mapping source into an OPC-UA attribute. Only mappings of type OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping that include OpcLabs.EasyOpc.UA.LiveMapping.UADataMappingOperations.Write in their OpcLabs.EasyOpc.UA.LiveMapping.UAClientDataMapping.Operations are affected; other mappings are ignored.  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
See Also

Reference

UAMapperExtension Class
OpcLabs.EasyOpc.UA.LiveMapping.Extensions Namespace