Method | Description | |
---|---|---|
AppendIncludedRepresentationRecursive ( object resource, IResourceMapping resourceMapping, List |
||
AssureAllMappingsRegistered ( |
||
ChooseProperResourceRepresentation ( object resource, IEnumerable |
||
CreateIncludedRepresentations ( List | ||
CreateRelationships ( object objectGraph, string parentId, IResourceMapping resourceMapping, Context context ) : IRelationship>.Dictionary |
||
CreateResourceRepresentation ( object objectGraph, IResourceMapping resourceMapping, Context context ) : |
||
GetCollection ( JToken value, IRelationshipMapping mapping ) : object | ||
GetMetadata ( object objectGraph ) : object>.Dictionary |
||
GetObjectType ( object objectGraph ) : |
||
GetValue ( JToken value, |
||
HandleException ( |
||
HandleHttpError ( HttpError error ) : CompoundDocument | ||
UnifyObjectsToList ( object nestedObject ) : List | ||
UnwrapResourceObject ( object objectGraph ) : object | ||
VerifyTypeSupport ( |
Method | Description | |
---|---|---|
CreateLinks ( IResourceMapping resourceMapping, |
||
GetUrlFromTemplate ( string urlTemplate, string routePrefix, string parentId, string relatedId = null ) : ILink |
public AppendIncludedRepresentationRecursive ( object resource, IResourceMapping resourceMapping, List |
||
resource | object | |
resourceMapping | IResourceMapping | |
includedList | List |
|
alreadyVisitedObjects | HashSet | |
context | Context | |
return | void |
public AssureAllMappingsRegistered ( |
||
type | ||
config | Configuration | |
return | void |
public ChooseProperResourceRepresentation ( object resource, IEnumerable |
||
resource | object | |
representationList | IEnumerable |
|
return | IResourceRepresentation |
public CreateIncludedRepresentations ( List | ||
primaryResourceList | List | |
resourceMapping | IResourceMapping | |
context | Context | |
return | List |
public CreateRelationships ( object objectGraph, string parentId, IResourceMapping resourceMapping, Context context ) : IRelationship>.Dictionary |
||
objectGraph | object | |
parentId | string | |
resourceMapping | IResourceMapping | |
context | Context | |
return | IRelationship>.Dictionary |
public CreateResourceRepresentation ( object objectGraph, IResourceMapping resourceMapping, Context context ) : |
||
objectGraph | object | |
resourceMapping | IResourceMapping | |
context | Context | |
return |
public GetCollection ( JToken value, IRelationshipMapping mapping ) : object | ||
value | JToken | |
mapping | IRelationshipMapping | |
return | object |
public GetMetadata ( object objectGraph ) : object>.Dictionary |
||
objectGraph | object | |
return | object>.Dictionary |
public GetObjectType ( object objectGraph ) : |
||
objectGraph | object | |
return |
public GetValue ( JToken value, |
||
value | JToken | |
returnType | ||
return | object |
public HandleException ( |
||
exception | ||
return | CompoundDocument |
public HandleHttpError ( HttpError error ) : CompoundDocument | ||
error | HttpError | |
return | CompoundDocument |
public UnifyObjectsToList ( object nestedObject ) : List | ||
nestedObject | object | |
return | List |
public UnwrapResourceObject ( object objectGraph ) : object | ||
objectGraph | object | |
return | object |
public VerifyTypeSupport ( |
||
innerObjectType | ||
return | void |