QuickOPC User's Guide and Reference
LinkingTarget Class Members
Properties  Methods 


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Linking Namespace : LinkingTarget Class

The following tables list the members exposed by LinkingTarget.

Public Properties
 NameDescription
Public PropertySpecifies the converter to be used when getting and setting the target values.  
Public PropertyThe parameter to pass to the OpcLabs.BaseLib.Data.IDataConverter. The default is null.  
Public PropertyThe culture in which to evaluate the converter.  
Public PropertyA string that specifies how to format the linked value. A null reference means no formatting.  
Public PropertyThe type of the target object.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a linking target based on given target path segments.  
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 MethodGets a value from this linking target. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.AbstractLinkingTarget)
Public MethodSets a value into the linking target. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.AbstractLinkingTarget)
Public MethodReturns a string that represents the current object. (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodPerforms conversion from the target type to the linked value.  
Protected MethodPerforms conversion of linked value to the target type.  
Protected Methodstatic (Shared in Visual Basic)Creates a derivation of TargetDataEventArgs with given event data and target object.  
Protected MethodPerforms conversion from the target type to the linked value, when there is no Converter specified.  
Protected Methodstatic (Shared in Visual Basic)Performs conversion of linked value to the target type, when there is no Converter or StringFormat specified.  
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

LinkingTarget Class
OpcLabs.BaseLib.ComponentModel.Linking Namespace