C# 클래스 Signum.Web.EntityListBase

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

공개 프로퍼티들

프로퍼티 타입 설명
IsVisible bool>.Func
WriteIndex WriteIndex

공개 메소드들

메소드 설명
EntityListBase ( Type type, object untypedValue, Context parent, string prefix, PropertyRoute propertyRoute ) : System
ShouldWriteOldIndex ( TypeContext tc ) : bool

보호된 메소드들

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

메소드 상세

EntityListBase() 공개 메소드

public EntityListBase ( 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

SetReadOnly() 보호된 메소드

protected SetReadOnly ( ) : void
리턴 void

ShouldWriteOldIndex() 공개 메소드

public ShouldWriteOldIndex ( TypeContext tc ) : bool
tc TypeContext
리턴 bool

프로퍼티 상세

IsVisible 공개적으로 프로퍼티

public Func IsVisible
리턴 bool>.Func

WriteIndex 공개적으로 프로퍼티

public WriteIndex WriteIndex
리턴 WriteIndex