C# Class N2Bootstrap.Library.Details.EditableLessVariableAttribute

Inheritance: N2.Details.EditableTextBoxAttribute
Mostrar archivo Open project: pauldotknopf/N2Bootstrap

Public Methods

Method Description
EditableLessVariableAttribute ( ) : System
EditableLessVariableAttribute ( string title, int sortOrder ) : System
EditableLessVariableAttribute ( string title, int sortOrder, int maxLength ) : System

Protected Methods

Method Description
AddLabel ( System container ) : System.Web.UI.WebControls.Label

Method Details

AddLabel() protected method

protected AddLabel ( System container ) : System.Web.UI.WebControls.Label
container System
return System.Web.UI.WebControls.Label

EditableLessVariableAttribute() public method

public EditableLessVariableAttribute ( ) : System
return System

EditableLessVariableAttribute() public method

public EditableLessVariableAttribute ( string title, int sortOrder ) : System
title string
sortOrder int
return System

EditableLessVariableAttribute() public method

public EditableLessVariableAttribute ( string title, int sortOrder, int maxLength ) : System
title string
sortOrder int
maxLength int
return System