C# 클래스 Gtk.DataBindings.DataEntryReferenceVM

상속: QSOrmProject.EntryReferenceVM, IPostableControl, IAdaptableControl
파일 보기 프로젝트 열기: QualitySolution/QSProjects

Private Properties

프로퍼티 타입 설명
CreateAdaptors void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnChanged ( ) : void

Overrides OnCursorChanged to handle changes

비공개 메소드들

메소드 설명
CreateAdaptors ( ) : void

Creates adaptors associated with this IconView

메소드 상세

CallAdaptorGetData() 공개 메소드

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 ///
리턴 void

DataEntryReferenceVM() 공개 메소드

Creates Widget
public DataEntryReferenceVM ( ) : System
리턴 System

DataEntryReferenceVM() 공개 메소드

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

DataEntryReferenceVM() 공개 메소드

Creates Widget
public DataEntryReferenceVM ( string aMappings ) : System
aMappings string /// Mappings with this widget ///
리턴 System

Disconnect() 공개 메소드

Disconnects everything inside this class
public Disconnect ( ) : void
리턴 void

GetDataFromDataSource() 공개 메소드

Notification method activated from Adaptor
public GetDataFromDataSource ( object aSender ) : void
aSender object /// Object that made change ///
리턴 void

OnChanged() 보호된 메소드

Overrides OnCursorChanged to handle changes
protected OnChanged ( ) : void
리턴 void

PutDataToDataSource() 공개 메소드

Updates parent object to DataSource object
public PutDataToDataSource ( object aSender ) : void
aSender object
리턴 void