C# 클래스 Terradue.OpenSearch.Result.AtomFeed

상속: SyndicationFeed, IOpenSearchResultCollection
파일 보기 프로젝트 열기: Terradue/DotNetOpenSearch 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AtomFeed ( ) : System
AtomFeed ( AtomFeed feed, bool cloneItems = false ) : System
AtomFeed ( IEnumerable items ) : System
AtomFeed ( SyndicationFeed feed ) : System
AtomFeed ( string title, string description, Uri feedAlternateLink, string id, DateTimeOffset date ) : System
Clone ( ) : object
CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
DeserializeFromStream ( Stream stream ) : IOpenSearchResultCollection
Load ( XmlReader reader ) : AtomFeed
SerializeToStream ( System stream ) : void
SerializeToString ( ) : string

메소드 상세

AtomFeed() 공개 메소드

public AtomFeed ( ) : System
리턴 System

AtomFeed() 공개 메소드

public AtomFeed ( AtomFeed feed, bool cloneItems = false ) : System
feed AtomFeed
cloneItems bool
리턴 System

AtomFeed() 공개 메소드

public AtomFeed ( IEnumerable items ) : System
items IEnumerable
리턴 System

AtomFeed() 공개 메소드

public AtomFeed ( SyndicationFeed feed ) : System
feed SyndicationFeed
리턴 System

AtomFeed() 공개 메소드

public AtomFeed ( string title, string description, Uri feedAlternateLink, string id, DateTimeOffset date ) : System
title string
description string
feedAlternateLink System.Uri
id string
date DateTimeOffset
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CreateFromOpenSearchResultCollection() 공개 정적인 메소드

public static CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
results IOpenSearchResultCollection
리턴 IOpenSearchResultCollection

DeserializeFromStream() 공개 메소드

public DeserializeFromStream ( Stream stream ) : IOpenSearchResultCollection
stream Stream
리턴 IOpenSearchResultCollection

Load() 공개 정적인 메소드

public static Load ( XmlReader reader ) : AtomFeed
reader XmlReader
리턴 AtomFeed

SerializeToStream() 공개 메소드

public SerializeToStream ( System stream ) : void
stream System
리턴 void

SerializeToString() 공개 메소드

public SerializeToString ( ) : string
리턴 string