C# Class SIAQ.Web.Include.WebUserControls.wucCalendar

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: GCSoft/CEDHNL

Protected Properties

Свойство Type Description
_dateValue System.DateTime
_value string
ceManager global::AjaxControlToolkit.CalendarExtender
maskCalendar global::AjaxControlToolkit.MaskedEditExtender
txtCanvas global::System.Web.UI.WebControls.TextBox
validatorMask global::AjaxControlToolkit.MaskedEditValidator

Méthodes publiques

Méthode Description
SetCurrentDate ( ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GetDate ( DateTypes DateType ) : String

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SetCurrentDate() public méthode

public SetCurrentDate ( ) : void
Résultat void

Property Details

_dateValue protected_oe property

protected DateTime,System _dateValue
Résultat System.DateTime

_value protected_oe property

protected string _value
Résultat string

ceManager protected_oe property

ceManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender ceManager
Résultat global::AjaxControlToolkit.CalendarExtender

maskCalendar protected_oe property

maskCalendar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.MaskedEditExtender maskCalendar
Résultat global::AjaxControlToolkit.MaskedEditExtender

txtCanvas protected_oe property

txtCanvas control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCanvas
Résultat global::System.Web.UI.WebControls.TextBox

validatorMask protected_oe property

validatorMask control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.MaskedEditValidator validatorMask
Résultat global::AjaxControlToolkit.MaskedEditValidator