C# 클래스 N2Bootstrap.Library.Details.EditableLessVariableAttribute

상속: N2.Details.EditableTextBoxAttribute
파일 보기 프로젝트 열기: pauldotknopf/N2Bootstrap

공개 메소드들

메소드 설명
EditableLessVariableAttribute ( ) : System
EditableLessVariableAttribute ( string title, int sortOrder ) : System
EditableLessVariableAttribute ( string title, int sortOrder, int maxLength ) : System

보호된 메소드들

메소드 설명
AddLabel ( System container ) : System.Web.UI.WebControls.Label

메소드 상세

AddLabel() 보호된 메소드

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

EditableLessVariableAttribute() 공개 메소드

public EditableLessVariableAttribute ( ) : System
리턴 System

EditableLessVariableAttribute() 공개 메소드

public EditableLessVariableAttribute ( string title, int sortOrder ) : System
title string
sortOrder int
리턴 System

EditableLessVariableAttribute() 공개 메소드

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