Click or drag to resize
MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifier Methods

The MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifier generic type exposes the following members.

Methods
  NameDescription
Protected methodAddListModel
Calls the add handler, returns the list model that it creates.
(Inherited from MasterListToListBinderTModel, TListModel.)
Protected methodChangeModelObject
Changes the model object.
(Inherited from ControlBinder.)
Public methodCopyControlToModel
Refreshes the model's content with the content of the control.
(Inherited from ControlBinder.)
Protected methodCopyModelSubsetToControl
Sets the checkmarks on the control to mirror the checkmarks on the model list.
Public methodCopyModelToControl
Refreshes the control's content with the content of the model.
(Inherited from ControlBinder.)
Protected methodDeleteListModel
Calls the delete handler with the list model passed across.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public methodDispose
See interface docs.
(Inherited from ControlBinder.)
Protected methodDispose(Boolean)
See base class docs.
(Overrides MasterListToListBinderTModel, TListModelDispose(Boolean).)
Protected methodDoCopyControlToModel
See base docs.
(Inherited from MasterListToListBinderTModel, TListModel.)
Protected methodDoCopyModelToControl
See base docs.
(Overrides MasterListToListBinderTModel, TListModelDoCopyModelToControl.)
Protected methodDoHookControl
Performs the actual work of hooking the control. Can be overridden.
(Inherited from ControlBinder.)
Protected methodDoHookControlPropertyChanged
See base docs.
(Inherited from MasterListToListBinderTModel, TListModel.)
Protected methodDoHookModel
Performs the actual work of hooking the model. Can be overridden.
(Inherited from ControlBinder.)
Protected methodDoInitialiseControl
Does the work of initialising the control. By default this just calls CopyModelToControl.
(Inherited from ControlBinder.)
Protected methodDoInitialising
See base docs.
(Overrides MasterListToListBinderTModel, TListModelDoInitialising.)
Protected methodDoUnhookControl
Performs the actual work of unhooking the control. Can be overridden.
(Inherited from ControlBinder.)
Protected methodDoUnhookControlPropertyChanged
See base docs.
(Inherited from MasterListToListBinderTModel, TListModel.)
Protected methodDoUnhookModel
Performs the actual work of unhooking the model. Can be overridden.
(Inherited from ControlBinder.)
Protected methodEditListModel
Calls the edit handler with the list model passed across.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalises the object.
(Inherited from ControlBinder.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHookControl
Hooks the events on the control.
(Inherited from ControlBinder.)
Protected methodHookModel
Hooks the events on the model.
(Inherited from ControlBinder.)
Public methodInitialise
Initialises the binder. Must be called before the binder will start working.
(Inherited from ControlBinder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnhookControl
Unhooks the events on the control.
(Inherited from ControlBinder.)
Protected methodUnhookModel
Unhooks the events on the model.
(Inherited from ControlBinder.)
Top
See Also