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

BpmController - класс

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

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

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

Конструкторы
  ИмяОписание
Закрытый методСтатический членBpmController
Открытый методBpmController
Инициализирует новый экземпляр класса BpmController
В начало страницы
Свойства
  ИмяОписание
Открытое свойство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.)
Открытый методGet
Получает ответ на запрос BPM-схемы по идентификатору.
Закрытый методGetSchemeById
Получение схемы по идентификатору.
Открытый методGetSchemes
Получает ответ на запрос списка имеющихся схем BPM.
Открытый метод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.)
Открытый метод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.)
Открытый методSet
Получает ответ на сохранение BPM-схемы.
Открытый метод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.)
В начало страницы
Поля
  ИмяОписание
Закрытое полеСтатический член_cache
Возвращает временный кеш отредактированных BPM-схем.
Закрытое поле_tempData (Унаследован от Controller.)
Закрытое поле_viewBag (Унаследован от Controller.)
Закрытое поле_viewData (Унаследован от Controller.)
В начало страницы
См. также