C# Class Pomona.PomonaContext

Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Deserialize ( StructuredType expectedBaseType, object patchedObject = null ) : object
GetExpandedPathsFromRequest ( RequestHeaders requestHeaders, DynamicDictionary query ) : string

Method Details

Bind() public méthode

public Bind ( TypeSpec type = null, object patchedObject = null ) : object
type TypeSpec
patchedObject object
Résultat object

PomonaContext() public méthode

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
Résultat System

TryBindAsType() public méthode

public TryBindAsType ( TypeSpec type, object &form ) : bool
type TypeSpec
form object
Résultat bool