C# Class FT.Model.FeedEvent

Afficher le fichier Open project: friism/folketsting

Méthodes publiques

Méthode 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

Méthode Description
GetQuestionText ( P20Question q, EventType et ) : string
GetVoteText ( PoliticianLawVote plv ) : string

Method Details

FeedEvent() public méthode

public FeedEvent ( CommitteeTrip trip ) : System
trip FT.DB.CommitteeTrip
Résultat System

FeedEvent() public méthode

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

FeedEvent() public méthode

public FeedEvent ( PoliticianLawVote vote ) : System
vote FT.DB.PoliticianLawVote
Résultat System

FeedEvent() public méthode

public FeedEvent ( ProposedLaw prop ) : System
prop FT.DB.ProposedLaw
Résultat System

FeedEvent() public méthode

public FeedEvent ( Speaker speaker ) : System
speaker FT.DB.Speaker
Résultat System

FeedEvent() public méthode

public FeedEvent ( Speech speech, int commentcount ) : System
speech FT.DB.Speech
commentcount int
Résultat System