JSController - класс

Контроллер для получения JS файлов
Иерархия наследования
Object
  ControllerBase
    Controller
      EleWise.ELMA.Web.Mvc.ControllersBaseController
        EleWise.ELMA.Web.Mvc.ControllersJSController

Пространство имён:  EleWise.ELMA.Web.Mvc.Controllers
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
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.)
В начало страницы
См. также