C# Class System.ServiceModel.Syndication.SyndicationFeedExtensions

Afficher le fichier Open project: o2platform/O2.Platform.Projects

Méthodes publiques

Méthode 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 méthode

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

GetEditMediaLink() public static méthode

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

GetFirstPageLink() public static méthode

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

GetLastPageLink() public static méthode

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

GetMediaResourceUri() public static méthode

public static GetMediaResourceUri ( this item ) : Uri
item this
Résultat System.Uri

GetNextPageLink() public static méthode

public static GetNextPageLink ( this feed ) : System.ServiceModel.Syndication.SyndicationLink
feed this
Résultat System.ServiceModel.Syndication.SyndicationLink

GetPreviousPageLink() public static méthode

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

GetSelfLink() public static méthode

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

IsMediaEntry() public static méthode

public static IsMediaEntry ( this item ) : bool
item this
Résultat bool