C# Class Tests.Serialization.UrlConstructionTests.EmptyUrlBuilder

Inheritance: IUrlPathBuilder
Mostra file Open project: joukevandermaas/saule

Public Methods

Method Description
BuildCanonicalPath ( ApiResource resource ) : string
BuildCanonicalPath ( ApiResource resource, string id ) : string
BuildRelationshipPath ( ApiResource resource, string id, Saule.ResourceRelationship relationship ) : string
BuildRelationshipPath ( ApiResource resource, string id, Saule.ResourceRelationship relationship, string relatedResourceId ) : string

Method Details

BuildCanonicalPath() public method

public BuildCanonicalPath ( ApiResource resource ) : string
resource ApiResource
return string

BuildCanonicalPath() public method

public BuildCanonicalPath ( ApiResource resource, string id ) : string
resource ApiResource
id string
return string

BuildRelationshipPath() public method

public BuildRelationshipPath ( ApiResource resource, string id, Saule.ResourceRelationship relationship ) : string
resource ApiResource
id string
relationship Saule.ResourceRelationship
return string

BuildRelationshipPath() public method

public BuildRelationshipPath ( ApiResource resource, string id, Saule.ResourceRelationship relationship, string relatedResourceId ) : string
resource ApiResource
id string
relationship Saule.ResourceRelationship
relatedResourceId string
return string