C# 클래스 Serenity.Web.LookupScript

상속: DynamicScript, INamedDynamicScript
파일 보기 프로젝트 열기: volkanceylan/Serenity

보호된 프로퍼티들

프로퍼티 타입 설명
getItems Func

공개 메소드들

메소드 설명
GetScript ( ) : string
LookupScript ( Func getItems ) : System

보호된 메소드들

메소드 설명
LookupScript ( ) : System

메소드 상세

GetScript() 공개 메소드

public GetScript ( ) : string
리턴 string

LookupScript() 보호된 메소드

protected LookupScript ( ) : System
리턴 System

LookupScript() 공개 메소드

public LookupScript ( Func getItems ) : System
getItems Func
리턴 System

프로퍼티 상세

getItems 보호되어 있는 프로퍼티

protected Func getItems
리턴 Func