JSController - класс |
Пространство имён: EleWise.ELMA.Web.Mvc.Controllers
public class JSController : BaseController
Тип JSController предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| JSController | Инициализирует новый экземпляр класса JSController |
| Имя | Описание | |
|---|---|---|
| ActionInvoker | Gets the action invoker for the controller. (Унаследован от Controller.) | |
| ActiveMenuItem |
Активный пункт меню в главной меннюшке
(Унаследован от BaseController.) | |
| AsyncManager | Provides asynchronous operations. (Унаследован от Controller.) | |
| AuthenticationService |
Проверка аутентификации
(Унаследован от BaseController.) | |
| Binders | Gets or sets the binder. (Унаследован от Controller.) | |
| CacheFilesService |
Хранилище временных файлов.
(Унаследован от BaseController.) | |
| ControllerContext | Gets or sets the controller context. (Унаследован от ControllerBase.) | |
| DisableAsyncSupport | Gets whether to disable the asynchronous support for the controller. (Унаследован от Controller.) | |
| DynamicViewHelper |
Dynamic view helper
(Унаследован от BaseController.) | |
| FormViewModelService |
Сервис заполнения формы просмотра сущности
(Унаследован от BaseController.) | |
| HttpContext | Gets HTTP-specific information about an individual HTTP request. (Унаследован от Controller.) | |
| Logger |
Логгер для текущего контроллера
(Унаследован от BaseController.) | |
| ModelState | Gets the model state dictionary object that contains the state of the model and of model-binding validation. (Унаследован от Controller.) | |
| Notifier |
Вывод сообщений для пользователей
(Унаследован от BaseController.) | |
| PoolBasedSettingsService |
Используется для освобождения объектов
(Унаследован от BaseController.) | |
| Profile | Gets the HTTP context profile. (Унаследован от Controller.) | |
| Request | Gets the HttpRequestBase object for the current HTTP request. (Унаследован от Controller.) | |
| Resolver | Represents a replaceable dependency resolver providing services. By default, it uses the CurrentCache. (Унаследован от Controller.) | |
| Response | Gets the HttpResponseBase object for the current HTTP response. (Унаследован от Controller.) | |
| RouteData | Gets the route data for the current request. (Унаследован от Controller.) | |
| SecurityService |
Проверка привилегий
(Унаследован от BaseController.) | |
| Server | Gets the HttpServerUtilityBase object that provides methods that are used during Web request processing. (Унаследован от Controller.) | |
| Session | Gets the HttpSessionStateBase object for the current HTTP request. (Унаследован от Controller.) | |
| TempData | Gets or sets the dictionary for temporary data. (Унаследован от ControllerBase.) | |
| TempDataProvider | Gets the temporary-data provider object that is used to store data for the next request. (Унаследован от Controller.) | |
| UnitOfWorkManager |
Менеджер единиц работы, позволяет делать откат текущей транзакции
(Унаследован от BaseController.) | |
| Url | Gets the URL helper object that is used to generate URLs by using routing. (Унаследован от Controller.) | |
| User | Gets the user security information for the current HTTP request. (Унаследован от Controller.) | |
| ValidateRequest | Gets or sets a value that indicates whether request validation is enabled for this request. (Унаследован от ControllerBase.) | |
| ValueProvider | Gets or sets the value provider for the controller. (Унаследован от ControllerBase.) | |
| ViewBag | Gets the dynamic view data dictionary. (Унаследован от ControllerBase.) | |
| ViewData | Gets or sets the dictionary for view data. (Унаследован от ControllerBase.) | |
| ViewEngineCollection | Gets the view engine collection. (Унаследован от Controller.) | |
| ViewTitle |
Заголовок представления
(Унаследован от BaseController.) |
| Имя | Описание | |
|---|---|---|
| AsyncViewItemView(ViewItem, ViewType, Object, Object, String, ItemType, NullableGuid, String, NullableGuid, String, String) |
Вернуть результат для AsyncViewItem элемента
(Унаследован от BaseController.) | |
| AsyncViewItemView(FormViewItem, ViewType, Guid, Object, Object, String, ItemType, NullableGuid, String, NullableGuid, String, String) |
Вернуть результат для AsyncViewItem элемента
(Унаследован от BaseController.) | |
| AsyncViewItemViewT(ViewItem, ViewType, T, ExpressionFuncT, Object, ItemType, NullableGuid, String, NullableGuid, String, String) |
Вернуть результат для AsyncViewItem элемента
(Унаследован от BaseController.) | |
| AsyncViewItemViewT(FormViewItem, ViewType, Guid, T, ExpressionFuncT, Object, ItemType, NullableGuid, String, NullableGuid, String, String) |
Вернуть результат для AsyncViewItem элемента
(Унаследован от BaseController.) | |
| BeginExecute | Begins execution of the specified request context (Унаследован от Controller.) | |
| BeginExecuteCore | Begins to invoke the action in the current controller context. (Унаследован от Controller.) | |
| CheckPermission(Permission) |
Проверить глобальную привилегию
(Унаследован от BaseController.) | |
| CheckPermission(Permission, Object) |
Проверить привилегию на объект
(Унаследован от BaseController.) | |
| Content(String) | Creates a content result object by using a string. (Унаследован от Controller.) | |
| Content(String, String) | Creates a content result object by using a string and the content type. (Унаследован от Controller.) | |
| Content(String, String, Encoding) | Creates a content result object by using a string, the content type, and content encoding. (Унаследован от Controller.) | |
| CreateActionInvoker | Creates an action invoker. (Унаследован от Controller.) | |
| CreateTempDataProvider |
Создать провайдер временного хранения
(Унаследован от BaseController.) | |
| CreatorJson |
Get form Creator JSON result
(Унаследован от BaseController.) | |
| CreatorJsonWithInformation |
Get form Creator JSON result with optional information
(Унаследован от BaseController.) | |
| Dispose | Releases all resources that are used by the current instance of the Controller class. (Унаследован от Controller.) | |
| Dispose(Boolean) | Releases unmanaged resources and optionally releases managed resources. (Унаследован от Controller.) | |
| EndExecute | Ends the invocation of the action in the current controller context. (Унаследован от Controller.) | |
| EndExecuteCore | Ends the execute core. (Унаследован от Controller.) | |
| ErrorJson |
Ошибка при выполнении Json метода
(Унаследован от BaseController.) | |
| Execute | Executes the specified request context. (Унаследован от ControllerBase.) | |
| ExecuteCore | Invokes the action in the current controller context. (Унаследован от Controller.) | |
| ExportExcel(DataTable, FuncActionResult) |
Обработать экспорт в Excel.
(Унаследован от BaseController.) | |
| ExportExcel(IGridData, Type, FuncActionResult) |
Обработать экспорт в Excel.
(Унаследован от BaseController.) | |
| ExportExcel(IGridData, Type, FuncActionResult, GridExportExcelOptions) |
Обработать экспорт в Excel.
(Унаследован от BaseController.) | |
| File(BinaryFile) |
Creates a BinaryFileResult object by using the elma binary file.
(Унаследован от BaseController.) | |
| File(Byte, String) |
Creates a FileContentResult object by using the file contents and file type.
(Унаследован от BaseController.) | |
| File(Stream, String) |
Creates a FileStreamResult object by using the Stream object and content type.
(Унаследован от BaseController.) | |
| File(String, String) |
Creates a FilePathResult object by using the file name and the content type.
(Унаследован от BaseController.) | |
| File(BinaryFile, BinaryFileCachingOptions) |
Creates a BinaryFileResult object by using the elma binary file.
(Унаследован от BaseController.) | |
| File(Byte, String, String) |
Creates a FileContentResult object by using the file contents, content type, and the destination file name.
(Унаследован от BaseController.) | |
| File(Stream, String, String) |
Creates a FileStreamResult object using the Stream object, the content type, and the target file name.
(Унаследован от BaseController.) | |
| File(String, String, String) |
Creates a FilePathResult object by using the file name, the content type, and the file download name.
(Унаследован от BaseController.) | |
| Get |
GET: SDK.Action/JS/Get/{hash}
| |
| GetHtmlHelper |
Получить HtmlHelper
(Унаследован от BaseController.) | |
| Globalization |
GET: SDK.Action/JS/Globalization/{cultureName}
| |
| GridExportExcelReset |
Reset grid export progress
(Унаследован от BaseController.) | |
| HandleCustomViewJsonCallback |
Получить вью формы с дополнительной информацией
(Унаследован от BaseController.) | |
| HandleUnknownAction | Called when a request matches this controller, but no method with the specified action name is found in the controller. (Унаследован от Controller.) | |
| HelpUrl |
Ссылка для просмотра справки о текущей странице
(Унаследован от BaseController.) | |
| HiddenChangeColumn |
Колонка скрыта
(Унаследован от BaseController.) | |
| HttpNotFound | Returns an instance of the HttpNotFoundResult class. (Унаследован от Controller.) | |
| HttpNotFound(String) | Returns an instance of the HttpNotFoundResult class. (Унаследован от Controller.) | |
| Initialize | Initializes data that might not be available when the constructor is called. (Унаследован от Controller.) | |
| InterfaceBuilderScripts |
GET: SDK.Action/JS/InterfaceBuilderScripts/{hash}
| |
| IsCreatorRequest |
Detect if this is Form Creator request
(Унаследован от BaseController.) | |
| IsCustomViewRequest |
Определить, что запрос на специальную вью
(Унаследован от BaseController.) | |
| IsExportExcel |
Is current request is excel export
(Унаследован от BaseController.) | |
| JavaScript | Creates a JavaScriptResult object. (Унаследован от Controller.) | |
| Json(Object) | Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON). (Унаследован от Controller.) | |
| Json(Object, String) | Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format. (Унаследован от Controller.) | |
| Json(Object, JsonRequestBehavior) | Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified JSON request behavior. (Унаследован от Controller.) | |
| Json(Object, String, Encoding) | Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format. (Унаследован от Controller.) | |
| Json(Object, String, JsonRequestBehavior) | Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified content type and JSON request behavior. (Унаследован от Controller.) | |
| Json(Object, String, Encoding, JsonRequestBehavior) |
Return JSON result for object
(Унаследован от BaseController.) | |
| LazyJson(ActionJsonResult) |
Результат Json с ленивой инициализацией
(Унаследован от BaseController.) | |
| LazyJson(ActionJsonResult, String, Encoding, JsonRequestBehavior) |
Результат Json с ленивой инициализацией
(Унаследован от BaseController.) | |
| LazyRedirect |
Перенаправление веб-запроса с ленивым вычислением адреса
(Унаследован от BaseController.) | |
| LazyRedirectPermanent |
Перенаправление веб-запроса с ленивым вычислением адреса
(Унаследован от BaseController.) | |
| MoveColumn |
Перемещена колонка
(Унаследован от BaseController.) | |
| OnActionExecuted | Called after the action method is invoked. (Унаследован от BaseController.) | |
| OnActionExecuting | Called before the action method is invoked. (Унаследован от BaseController.) | |
| OnAuthentication | Called when authorization occurs. (Унаследован от Controller.) | |
| OnAuthenticationChallenge | Called when authorization challenge occurs. (Унаследован от Controller.) | |
| OnAuthorization | Called when authorization occurs. (Унаследован от Controller.) | |
| OnException | Called when an unhandled exception occurs in the action. (Унаследован от BaseController.) | |
| OnResultExecuted | Called after the action result that is returned by an action method is executed. (Унаследован от BaseController.) | |
| OnResultExecuting | Called before the action result that is returned by an action method is executed. (Унаследован от BaseController.) | |
| PageAppScripts |
GET: SDK.Action/JS/PageAppScripts/{hash}
| |
| PartialView | Creates a PartialViewResult object that renders a partial view. (Унаследован от Controller.) | |
| PartialView(Object) | Creates a PartialViewResult object that renders a partial view, by using the specified model. (Унаследован от Controller.) | |
| PartialView(String) | Creates a PartialViewResult object that renders a partial view, by using the specified view name. (Унаследован от Controller.) | |
| PartialView(String, Object) | Creates a PartialViewResult object that renders a partial view, by using the specified view name and model. (Унаследован от Controller.) | |
| Redirect |
Redirect to local url
(Унаследован от BaseController.) | |
| RedirectBack |
Redirect to current ReturnUrl, and optionally notify user
(Унаследован от BaseController.) | |
| RedirectError | (Унаследован от BaseController.) | |
| RedirectPermanent | Returns an instance of the RedirectResult class with the Permanent property set to true. (Унаследован от Controller.) | |
| RedirectToAction(String) | Redirects to the specified action using the action name. (Унаследован от Controller.) | |
| RedirectToAction(String, Object) | Redirects to the specified action using the action name and route values. (Унаследован от Controller.) | |
| RedirectToAction(String, RouteValueDictionary) | Redirects to the specified action using the action name and route dictionary. (Унаследован от Controller.) | |
| RedirectToAction(String, String) | Redirects to the specified action using the action name and controller name. (Унаследован от Controller.) | |
| RedirectToAction(String, String, String) |
Redirects to the specified action using the action name, controller name, and area name
(Унаследован от BaseController.) | |
| RedirectToAction(String, String, Object) | Redirects to the specified action using the action name, controller name, and route dictionary. (Унаследован от Controller.) | |
| RedirectToAction(String, String, RouteValueDictionary) | Redirects to the specified action using the action name, controller name, and route values. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String, Object) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String, RouteValueDictionary) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and route values. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String, String) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String, String, Object) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values. (Унаследован от Controller.) | |
| RedirectToActionPermanent(String, String, RouteValueDictionary) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, controller name, and route values. (Унаследован от Controller.) | |
| RedirectToRoute(Object) | Redirects to the specified route using the specified route values. (Унаследован от Controller.) | |
| RedirectToRoute(RouteValueDictionary) | Redirects to the specified route using the route dictionary. (Унаследован от Controller.) | |
| RedirectToRoute(String) | Redirects to the specified route using the route name. (Унаследован от Controller.) | |
| RedirectToRoute(String, Object) | Redirects to the specified route using the route name and route values. (Унаследован от Controller.) | |
| RedirectToRoute(String, RouteValueDictionary) | Redirects to the specified route using the route name and route dictionary. (Унаследован от Controller.) | |
| RedirectToRoutePermanent(Object) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values. (Унаследован от Controller.) | |
| RedirectToRoutePermanent(RouteValueDictionary) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route values. (Унаследован от Controller.) | |
| RedirectToRoutePermanent(String) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name. (Унаследован от Controller.) | |
| RedirectToRoutePermanent(String, Object) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values. (Унаследован от Controller.) | |
| RedirectToRoutePermanent(String, RouteValueDictionary) | Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name and route values. (Унаследован от Controller.) | |
| RenderRazorViewToString |
Render razor view to string
(Унаследован от BaseController.) | |
| ReValidateModel |
Оннулировать сушествующие результаты валидации и выполнить валидирование
(Унаследован от BaseController.) | |
| SaveCurrentPage |
Сменилась текущая страница
(Унаследован от BaseController.) | |
| SavePageSize |
Сменился PageSize
(Унаследован от BaseController.) | |
| SaveSortState |
Измененна сортировка
(Унаследован от BaseController.) | |
| SaveTreeNodeState |
Action to save Tree state
(Унаследован от BaseController.) | |
| SetAsReadForFeed(IEntity, IUser) |
Отметить все сообщения ленты сообщений по указанной сущности, как прочитанные.
(Унаследован от BaseController.) | |
| SetAsReadForFeed(Guid, Int64, IUser) |
Отметить все сообщения по указанной сущности, как прочитанные.
(Унаследован от BaseController.) | |
| SuccessJson |
Отправка json при успешном завершении
(Унаследован от BaseController.) | |
| TryUpdateModel``1(UMP) | Updates the specified model instance using values from the controller's current value provider. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String) | Updates the specified model instance using values from the controller's current value provider and a prefix. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String) | Updates the specified model instance using values from the controller's current value provider and included properties. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, IValueProvider) | Updates the specified model instance using values from the value provider. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, String) | Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, IValueProvider) | Updates the specified model instance using values from the value provider and a list of properties to include. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, IValueProvider) | Updates the specified model instance using values from the value provider and a list of properties to include. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, String, String) | Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, and included properties. (Унаследован от Controller.) | |
| TryUpdateModel``1(UMP, String, String, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude , and a list of properties to include. (Унаследован от Controller.) | |
| TryValidateModel(Object) | Validates the specified model instance. (Унаследован от Controller.) | |
| TryValidateModel(Object, String) | Validates the specified model instance using an HTML prefix. (Унаследован от Controller.) | |
| UpdateModel``1(UMP) | Updates the specified model instance using values from the controller's current value provider. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String) | Updates the specified model instance using values from the controller's current value provider and a prefix. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String) | Updates the specified model instance using values from the controller object's current value provider. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, IValueProvider) | Updates the specified model instance using values from the value provider. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, String) | Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, String, String) | Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include. (Унаследован от Controller.) | |
| UpdateModel``1(UMP, String, String, String, IValueProvider) | Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude, and a list of properties to include. (Унаследован от Controller.) | |
| ValidateModel(Object) | Validates the specified model instance. (Унаследован от Controller.) | |
| ValidateModel(Object, String) | Validates the specified model instance using an HTML prefix. (Унаследован от Controller.) | |
| View | Creates a ViewResult object that renders a view to the response. (Унаследован от Controller.) | |
| View(Object) | Creates a ViewResult object by using the model that renders a view to the response. (Унаследован от Controller.) | |
| View(String) | Creates a ViewResult object by using the view name that renders a view. (Унаследован от Controller.) | |
| View(IView) | Creates a ViewResult object that renders the specified IView object. (Унаследован от Controller.) | |
| View(String, String) | Creates a ViewResult object using the view name and master-page name that renders a view to the response. (Унаследован от Controller.) | |
| View(String, Object) | Creates a ViewResult object that renders the specified IView object. (Унаследован от Controller.) | |
| View(IView, Object) | Creates a ViewResult object that renders the specified IView object. (Унаследован от Controller.) | |
| View(String, String, Object) | Creates a ViewResult object using the view name, master-page name, and model that renders a view. (Унаследован от Controller.) | |
| WriteErrorMessages |
Вывести список сообщений
(Унаследован от BaseController.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| GridRouteValues | (Определяется GridControllerExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| RedirectLocal(String) | Перегружен. (Определяется ControllerExtensions.) | |
| RedirectLocal(String) | Перегружен. (Определяется ControllerExtensions.) | |
| RedirectLocal(String, FuncActionResult) | Перегружен. (Определяется ControllerExtensions.) | |
| RedirectLocal(String, String) | Перегружен. (Определяется ControllerExtensions.) | |
| RedirectLocal(String, FuncActionResult) | Перегружен. (Определяется ControllerExtensions.) | |
| RedirectLocal(String, String) | Перегружен. (Определяется ControllerExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| SetCurrentMenuItem(String) | Перегружен.
Установить текущий элемент левого меню (установленный позже имеет больший приоритет)
(Определяется MenuItemExtensions.) | |
| SetCurrentMenuItem(String, ContentItemMatchLevel) | Перегружен.
Установить текущий элемент левого меню (установленный позже имеет больший приоритет)
(Определяется MenuItemExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) | |
| ValueOfT | (Определяется GridControllerExtensions.) |