C# 클래스 Signum.Web.ValueLine

상속: LineBase
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ValueHtmlProps RouteValueDictionary

공개 메소드들

메소드 설명
CreateComboItems ( ) : List
CreateComboItems ( IEnumerable enumValues, bool addNull ) : List
ValueLine ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System

보호된 메소드들

메소드 설명
SetReadOnly ( ) : void

메소드 상세

CreateComboItems() 공개 메소드

public CreateComboItems ( ) : List
리턴 List

CreateComboItems() 공개 정적인 메소드

public static CreateComboItems ( IEnumerable enumValues, bool addNull ) : List
enumValues IEnumerable
addNull bool
리턴 List

SetReadOnly() 보호된 메소드

protected SetReadOnly ( ) : void
리턴 void

ValueLine() 공개 메소드

public ValueLine ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
type System.Type
untypedValue object
parent Context
prefix string
propertyRoute PropertyRoute
리턴 System

프로퍼티 상세

ValueHtmlProps 공개적으로 프로퍼티

public RouteValueDictionary ValueHtmlProps
리턴 RouteValueDictionary