C# 클래스 Pomona.PomonaContext

파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( TypeSpec type = null, object patchedObject = null ) : object
PomonaContext ( UrlSegment node, PomonaRequest request = null, string expandedPaths = null, bool executeQueryable = false, bool handleException = true, Type acceptType = null ) : System
TryBindAsType ( TypeSpec type, object &form ) : bool

비공개 메소드들

메소드 설명
Deserialize ( StructuredType expectedBaseType, object patchedObject = null ) : object
GetExpandedPathsFromRequest ( RequestHeaders requestHeaders, DynamicDictionary query ) : string

메소드 상세

Bind() 공개 메소드

public Bind ( TypeSpec type = null, object patchedObject = null ) : object
type TypeSpec
patchedObject object
리턴 object

PomonaContext() 공개 메소드

public PomonaContext ( UrlSegment node, PomonaRequest request = null, string expandedPaths = null, bool executeQueryable = false, bool handleException = true, Type acceptType = null ) : System
node UrlSegment
request PomonaRequest
expandedPaths string
executeQueryable bool
handleException bool
acceptType System.Type
리턴 System

TryBindAsType() 공개 메소드

public TryBindAsType ( TypeSpec type, object &form ) : bool
type TypeSpec
form object
리턴 bool