C# Class IsThereAnyNews.EntityFramework.Models.Entities.RssEntryToRead

Inheritance: IEntity, ICreatable, IModifiable
ファイルを表示 Open project: jstadnicki/isthereanynews Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RssEntryToRead ( ) : System
RssEntryToRead ( RssEntry rssEntry, long rssChannelSubscriptionId ) : System

Method Details

RssEntryToRead() public method

public RssEntryToRead ( ) : System
return System

RssEntryToRead() public method

public RssEntryToRead ( RssEntry rssEntry, long rssChannelSubscriptionId ) : System
rssEntry RssEntry
rssChannelSubscriptionId long
return System