C# 클래스 FT.Model.FeedEvent

파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetQuestionText ( P20Question q, EventType et ) : string
GetVoteText ( PoliticianLawVote plv ) : string

메소드 상세

FeedEvent() 공개 메소드

public FeedEvent ( CommitteeTrip trip ) : System
trip FT.DB.CommitteeTrip
리턴 System

FeedEvent() 공개 메소드

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

FeedEvent() 공개 메소드

public FeedEvent ( PoliticianLawVote vote ) : System
vote FT.DB.PoliticianLawVote
리턴 System

FeedEvent() 공개 메소드

public FeedEvent ( ProposedLaw prop ) : System
prop FT.DB.ProposedLaw
리턴 System

FeedEvent() 공개 메소드

public FeedEvent ( Speaker speaker ) : System
speaker FT.DB.Speaker
리턴 System

FeedEvent() 공개 메소드

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