C# Класс System.ServiceModel.Syndication.SyndicationFeedExtensions

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

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

Метод Описание
GetEditLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
GetEditMediaLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
GetFirstPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
GetLastPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
GetMediaResourceUri ( this item ) : Uri
GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink
GetPreviousPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
GetSelfLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
IsMediaEntry ( this item ) : bool

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

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

public static GetEditLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
item this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetEditMediaLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
item this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetFirstPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetLastPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetMediaResourceUri ( this item ) : Uri
item this
Результат System.Uri

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

public static GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink
feed this
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetPreviousPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static GetSelfLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
Результат System.ServiceModel.Syndication.SyndicationLink

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

public static IsMediaEntry ( this item ) : bool
item this
Результат bool