C# Class Terradue.OpenSearch.Result.AtomFeed

Inheritance: SyndicationFeed, IOpenSearchResultCollection
Show file Open project: Terradue/DotNetOpenSearch Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AtomFeed() public method

public AtomFeed ( ) : System
return System

AtomFeed() public method

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

AtomFeed() public method

public AtomFeed ( IEnumerable items ) : System
items IEnumerable
return System

AtomFeed() public method

public AtomFeed ( SyndicationFeed feed ) : System
feed SyndicationFeed
return System

AtomFeed() public method

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

Clone() public method

public Clone ( ) : object
return object

CreateFromOpenSearchResultCollection() public static method

public static CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
results IOpenSearchResultCollection
return IOpenSearchResultCollection

DeserializeFromStream() public method

public DeserializeFromStream ( Stream stream ) : IOpenSearchResultCollection
stream Stream
return IOpenSearchResultCollection

Load() public static method

public static Load ( XmlReader reader ) : AtomFeed
reader XmlReader
return AtomFeed

SerializeToStream() public method

public SerializeToStream ( System stream ) : void
stream System
return void

SerializeToString() public method

public SerializeToString ( ) : string
return string