Method | Description | |
---|---|---|
AddAbsentOrLate ( |
||
AddCommentOfMeeting ( |
||
CreateAgendaPoint ( |
||
CreateRecordOfMeeting ( |
||
DeleteAgendaPoint ( |
||
DetailRecordOfmeeting ( |
||
DisplayRecordOfMeeting ( |
||
DownloadRecordOfMeeting ( int id ) : System.Web.Mvc.ActionResult | ||
EditAgendaPoint ( |
||
EditRecordOfMeeting ( |
||
Index ( int DisplayYear ) : System.Web.Mvc.ActionResult | ||
MeetingController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System | ||
RemoveAbsentOrLate ( |
||
RemoveCommentOfMeeting ( |
||
SaveRecordOfMeeting ( int id ) : System.Web.Mvc.ActionResult | ||
SendRecordToEmail ( |
Method | Description | |
---|---|---|
ToHtml ( string viewToRender, ViewDataDictionary viewData, |
||
getPDFFile ( int recordOfMeetingId ) : byte[] |
public AddAbsentOrLate ( |
||
absentOrLate | ||
return | System.Web.Mvc.ActionResult |
public AddCommentOfMeeting ( |
||
commentOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public CreateAgendaPoint ( |
||
agendaPoint | ||
return | System.Web.Mvc.ActionResult |
public CreateRecordOfMeeting ( |
||
createRecordOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public DeleteAgendaPoint ( |
||
agendaPoint | ||
return | System.Web.Mvc.ActionResult |
public DetailRecordOfmeeting ( |
||
recordOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public DisplayRecordOfMeeting ( |
||
recordOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public DownloadRecordOfMeeting ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EditAgendaPoint ( |
||
agendaPoint | ||
return | System.Web.Mvc.ActionResult |
public EditRecordOfMeeting ( |
||
recordOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public Index ( int DisplayYear ) : System.Web.Mvc.ActionResult | ||
DisplayYear | int | |
return | System.Web.Mvc.ActionResult |
public MeetingController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System | ||
recordoOfMeetingService | IRecordOfMeetingService | |
agendaPointService | IAgendaPointService | |
petianoService | IPETianoService | |
absentOrLateService | IAbsentOrLateService | |
commentOfMeetingService | ICommentOfMeetingService | |
return | System |
public RemoveAbsentOrLate ( |
||
absentOrLate | ||
return | System.Web.Mvc.ActionResult |
public RemoveCommentOfMeeting ( |
||
commentOfMeeting | ||
return | System.Web.Mvc.ActionResult |
public SaveRecordOfMeeting ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public static SendRecordToEmail ( |
||
recordOfMeeting | ||
emails | List |
|
return | void |
protected ToHtml ( string viewToRender, ViewDataDictionary viewData, |
||
viewToRender | string | |
viewData | ViewDataDictionary | |
recordOfMeeting | ||
return | string |
protected getPDFFile ( int recordOfMeetingId ) : byte[] | ||
recordOfMeetingId | int | |
return | byte[] |