QuickOPC User's Guide and Reference
OpcLabs.BaseLib.ComponentModel.Linking Namespace
Inheritance Hierarchy
OpcLabs.BaseLib Assembly : OpcLabs.BaseLib.ComponentModel.Linking Namespace
This namespace provides classes that are used to implement component linking.
Classes
 ClassDescription
ClassAn abstract linking target.
ClassA linking target that is an extender property, i.e. implemented by System.ComponentModel.IExtenderProvider.
ClassLinking target for targets based on CLR (.NET) types.
ClassIndicates an error related to the process of member linking, e.g. with value targets or event sources.
ClassA linking target that is a member of CLR (.NET) object.
ClassIndicates an error accessing the linking target, such as inability to get or set its value.
ClassContains System.Object-typed event data for System.Object-typed target object.
ClassContains event data of TData type for System.Object-typed target object.
ClassContains event data of TData type for target object of TTarget type.
Delegates
 DelegateDescription
DelegateRepresents the method that will handle a data event that carries System.Object-typed data for a target object of System.Object type.
DelegateRepresents the method that will handle a data event that carries data of TData type for a target object of System.Object type.
DelegateRepresents the method that will handle a data event that carries data of TData type for a target object of TTarget type.
See Also

Reference

OpcLabs.BaseLib Assembly