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

Inheritance: IEntity, ICreatable, IModifiable
显示文件 Open project: jstadnicki/isthereanynews Class Usage Examples

Public Methods

Method Description
FeatureRequest ( ) : System
FeatureRequest ( long userId, long rssEntryId, StreamType modelStreamType, FeatureRequestType featureRequestType ) : System

Method Details

FeatureRequest() public method

public FeatureRequest ( ) : System
return System

FeatureRequest() public method

public FeatureRequest ( long userId, long rssEntryId, StreamType modelStreamType, FeatureRequestType featureRequestType ) : System
userId long
rssEntryId long
modelStreamType StreamType
featureRequestType FeatureRequestType
return System