Name | Description | |
---|---|---|
BindingBase Constructor | Overloaded. |
The following tables list the members exposed by BindingBase.
Name | Description | |
---|---|---|
BindingBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
BindingGroup | The binding group. Determines behavior common for all bindings in the group. A default binding group is used if none specified. | |
Container | (Inherited from System.ComponentModel.Component) | |
Converter | Specifies the converter to be used when getting and setting the target values. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
ConverterParameter | The parameter to pass to the OpcLabs.BaseLib.Data.IDataConverter. The default is null . (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
Culture | The culture in which to evaluate the converter. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
CurrentBinder | The binder this binding is currently attached to; null if the binding is not attached to a binder. | |
CustomReference | Can be used to distinguish otherwise equal widgets. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
IsAttached | Determines whether this binding is currently attached to a binder. | |
Site | (Inherited from System.ComponentModel.Component) | |
StringFormat | A string that specifies how to format the bound value. An empty string means no formatting. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
ValueTarget | Determines what to bind (object and member) in the program. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
ServiceContainer | The service container provided by this widget to inheritors. (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
Attach | Attaches the current binding to a specified binder. | |
Clone | Overridden. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Detach | Detaches the current binding from a specified binder. | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
Equals | (Inherited from object) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMappingDescription | Obtains the description of the mapping used with this binding. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetService | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
GetSourceDescription | Obtains the description of the source used with this binding. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
GetTargetDescription | Obtains the description of the target used with this binding. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
ToString | (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
ValueEquals | Overloaded. Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Widgets.Widget) |
Name | Description | |
---|---|---|
AfterAttach | Called after this binding has been attached to the binder. | |
AfterDetach | Called after this binding has been detached from the binder. | |
Construct | Perform the common tasks for all constructors. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
CreateLinkingTarget | Creates a linking target, when the binding is being attached to a mapper. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
DetermineTargetCulture | Determines the culture to be used for conversions. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
MakeLinks | Makes or breaks the links of this binding. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NewLinkingTarget | Instantiates a linking target based on the given value target. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
OnContextTypesChanged | Infrastructure. (Inherited from OpcLabs.BaseLib.Widgets.Widget) | |
OnCurrentBinderChange | Called upon a change of the current binder. | |
OnPropertyChanged | Raises the PropertyChanged event for a given property. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. (Inherited from OpcLabs.BaseLib.LiveBinding.AbstractBinding) |