C# 클래스 QSOrmProject.DataDatePicker

상속: QSWidgetLib.DatePicker, IAdaptableControl, ICustomDataEvents, IPostableControl
파일 보기 프로젝트 열기: QualitySolution/QSProjects

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CallAdaptorGetData ( object aSender ) : void

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

DataDatePicker ( ) : System

Creates Widget

DataDatePicker ( object aDataSource, string aMappings ) : System

Creates Widget

DataDatePicker ( string aMappings ) : System

Creates Widget

DefaultFactoryCreate ( FactoryInvocationArgs aArgs ) : IAdaptableControl
GetDataFromDataSource ( object aSender ) : void

Notification method activated from Adaptor

PutDataToDataSource ( object aSender ) : void

Updates parent object to DataSource object

보호된 메소드들

메소드 설명
OnChange ( object sender, EventArgs e ) : void

Overrides OnChanged to put data in DataSource if needed

메소드 상세

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

DataDatePicker() 공개 메소드

Creates Widget
public DataDatePicker ( ) : System
리턴 System

DataDatePicker() 공개 메소드

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

DataDatePicker() 공개 메소드

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

DefaultFactoryCreate() 공개 정적인 메소드

public static DefaultFactoryCreate ( FactoryInvocationArgs aArgs ) : IAdaptableControl
aArgs FactoryInvocationArgs
리턴 IAdaptableControl

GetDataFromDataSource() 공개 메소드

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

OnChange() 보호된 메소드

Overrides OnChanged to put data in DataSource if needed
protected OnChange ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PutDataToDataSource() 공개 메소드

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