C# Class PETUtility.Web.Controllers.MeetingAPIController

Inheritance: Controller
Afficher le fichier Open project: pet-informatica/PET-Utility

Méthodes publiques

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

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

Method Details

AddAgendaPoint() public méthode

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
Résultat System.Web.Mvc.ActionResult

DeleteAgendaPoint() public méthode

public DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult

EditAgendaPoint() public méthode

public EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

FixAgendaPoint() public méthode

public FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult

GetAgendaPoint() public méthode

public GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult

MeetingAPIController() public méthode

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

UnfixAgendaPoint() public méthode

public UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult