C# Class PETUtility.Web.Controllers.MeetingAPIController

Inheritance: Controller
Datei anzeigen Open project: pet-informatica/PET-Utility

Public Methods

Method Description
AddAgendaPoint ( int recordOfMeetingId, EAgendaPointStatus status, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult
DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult
FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
MeetingAPIController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System
UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
EditAgendaPoint ( int id, EAgendaPointStatus status, int recordOfMeetingId, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult

Method Details

AddAgendaPoint() public method

public AddAgendaPoint ( int recordOfMeetingId, EAgendaPointStatus status, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult
recordOfMeetingId int
status EAgendaPointStatus
petianoId int
title string
description string
return System.Web.Mvc.ActionResult

DeleteAgendaPoint() public method

public DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
return System.Web.Mvc.ActionResult

EditAgendaPoint() public method

public EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

FixAgendaPoint() public method

public FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
return System.Web.Mvc.ActionResult

GetAgendaPoint() public method

public GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
return System.Web.Mvc.ActionResult

MeetingAPIController() public method

public MeetingAPIController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System
recordoOfMeetingService IRecordOfMeetingService
agendaPointService IAgendaPointService
petianoService IPETianoService
absentOrLateService IAbsentOrLateService
commentOfMeetingService ICommentOfMeetingService
return System

UnfixAgendaPoint() public method

public UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
return System.Web.Mvc.ActionResult