C# Класс Sage.Integration.Northwind.Adapter.Requests.LinkFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Описание методов

CreateEntryLinks() публичный статический Метод

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
Результат FeedLink[]

CreateFeedLinks() публичный статический Метод

public static CreateFeedLinks ( RequestContext context, string feedUrl ) : FeedLink[]
context Sage.Integration.Northwind.Adapter.Common.RequestContext
feedUrl string
Результат FeedLink[]

CreatePagingLinks() публичный статический Метод

public static CreatePagingLinks ( PageInfo normalizedPageInfo, int totalCount, string requestUriWithoutQuery ) : FeedLink[]
normalizedPageInfo PageInfo
totalCount int
requestUriWithoutQuery string
Результат FeedLink[]