AccessControlBinderTModel Class |
Namespace: VirtualRadar.WinForms.PortableBinding
The AccessControlBinderTModel type exposes the following members.
Name | Description | |
---|---|---|
AccessControlBinderTModel |
Creates a new object.
|
Name | Description | |
---|---|---|
Access |
Gets the Access exposed by the model.
| |
Control |
Gets the control that we're bound to.
| |
ControlObject |
Gets the control that has been bound to the model.
(Inherited from ControlBinder.) | |
ControlValueObject |
See base docs.
(Overrides ControlBinderControlValueObject.) | |
Initialised |
Gets a value indicating that the object has been initialised.
(Inherited from ControlBinder.) | |
Model |
Gets the model that we're bound to.
| |
ModelObject |
Gets the model that has been bound to the control.
(Inherited from ControlBinder.) | |
ModelPropertyName |
Gets or sets the name of the model's property to bind to.
Only required if the ctor getModelAccess parameter does more than just return a property.
Cannot be set once the binder has been initialised.
| |
ModelValueObject |
See base docs.
(Overrides ControlBinderModelValueObject.) | |
UpdateMode |
Gets or sets an indication of when values are copied from the control to the model.
Cannot be modified once the binder has been initialised.
(Inherited from ControlBinder.) |
Name | Description | |
---|---|---|
ChangeModelObject |
Changes the model object.
(Inherited from ControlBinder.) | |
CopyControlToModel |
Refreshes the model's content with the content of the control.
(Inherited from ControlBinder.) | |
CopyModelToControl |
Refreshes the control's content with the content of the model.
(Inherited from ControlBinder.) | |
Dispose |
See interface docs.
(Inherited from ControlBinder.) | |
Dispose(Boolean) |
Finalises or disposes of the object.
(Inherited from ControlBinder.) | |
DoCopyControlToModel |
See base docs.
(Overrides ControlBinderDoCopyControlToModel.) | |
DoCopyModelToControl |
See base docs.
(Overrides ControlBinderDoCopyModelToControl.) | |
DoHookControl |
See base docs.
(Overrides ControlBinderDoHookControl.) | |
DoHookControlPropertyChanged |
See base docs.
(Overrides ControlBinderDoHookControlPropertyChanged(EventHandler).) | |
DoHookModel |
See base docs.
(Overrides ControlBinderDoHookModel.) | |
DoInitialiseControl |
Does the work of initialising the control. By default this just calls CopyModelToControl.
(Inherited from ControlBinder.) | |
DoInitialising |
See base docs.
(Overrides ControlBinderDoInitialising.) | |
DoUnhookControl |
See base docs.
(Overrides ControlBinderDoUnhookControl.) | |
DoUnhookControlPropertyChanged |
See base docs.
(Overrides ControlBinderDoUnhookControlPropertyChanged(EventHandler).) | |
DoUnhookModel |
See base docs.
(Overrides ControlBinderDoUnhookModel.) | |
Equals | (Inherited from Object.) | |
Finalize |
Finalises the object.
(Inherited from ControlBinder.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HookControl |
Hooks the events on the control.
(Inherited from ControlBinder.) | |
HookModel |
Hooks the events on the model.
(Inherited from ControlBinder.) | |
Initialise |
Initialises the binder. Must be called before the binder will start working.
(Inherited from ControlBinder.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnhookControl |
Unhooks the events on the control.
(Inherited from ControlBinder.) | |
UnhookModel |
Unhooks the events on the model.
(Inherited from ControlBinder.) |
Name | Description | |
---|---|---|
_UpdatesLocked |
True if changes are not to be copied between the control and the model.
(Inherited from ControlBinder.) |