QuickOPC User's Guide and Reference
PointBinding Class Members
Fields  Properties  Methods  Events


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace : PointBinding Class

The following tables list the members exposed by PointBinding.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldDefault argument member. An empty string.  
Public FieldDefault argument path. An empty string.  
Public FieldDefault binding operations (BindingOperations). Equals to PointBindingOperations.ReadAndSubscribe.  
Public FieldDefault value of the UpdateOutputOnFailure property. Equals to false.  
Top
Public Properties
 NameDescription
Public PropertyThe arguments element (optionally with a type specifier), i.e. the last element of the arguments path.  
Public PropertyName of the member (typically, a property) on the arguments object. An empty string if the arguments path has more than one element.  
Public PropertyPath to a member (typically, a property) on the argument component.  
Public PropertyElements of the arguments path.  
Public PropertySet of arguments types used for read, subscribe, and write.  
Public PropertyThe directions of arguments that this binding uses.  
Public PropertyThe binding group. Determines behavior common for all bindings in the group. A default binding group is used if none specified. (Inherited from OpcLabs.BaseLib.LiveBinding.BindingBase)
Public PropertyThe operations this binding will be involved in, such as Read, Write, or Subscribe.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertySpecifies the converter to be used when getting and setting the target values. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public PropertyThe parameter to pass to the OpcLabs.BaseLib.Data.IDataConverter. The default is null. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public PropertyThe culture in which to evaluate the converter. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public PropertyThe point binder this binding is currently attached to; null if the binding is not attached to a point binder.  
Public PropertyThe connectivity this binding is currently using; null if the binding is not using any connectivity.  
Public PropertyWhen the binding is attached, contains the current linking target.  
Public PropertyCan be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public PropertyDetermines whether this binding is currently attached to a binder. (Inherited from OpcLabs.BaseLib.LiveBinding.BindingBase)
Public PropertyContains information necessary to identify a point.  
Public PropertyType of read arguments.  
Public PropertyEvent triggered by this source executes the Read operation.  
Public PropertyRead parameters to be used for this binding.  
Public PropertyType of read parameters.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyA string that specifies how to format the bound value. An empty string means no formatting. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public PropertyType of subscribe arguments.  
Public PropertySubscribe parameters to be used for this binding.  
Public PropertyType of subscribe parameters.  
Public PropertyDetermines whether the output argument will be updated when the operation fails.  
Public PropertyDetermines what to bind (object and member) in the program. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public PropertyType of write arguments.  
Public PropertyEvent triggered by this source executes the Write operation.  
Public PropertyWrite parameters to be used for this binding.  
Public PropertyType of write parameters.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyThe service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Public Methods
 NameDescription
Public MethodAttaches the current binding to a specified binder. (Inherited from OpcLabs.BaseLib.LiveBinding.BindingBase)
Public MethodOverridden.   
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDetaches the current binding from a specified binder. (Inherited from OpcLabs.BaseLib.LiveBinding.BindingBase)
Public MethodOverloaded.  (Inherited from System.ComponentModel.Component)
Public Method (Inherited from object)
Public MethodExecutes the "Read" operation on this binding.  
Public MethodExecutes the "Subscribe" operation on this binding.  
Public MethodExecutes the "Write" operation on this binding.  
Public MethodServes as the default hash function. (Inherited from object)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Obtains the description of the mapping used with this binding. Obtains the description of the mapping used with this binding.  
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodOverridden. Obtains the description of the source used with this binding. Obtains the description of the source used with this binding.  
Public MethodObtains the description of the target used with this binding. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Public MethodReturns a string that represents the current object. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Public MethodOverloaded. Determines whether the specified PointBinding is value equal to the current object.  
Public Method (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Called after this binding has been attached to the binder. Called after this binding has been attached to the binder.  
Protected MethodOverridden. Called after this binding has been detached from the binder. Called after this binding has been detached from the binder.  
Protected MethodOverridden. Perform the common tasks for all constructors. Perform the common tasks for all constructors.  
Protected MethodCreates a linking target, when the binding is being attached to a mapper. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Protected MethodDetermines the culture to be used for conversions. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Protected Method (Inherited from System.ComponentModel.Component)
Protected Internal MethodOverridden. Makes or breaks the links of this binding. Makes or breaks the links of this binding.  
Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodInstantiates a linking target based on the given value target. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget)
Protected MethodCalled upon a change of the current binder. (Inherited from OpcLabs.BaseLib.LiveBinding.BindingBase)
Protected MethodRaises the PropertyChanged event for a given property. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure. Infrastructure. Infrastructure.  
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventHandler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding)
Top
See Also

Reference

PointBinding Class
OpcLabs.BaseLib.LiveBinding Namespace