C# Class SenseNet.Services.RssApplication

Inheritance: Application, IHttpHandler
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
GetFeed ( Node node ) : System.ServiceModel.Syndication.SyndicationFeed
ProcessRequest ( HttpContext context ) : void
RssApplication ( Node parent ) : System.Web
RssApplication ( Node parent, string nodeTypeName ) : System.Web

Protected Methods

Method Description
RssApplication ( NodeToken nt ) : System.Web

Private Methods

Method Description
GetItem ( Node node ) : System.ServiceModel.Syndication.SyndicationItem
GetItemContent ( Node node, string browseUriString ) : System.ServiceModel.Syndication.SyndicationContent
GetItemSummary ( Node node ) : System.ServiceModel.Syndication.TextSyndicationContent
GetItemTitle ( Node node ) : System.ServiceModel.Syndication.TextSyndicationContent
GetItems ( IFolder folder ) : System.Collections.Generic.IEnumerable
GetPropertyValue ( Node node, PropertyType propType ) : string
WriteTypeInfo ( Node node, StringBuilder sb ) : void

Method Details

GetFeed() public static method

public static GetFeed ( Node node ) : System.ServiceModel.Syndication.SyndicationFeed
node Node
return System.ServiceModel.Syndication.SyndicationFeed

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

RssApplication() public method

public RssApplication ( Node parent ) : System.Web
parent Node
return System.Web

RssApplication() public method

public RssApplication ( Node parent, string nodeTypeName ) : System.Web
parent Node
nodeTypeName string
return System.Web

RssApplication() protected method

protected RssApplication ( NodeToken nt ) : System.Web
nt SenseNet.ContentRepository.Storage.NodeToken
return System.Web