C# Class Sage.Integration.Northwind.Adapter.Requests.LinkFactory

Afficher le fichier Open project: Sage/SData-Contracts

Méthodes publiques

Méthode Description
CreateEntryLinks ( RequestContext context, FeedEntry resourcePayloadContainer ) : FeedLink[]

Creates and returns an array of feed entrylinks.

CreateFeedLinks ( RequestContext context, string feedUrl ) : FeedLink[]
CreatePagingLinks ( PageInfo normalizedPageInfo, int totalCount, string requestUriWithoutQuery ) : FeedLink[]

Method Details

CreateEntryLinks() public static méthode

Creates and returns an array of feed entrylinks.
public static CreateEntryLinks ( RequestContext context, FeedEntry resourcePayloadContainer ) : FeedLink[]
context Sage.Integration.Northwind.Adapter.Common.RequestContext
resourcePayloadContainer FeedEntry
Résultat FeedLink[]

CreateFeedLinks() public static méthode

public static CreateFeedLinks ( RequestContext context, string feedUrl ) : FeedLink[]
context Sage.Integration.Northwind.Adapter.Common.RequestContext
feedUrl string
Résultat FeedLink[]

CreatePagingLinks() public static méthode

public static CreatePagingLinks ( PageInfo normalizedPageInfo, int totalCount, string requestUriWithoutQuery ) : FeedLink[]
normalizedPageInfo PageInfo
totalCount int
requestUriWithoutQuery string
Résultat FeedLink[]