DotNetNuke 5.2
Namespace:
DotNetNuke.Services.Syndication
Assembly: DotNetNuke.Services.Syndication (in DotNetNuke.Services.Syndication.dll) Version: 5.2.0.0 (5.2.0.0)
Assembly: DotNetNuke.Services.Syndication (in DotNetNuke.Services.Syndication.dll) Version: 5.2.0.0 (5.2.0.0)
Syntax
| C# |
|---|
public abstract class RssChannelBase<RssItemType, RssImageType> : RssElementBase where RssItemType : new(), RssElementBase where RssImageType : new(), RssElementBase |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class RssChannelBase(Of RssItemType As {New, RssElementBase}, RssImageType As {New, RssElementBase}) _ Inherits RssElementBase |
| Visual C++ |
|---|
generic<typename RssItemType, typename RssImageType> where RssItemType : gcnew(), RssElementBase where RssImageType : gcnew(), RssElementBase public ref class RssChannelBase abstract : public RssElementBase |
Type Parameters
- RssItemType
- RssImageType
Inheritance Hierarchy
System..::.Object
DotNetNuke.Services.Syndication..::.RssElementBase
DotNetNuke.Services.Syndication..::.RssChannelBase<(Of <(RssItemType, RssImageType>)>)
DotNetNuke.Services.Syndication..::.GenericRssChannel
DotNetNuke.Services.Syndication..::.RssElementBase
DotNetNuke.Services.Syndication..::.RssChannelBase<(Of <(RssItemType, RssImageType>)>)
DotNetNuke.Services.Syndication..::.GenericRssChannel