QuickOPC User's Guide and Reference
PointBinding Class Properties


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

For a list of all members of this type, see PointBinding members.

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
See Also

Reference

PointBinding Class
OpcLabs.BaseLib.LiveBinding Namespace