ValueFromListBinderTModel, TControl, TValue, TListModel Methods |
The ValueFromListBinderTModel, TControl, TValue, TListModel generic type exposes the following members.
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.) | |
CopyListToControl |
Copies the list to the control.
| |
CopyModelToControl |
Refreshes the control's content with the content of the model.
(Inherited from ControlBinder.) | |
Dispose |
See interface docs.
(Inherited from ControlBinder.) | |
Dispose(Boolean) |
See base docs.
(Overrides ControlBinderDispose(Boolean).) | |
DoCopyControlToModel |
See base docs.
(Overrides ControlBinderDoCopyControlToModel.) | |
DoCopyListToControl |
Copies the item descriptions to the control.
| |
DoCopyModelToControl |
See base docs.
(Overrides ControlBinderDoCopyModelToControl.) | |
DoGetSelectedListValue |
Does the work of getting the selected item from the list.
| |
DoHookControl |
Performs the actual work of hooking the control. Can be overridden.
(Inherited from ControlBinder.) | |
DoHookControlPropertyChanged |
Overridden to hook the control event that is raised as soon as the user changes the control's value.
(Inherited from ControlBinder.) | |
DoHookModel |
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.) | |
DoInitialiseControl |
Does the work of initialising the control. By default this just calls CopyModelToControl.
(Inherited from ControlBinder.) | |
DoInitialising |
See base docs.
(Overrides ValueBinderTModel, TControl, TValueDoInitialising.) | |
DoSetSelectedListValue |
Does the work of setting the value for the selected item in the list.
| |
DoUnhookControl |
Performs the actual work of unhooking the control. Can be overridden.
(Inherited from ControlBinder.) | |
DoUnhookControlPropertyChanged |
Overridden to unhook the control event that is raised as soon as the user changes the control's value.
(Inherited from ControlBinder.) | |
DoUnhookModel |
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.) | |
Equals | (Inherited from Object.) | |
Finalize |
Finalises the object.
(Inherited from ControlBinder.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSelectedListValue |
Gets the value for the selected item from the list.
| |
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.) | |
SetSelectedListValue |
Sets the value for the selected item in the list.
| |
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.) |