C# Класс SenseNet.Services.RssApplication

Наследование: Application, IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
GetFeed ( Node node ) : System.ServiceModel.Syndication.SyndicationFeed
ProcessRequest ( HttpContext context ) : void
RssApplication ( Node parent ) : System.Web
RssApplication ( Node parent, string nodeTypeName ) : System.Web

Защищенные методы

Метод Описание
RssApplication ( NodeToken nt ) : System.Web

Приватные методы

Метод Описание
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

Описание методов

GetFeed() публичный статический Метод

public static GetFeed ( Node node ) : System.ServiceModel.Syndication.SyndicationFeed
node Node
Результат System.ServiceModel.Syndication.SyndicationFeed

ProcessRequest() публичный Метод

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Результат void

RssApplication() публичный Метод

public RssApplication ( Node parent ) : System.Web
parent Node
Результат System.Web

RssApplication() публичный Метод

public RssApplication ( Node parent, string nodeTypeName ) : System.Web
parent Node
nodeTypeName string
Результат System.Web

RssApplication() защищенный Метод

protected RssApplication ( NodeToken nt ) : System.Web
nt SenseNet.ContentRepository.Storage.NodeToken
Результат System.Web