C# Class FarsiLibrary.Win.Controls.FADatePicker

Inheritance: FAContainerComboBox
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Свойство Type Description
ConvertDateValue string
OnInternalLocalizerChanged void
OnInternalPopupShowing void
OnInternalRightToLeftChanged void
OnMVButtonClicked void
OnMVSelectedDateRangeChanged void
OnMVSelectedDateTimeChanged void
Parse System.DateTime
SetSelectedDateTime void

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

Creates a new instance of FADatePicker class.
public FADatePicker ( ) : System
Résultat System

OnBindingPopupControl() protected méthode

protected OnBindingPopupControl ( BindPopupControlEventArgs e ) : void
e FarsiLibrary.Win.Events.BindPopupControlEventArgs
Résultat void

OnSelectedDateTimeChanged() protected méthode

protected OnSelectedDateTimeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSelectedDateTimeChanging() protected méthode

protected OnSelectedDateTimeChanging ( SelectedDateTimeChangingEventArgs e ) : void
e FarsiLibrary.Win.Events.SelectedDateTimeChangingEventArgs
Résultat void

OnValidating() protected méthode

protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnValueValidating() protected méthode

protected OnValueValidating ( ValueValidatingEventArgs e ) : void
e FarsiLibrary.Win.Events.ValueValidatingEventArgs
Résultat void

ResetSelectedDateTime() public méthode

Rests SelectedDateTime to default value.
public ResetSelectedDateTime ( ) : void
Résultat void

ShouldSerializeSelectedDateTime() public méthode

Decides to serialize the SelectedDateTime property or not.
public ShouldSerializeSelectedDateTime ( ) : bool
Résultat bool

UpdateTextValue() public méthode

Updates text representation of the selected value
public UpdateTextValue ( ) : void
Résultat void