BindingElement Members
The following tables list the members exposed by the BindingElement type.
Protected Constructors
Name | Description | |
---|---|---|
BindingElement | Initializes a new instance of the BindingElement class. |
Protected Fields
Name | Description | |
---|---|---|
m_Next | Represents the next binding element. |
Public Methods
Name | Description | |
---|---|---|
Close | Closes a communication stream for a binding context. | |
Equals | (Inherited from Object.) | |
GetBindingProperty | Retreives a property from a binding element. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Open | Opens a communication stream for a binding context. | |
ProcessInputMessage | Processes an input message for a specified context. | |
ProcessOutputMessage | Processes an output message for a specified context. | |
ReferenceEquals | (Inherited from Object.) | |
SetBindingConfiguration | Sets a configuration for a specified binding. | |
SetNext | Sets the next binding element in the element chain. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClose | Signaled by the Close method to enable a subclass to create a binding element for a specific purpose. | |
OnGetBindingProperty | Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose. | |
OnOpen | Signaled by the Open method to enable a subclass to create a binding element for a specific purpose. | |
OnProcessInputMessage | Signaled by the ProcessInputMessage method to allow a subclass to create a binding element for a specific purpose. | |
OnProcessOutputMessage | Signaled by the ProcessOutputMessage method to enable a subclass to create a binding element for a specific purpose. | |
OnSetBindingConfiguration | Signaled by the SetBindingConfiguration method to enable a subclass to create a binding element for a specific purpose. |