C# Class System.ServiceModel.Syndication.SyndicationFeedExtensions

Mostra file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
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

Method Details

GetEditLink() public static method

public static GetEditLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
item this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

GetEditMediaLink() public static method

public static GetEditMediaLink ( this item, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
item this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

GetFirstPageLink() public static method

public static GetFirstPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

GetLastPageLink() public static method

public static GetLastPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

GetMediaResourceUri() public static method

public static GetMediaResourceUri ( this item ) : Uri
item this
return System.Uri

GetNextPageLink() public static method

public static GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink
feed this
return System.ServiceModel.Syndication.SyndicationLink

GetPreviousPageLink() public static method

public static GetPreviousPageLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

GetSelfLink() public static method

public static GetSelfLink ( this feed, bool throwIfNotPresent ) : System.ServiceModel.Syndication.SyndicationLink
feed this
throwIfNotPresent bool
return System.ServiceModel.Syndication.SyndicationLink

IsMediaEntry() public static method

public static IsMediaEntry ( this item ) : bool
item this
return bool