Для изменения размера нажмите или перетащите

BpmnController - класс

Определяет свойства и методы контроллера API, который обеспечивает доступ к тестовым BPM-объектам.
Иерархия наследования
ControllerBase
  Controller
    FinistSoft.BackEndNetCoreHostApiController
      FinistSoft.BackEndNetCoreHost.Controllers.ApiBpmnController

Пространство имён:  FinistSoft.BackEndNetCoreHost.Controllers.Api
Сборка:  BackEndNetCoreHost (в BackEndNetCoreHost.exe) Версия: 1.0.0
Синтаксис
[RouteAttribute("api/[controller]")]
public class BpmnController : ApiController

Тип BpmnController предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методBpmnController
Инициализирует новый экземпляр класса.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоRequestData
Данные запроса, заполняются в OnActionExecuting (GlobalActionFilterAttribute)
(Унаследован от ApiController.)
Открытое свойствоTempData
Gets or sets ITempDataDictionary used by ViewResult.
(Унаследован от Controller.)
Открытое свойствоViewBag
Gets the dynamic view bag.
(Унаследован от Controller.)
Открытое свойствоViewData
Gets or sets ViewDataDictionary used by ViewResult and ViewBag.
(Унаследован от Controller.)
В начало страницы
Методы
  ИмяОписание
Открытый методDispose (Унаследован от Controller.)
Защищённый методDispose(Boolean)
Releases all resources currently used by this Controller instance.
(Унаследован от Controller.)
Открытый методJson(Object)
Creates a JsonResult object that serializes the specified data object to JSON.
(Унаследован от Controller.)
Открытый методJson(Object, JsonSerializerSettings)
Creates a JsonResult object that serializes the specified data object to JSON.
(Унаследован от Controller.)
Открытый методObjects
Получает ответ на запрос коллекции объектов примера по идентификатору.
Открытый методOnActionExecuted
Called after the action method is invoked.
(Унаследован от Controller.)
Открытый методOnActionExecuting
Called before the action method is invoked.
(Унаследован от Controller.)
Открытый методOnActionExecutionAsync
Called before the action method is invoked.
(Унаследован от Controller.)
Открытый методPartialView
Creates a PartialViewResult object that renders a partial view to the response.
(Унаследован от Controller.)
Открытый методPartialView(String)
Creates a PartialViewResult object by specifying a viewName.
(Унаследован от Controller.)
Открытый методPartialView(Object)
Creates a PartialViewResult object by specifying a model to be rendered by the partial view.
(Унаследован от Controller.)
Открытый методPartialView(String, Object)
Creates a PartialViewResult object by specifying a viewName and the model to be rendered by the partial view.
(Унаследован от Controller.)
Открытый методPrimitives
Получает ответ на запрос типов примитивов.
Открытый методView
Creates a ViewResult object that renders a view to the response.
(Унаследован от Controller.)
Открытый методView(String)
Creates a ViewResult object by specifying a viewName.
(Унаследован от Controller.)
Открытый методView(Object)
Creates a ViewResult object by specifying a model to be rendered by the view.
(Унаследован от Controller.)
Открытый методView(String, Object)
Creates a ViewResult object by specifying a viewName and the model to be rendered by the view.
(Унаследован от Controller.)
Открытый методViewComponent(String)
Creates a ViewComponentResult by specifying the name of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(Type)
Creates a ViewComponentResult by specifying the Type of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(String, Object)
Creates a ViewComponentResult by specifying the name of a view component to render.
(Унаследован от Controller.)
Открытый методViewComponent(Type, Object)
Creates a ViewComponentResult by specifying the Type of a view component to render.
(Унаследован от Controller.)
В начало страницы
Поля
  ИмяОписание
Закрытое поле_listPrimitives
Список типов примитивов.
Закрытое поле_tempData (Унаследован от Controller.)
Закрытое поле_viewBag (Унаследован от Controller.)
Закрытое поле_viewData (Унаследован от Controller.)
Закрытое полеdataObjects
Временная переменная для хранения коллекции объектов.
В начало страницы
См. также