![]() | FormController - класс |
Пространство имён: FinistSoft.BackEndNetCoreHost.Controllers.Api
[RouteAttribute("api/[controller]")] public class FormController : ApiController
Тип FormController предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | FormController |
Конструктор.
|
Имя | Описание | |
---|---|---|
![]() | 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.) |
Имя | Описание | |
---|---|---|
![]() | Assign |
Обработка assign. url:"api/form/assign"
|
![]() | Dispose() | (Унаследован от Controller.) |
![]() | Dispose(Boolean) |
Releases all resources currently used by this Controller instance.
(Унаследован от Controller.) |
![]() | GetBasisTypes |
Получение списка описаний зарегистрированных типов бизнес-объектов.
|
![]() | GetFormTypes |
Временная функция получения типов форм.
|
![]() | GetObjectFieldValue |
Получение значения поля объекта по имени поля.
|
![]() | GetObjects |
Временная функция получения объектов.
|
![]() | GetObjectTypes |
Временная функция получения типов объектов.
|
![]() | Index |
Получение списка форм. url:"api/form"
|
![]() | 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 |
Получение списка объектов. url:"api/form/objects"
|
![]() | ObjectTypes |
Получение списка описаний типов объектов. url:"api/form/objectTypes"
|
![]() | 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.) |
![]() | SetObjectFieldValue |
Установка нового значения в поле объекта по имени поля.
|
![]() | 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.) |
Имя | Описание | |
---|---|---|
![]() | _tempData | (Унаследован от Controller.) |
![]() | _viewBag | (Унаследован от Controller.) |
![]() | _viewData | (Унаследован от Controller.) |