C# 클래스 Signum.Web.EntityBase

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

공개 프로퍼티들

프로퍼티 타입 설명
AttachFunction JsFunction

Private Properties

프로퍼티 타입 설명
AttachConstructor string
BasicConstructor string
NewLine string

공개 메소드들

메소드 설명
ConstructorScript ( JsModule module, string type ) : System.Web.Mvc.MvcHtmlString
EntityBase ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
ParseTypes ( string types ) : System.Type[]
SFControlThen ( string functionCall ) : string

보호된 메소드들

메소드 설명
GetElementRoute ( ) : PropertyRoute
GetElementType ( ) : Type
OptionsJSInternal ( ) : object>.Dictionary

비공개 메소드들

메소드 설명
AttachConstructor ( JsModule module, string type ) : string
BasicConstructor ( JsModule module, string type ) : string
NewLine ( string varLines, string type ) : string

메소드 상세

ConstructorScript() 공개 메소드

public ConstructorScript ( JsModule module, string type ) : System.Web.Mvc.MvcHtmlString
module JsModule
type string
리턴 System.Web.Mvc.MvcHtmlString

EntityBase() 공개 메소드

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

GetElementRoute() 보호된 메소드

protected GetElementRoute ( ) : PropertyRoute
리턴 PropertyRoute

GetElementType() 보호된 메소드

protected GetElementType ( ) : Type
리턴 System.Type

OptionsJSInternal() 보호된 메소드

protected OptionsJSInternal ( ) : object>.Dictionary
리턴 object>.Dictionary

ParseTypes() 공개 정적인 메소드

public static ParseTypes ( string types ) : System.Type[]
types string
리턴 System.Type[]

SFControlThen() 공개 메소드

public SFControlThen ( string functionCall ) : string
functionCall string
리턴 string

프로퍼티 상세

AttachFunction 공개적으로 프로퍼티

public JsFunction,Signum.Web AttachFunction
리턴 JsFunction