C# Class N2Bootstrap.Library.Details.EditableLessVariableAttribute

Inheritance: N2.Details.EditableTextBoxAttribute
Afficher le fichier Open project: pauldotknopf/N2Bootstrap

Méthodes publiques

Méthode Description
EditableLessVariableAttribute ( ) : System
EditableLessVariableAttribute ( string title, int sortOrder ) : System
EditableLessVariableAttribute ( string title, int sortOrder, int maxLength ) : System

Méthodes protégées

Méthode Description
AddLabel ( System container ) : System.Web.UI.WebControls.Label

Method Details

AddLabel() protected méthode

protected AddLabel ( System container ) : System.Web.UI.WebControls.Label
container System
Résultat System.Web.UI.WebControls.Label

EditableLessVariableAttribute() public méthode

public EditableLessVariableAttribute ( ) : System
Résultat System

EditableLessVariableAttribute() public méthode

public EditableLessVariableAttribute ( string title, int sortOrder ) : System
title string
sortOrder int
Résultat System

EditableLessVariableAttribute() public méthode

public EditableLessVariableAttribute ( string title, int sortOrder, int maxLength ) : System
title string
sortOrder int
maxLength int
Résultat System