C# Class Gtk.DataBindings.DataEntryReferenceVM

Inheritance: QSOrmProject.EntryReferenceVM, IPostableControl, IAdaptableControl
Afficher le fichier Open project: QualitySolution/QSProjects

Private Properties

Свойство Type Description
CreateAdaptors void

Méthodes publiques

Méthode Description
CallAdaptorGetData ( object aSender ) : void

Calls ControlAdaptors method to transfer data, so it can be wrapped into widget specific things and all checkups

DataEntryReferenceVM ( ) : System

Creates Widget

DataEntryReferenceVM ( object aDataSource, string aMappings ) : System

Creates Widget

DataEntryReferenceVM ( string aMappings ) : System

Creates Widget

Disconnect ( ) : void

Disconnects everything inside this class

GetDataFromDataSource ( object aSender ) : void

Notification method activated from Adaptor

PutDataToDataSource ( object aSender ) : void

Updates parent object to DataSource object

Méthodes protégées

Méthode Description
OnChanged ( ) : void

Overrides OnCursorChanged to handle changes

Private Methods

Méthode Description
CreateAdaptors ( ) : void

Creates adaptors associated with this IconView

Method Details

CallAdaptorGetData() public méthode

Calls ControlAdaptors method to transfer data, so it can be wrapped into widget specific things and all checkups
public CallAdaptorGetData ( object aSender ) : void
aSender object /// Sender object ///
Résultat void

DataEntryReferenceVM() public méthode

Creates Widget
public DataEntryReferenceVM ( ) : System
Résultat System

DataEntryReferenceVM() public méthode

Creates Widget
public DataEntryReferenceVM ( object aDataSource, string aMappings ) : System
aDataSource object /// DataSource connected to this widget ///
aMappings string /// Mappings with this widget ///
Résultat System

DataEntryReferenceVM() public méthode

Creates Widget
public DataEntryReferenceVM ( string aMappings ) : System
aMappings string /// Mappings with this widget ///
Résultat System

Disconnect() public méthode

Disconnects everything inside this class
public Disconnect ( ) : void
Résultat void

GetDataFromDataSource() public méthode

Notification method activated from Adaptor
public GetDataFromDataSource ( object aSender ) : void
aSender object /// Object that made change ///
Résultat void

OnChanged() protected méthode

Overrides OnCursorChanged to handle changes
protected OnChanged ( ) : void
Résultat void

PutDataToDataSource() public méthode

Updates parent object to DataSource object
public PutDataToDataSource ( object aSender ) : void
aSender object
Résultat void