C# Class QSOrmProject.DataDatePicker

Inheritance: QSWidgetLib.DatePicker, IAdaptableControl, ICustomDataEvents, IPostableControl
ファイルを表示 Open project: QualitySolution/QSProjects

Private Properties

Property Type Description

Public Methods

Method Description
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

Protected Methods

Method Description
OnChange ( object sender, EventArgs e ) : void

Overrides OnChanged to put data in DataSource if needed

Method Details

CallAdaptorGetData() public method

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 ///
return void

DataDatePicker() public method

Creates Widget
public DataDatePicker ( ) : System
return System

DataDatePicker() public method

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

DataDatePicker() public method

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

DefaultFactoryCreate() public static method

public static DefaultFactoryCreate ( FactoryInvocationArgs aArgs ) : IAdaptableControl
aArgs FactoryInvocationArgs
return IAdaptableControl

GetDataFromDataSource() public method

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

OnChange() protected method

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

PutDataToDataSource() public method

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