C# Class FT.Model.FeedEvent

Mostra file Open project: friism/folketsting

Public Methods

Method Description
FeedEvent ( CommitteeTrip trip ) : System
FeedEvent ( P20Question q, int commentcount, EventType et ) : System
FeedEvent ( PoliticianLawVote vote ) : System
FeedEvent ( ProposedLaw prop ) : System
FeedEvent ( Speaker speaker ) : System
FeedEvent ( Speech speech, int commentcount ) : System

Private Methods

Method Description
GetQuestionText ( P20Question q, EventType et ) : string
GetVoteText ( PoliticianLawVote plv ) : string

Method Details

FeedEvent() public method

public FeedEvent ( CommitteeTrip trip ) : System
trip FT.DB.CommitteeTrip
return System

FeedEvent() public method

public FeedEvent ( P20Question q, int commentcount, EventType et ) : System
q FT.DB.P20Question
commentcount int
et EventType
return System

FeedEvent() public method

public FeedEvent ( PoliticianLawVote vote ) : System
vote FT.DB.PoliticianLawVote
return System

FeedEvent() public method

public FeedEvent ( ProposedLaw prop ) : System
prop FT.DB.ProposedLaw
return System

FeedEvent() public method

public FeedEvent ( Speaker speaker ) : System
speaker FT.DB.Speaker
return System

FeedEvent() public method

public FeedEvent ( Speech speech, int commentcount ) : System
speech FT.DB.Speech
commentcount int
return System