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


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

The following tables list the members exposed by ExtenderPropertyLinkingTarget.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the class, with given target type, target object, extender provider, and extender property name.  
Top
Public Properties
 NameDescription
Public PropertySpecifies the converter to be used when getting and setting the target values. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Public PropertyThe parameter to pass to the OpcLabs.BaseLib.Data.IDataConverter. The default is null. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Public PropertyThe culture in which to evaluate the converter. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Public PropertyThe name of extender property.  
Public PropertyThe extender provider that implements the property.  
Public PropertyA string that specifies how to format the linked value. A null reference means no formatting. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Public PropertyThe object being targeted.  
Public PropertyThe type of the target object. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Top
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 MethodOverridden. Gets a value from this linking target. Gets a value from this linking target.  
Public MethodOverridden. Sets a value into the linking target. Sets a value into the linking target.  
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodPerforms conversion from the target type to the linked value. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Protected MethodPerforms conversion of linked value to the target type. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
Protected MethodPerforms conversion from the target type to the linked value, when there is no LinkingTarget.Converter specified. (Inherited from OpcLabs.BaseLib.ComponentModel.Linking.LinkingTarget)
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

ExtenderPropertyLinkingTarget Class
OpcLabs.BaseLib.ComponentModel.Linking Namespace