C# Class BlogTagMultiSelector, CMS-Packages

Inheritance: UserControlBasedUiControl
Afficher le fichier Open project: Orckestra/C1-Packages

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BindStateToControlProperties ( ) : void
InitializeViewState ( ) : void

Méthodes protégées

Méthode Description
GetTags ( object item ) : List
IsChecked ( string key ) : bool
Page_Load ( object sender, EventArgs e ) : void

Method Details

BindStateToControlProperties() public méthode

public BindStateToControlProperties ( ) : void
Résultat void

GetTags() protected méthode

protected GetTags ( object item ) : List
item object
Résultat List

InitializeViewState() public méthode

public InitializeViewState ( ) : void
Résultat void

IsChecked() protected méthode

protected IsChecked ( string key ) : bool
key string
Résultat bool

Page_Load() protected méthode

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