C# Класс PETUtility.Web.Controllers.MeetingAPIController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
EditAgendaPoint ( int id, EAgendaPointStatus status, int recordOfMeetingId, int petianoId, string title, string description ) : System.Web.Mvc.ActionResult

Описание методов

AddAgendaPoint() публичный Метод

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
Результат System.Web.Mvc.ActionResult

DeleteAgendaPoint() публичный Метод

public DeleteAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Результат System.Web.Mvc.ActionResult

EditAgendaPoint() публичный Метод

public EditAgendaPoint ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

FixAgendaPoint() публичный Метод

public FixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Результат System.Web.Mvc.ActionResult

GetAgendaPoint() публичный Метод

public GetAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Результат System.Web.Mvc.ActionResult

MeetingAPIController() публичный Метод

public MeetingAPIController ( IRecordOfMeetingService recordoOfMeetingService, IAgendaPointService agendaPointService, IPETianoService petianoService, IAbsentOrLateService absentOrLateService, ICommentOfMeetingService commentOfMeetingService ) : System
recordoOfMeetingService IRecordOfMeetingService
agendaPointService IAgendaPointService
petianoService IPETianoService
absentOrLateService IAbsentOrLateService
commentOfMeetingService ICommentOfMeetingService
Результат System

UnfixAgendaPoint() публичный Метод

public UnfixAgendaPoint ( int Id ) : System.Web.Mvc.ActionResult
Id int
Результат System.Web.Mvc.ActionResult