
Public Member Functions | |
| Channel (HttpContext Context, Store CurrentStore, ShallowNode SN) | |
| constructor | |
| Channel (HttpContext Context, Store CurrentStore, Collection ThisCollection) | |
| constructor | |
| Channel (HttpContext Context, Store CurrentStore, Collection ThisCollection, bool Public) | |
| constructor | |
| void | Send () |
| write the response back | |
Properties | |
| bool | Items [get, set] |
| get/set the items | |
| bool | Enclosures [get, set] |
| get/set enclosure | |
| Simias::RssFeed::Channel::Channel | ( | HttpContext | Context, | |
| Store | CurrentStore, | |||
| ShallowNode | SN | |||
| ) | [inline] |
constructor
| Context | http context object | |
| CurrentStore | store object | |
| SN | shallow node of the collection |
| Simias::RssFeed::Channel::Channel | ( | HttpContext | Context, | |
| Store | CurrentStore, | |||
| Collection | ThisCollection | |||
| ) | [inline] |
constructor
| Context | httpcontext | |
| CurrentStore | store object | |
| ThisCollection | collection object for this collection |
| Simias::RssFeed::Channel::Channel | ( | HttpContext | Context, | |
| Store | CurrentStore, | |||
| Collection | ThisCollection, | |||
| bool | Public | |||
| ) | [inline] |
constructor
| Context | httpcontext | |
| CurrentStore | store object | |
| ThisCollection | collection object for this collection | |
| Public | whether its for public access |
| void Simias::RssFeed::Channel::Send | ( | ) | [inline] |
write the response back
bool Simias::RssFeed::Channel::Items [get, set] |
get/set the items
bool Simias::RssFeed::Channel::Enclosures [get, set] |
get/set enclosure
1.5.6