C# 클래스 System.ServiceModel.Syndication.SyndicationFeedExtensions

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
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