C# Class FarsiLibrary.Win.Controls.FADatePicker

Inheritance: FAContainerComboBox
Datei anzeigen Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Property Type Description
ConvertDateValue string
OnInternalLocalizerChanged void
OnInternalPopupShowing void
OnInternalRightToLeftChanged void
OnMVButtonClicked void
OnMVSelectedDateRangeChanged void
OnMVSelectedDateTimeChanged void
Parse System.DateTime
SetSelectedDateTime void

Public Methods

Method Description
FADatePicker ( ) : System

Creates a new instance of FADatePicker class.

ResetSelectedDateTime ( ) : void

Rests SelectedDateTime to default value.

ShouldSerializeSelectedDateTime ( ) : bool

Decides to serialize the SelectedDateTime property or not.

UpdateTextValue ( ) : void

Updates text representation of the selected value

Protected Methods

Method Description
OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
OnSelectedDateTimeChanged ( EventArgs e ) : void
OnSelectedDateTimeChanging ( SelectedDateTimeChangingEventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void
OnValueValidating ( ValueValidatingEventArgs e ) : void

Private Methods

Method Description
ConvertDateValue ( System.DateTime date ) : string
OnInternalLocalizerChanged ( object sender, EventArgs e ) : void
OnInternalPopupShowing ( object sender, EventArgs e ) : void
OnInternalRightToLeftChanged ( object sender, EventArgs e ) : void
OnMVButtonClicked ( object sender, CalendarButtonClickedEventArgs e ) : void
OnMVSelectedDateRangeChanged ( object sender, SelectedDateRangeChangedEventArgs e ) : void
OnMVSelectedDateTimeChanged ( object sender, EventArgs e ) : void
Parse ( string value ) : System.DateTime
SetSelectedDateTime ( System.DateTime dt ) : void

Method Details

FADatePicker() public method

Creates a new instance of FADatePicker class.
public FADatePicker ( ) : System
return System

OnBindingPopupControl() protected method

protected OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
e FarsiLibrary.Win.Events.BindPopupControlEventArgs
return void

OnSelectedDateTimeChanged() protected method

protected OnSelectedDateTimeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectedDateTimeChanging() protected method

protected OnSelectedDateTimeChanging ( SelectedDateTimeChangingEventArgs e ) : void
e FarsiLibrary.Win.Events.SelectedDateTimeChangingEventArgs
return void

OnValidating() protected method

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnValueValidating() protected method

protected OnValueValidating ( ValueValidatingEventArgs e ) : void
e FarsiLibrary.Win.Events.ValueValidatingEventArgs
return void

ResetSelectedDateTime() public method

Rests SelectedDateTime to default value.
public ResetSelectedDateTime ( ) : void
return void

ShouldSerializeSelectedDateTime() public method

Decides to serialize the SelectedDateTime property or not.
public ShouldSerializeSelectedDateTime ( ) : bool
return bool

UpdateTextValue() public method

Updates text representation of the selected value
public UpdateTextValue ( ) : void
return void