C# Class Views.DateTypeAndDateSelector

Inheritance: Gtk.Bin, IEditable
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
DateTypeAndDateSelector ( ) : System
SelectedDate ( ) : DateTime?
SelectedDateType ( ) : DateType
setDate ( System.DateTime date, DateType dateType ) : void
setDateType ( DateType type ) : void

Méthodes protégées

Méthode Description
OnChangeType ( object sender, System e ) : void
SetDateField ( DateType type ) : void

Method Details

DateTypeAndDateSelector() public méthode

public DateTypeAndDateSelector ( ) : System
Résultat System

OnChangeType() protected méthode

protected OnChangeType ( object sender, System e ) : void
sender object
e System
Résultat void

SelectedDate() public méthode

public SelectedDate ( ) : DateTime?
Résultat DateTime?

SelectedDateType() public méthode

public SelectedDateType ( ) : DateType
Résultat DateType

SetDateField() protected méthode

protected SetDateField ( DateType type ) : void
type DateType
Résultat void

setDate() public méthode

public setDate ( System.DateTime date, DateType dateType ) : void
date System.DateTime
dateType DateType
Résultat void

setDateType() public méthode

public setDateType ( DateType type ) : void
type DateType
Résultat void