ServiceHelpController - класс

Provides methods that respond to HTTP requests that are made to an ASP.NET MVC Web site.
Иерархия наследования
Object
  ControllerBase
    Controller
      EleWise.ELMA.Web.ServiceServiceHelpController

Пространство имён:  EleWise.ELMA.Web.Service
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public class ServiceHelpController : Controller

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

Конструкторы
  ИмяОписание
Открытый методServiceHelpController
Initializes a new instance of the Controller class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоActionInvoker
Gets the action invoker for the controller.
(Унаследован от Controller.)
Открытое свойствоAsyncManager
Provides asynchronous operations.
(Унаследован от Controller.)
Защищённое свойствоBinders
Gets or sets the binder.
(Унаследован от Controller.)
Открытое свойствоControllerContext
Gets or sets the controller context.
(Унаследован от ControllerBase.)
Защищённое свойствоDisableAsyncSupport
Gets whether to disable the asynchronous support for the controller.
(Унаследован от Controller.)
Открытое свойствоHttpContext
Gets HTTP-specific information about an individual HTTP request.
(Унаследован от Controller.)
Открытое свойствоModelState
Gets the model state dictionary object that contains the state of the model and of model-binding validation.
(Унаследован от Controller.)
Открытое свойство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.)
Открытое свойство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.)
Открытое свойство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.)
В начало страницы
Методы
  ИмяОписание
Защищённый методBeginExecute
Begins execution of the specified request context
(Унаследован от Controller.)
Защищённый методBeginExecuteCore
Begins to invoke the action in the current controller context.
(Унаследован от Controller.)
Открытый методClrType
Очистка типа
Защищённый метод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
Creates a temporary data provider.
(Унаследован от Controller.)
Открытый метод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.)
Открытый методEnum
Перечисления значений
Открытый методEnums
Enums
Защищённый методExecute
Executes the specified request context.
(Унаследован от ControllerBase.)
Защищённый методExecuteCore
Invokes the action in the current controller context.
(Унаследован от Controller.)
Защищённый методFile(Byte, String)
Creates a FileContentResult object by using the file contents and file type.
(Унаследован от Controller.)
Защищённый методFile(Stream, String)
Creates a FileStreamResult object by using the Stream object and content type.
(Унаследован от Controller.)
Защищённый методFile(String, String)
Creates a FilePathResult object by using the file name and the content type.
(Унаследован от Controller.)
Защищённый методFile(Byte, String, String)
Creates a FileContentResult object by using the file contents, content type, and the destination file name.
(Унаследован от Controller.)
Защищённый методFile(Stream, String, String)
Creates a FileStreamResult object using the Stream object, the content type, and the target file name.
(Унаследован от Controller.)
Защищённый методFile(String, String, String)
Creates a FilePathResult object by using the file name, the content type, and the file download name.
(Унаследован от Controller.)
Защищённый методHandleUnknownAction
Called when a request matches this controller, but no method with the specified action name is found in the controller.
(Унаследован от Controller.)
Защищённый методHttpNotFound
Returns an instance of the HttpNotFoundResult class.
(Унаследован от Controller.)
Защищённый методHttpNotFound(String)
Returns an instance of the HttpNotFoundResult class.
(Унаследован от Controller.)
Открытый методIndex
Index
Защищённый методInitialize
Initializes data that might not be available when the constructor is called.
(Унаследован от Controller.)
Защищённый метод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)
Creates a JsonResult object that serializes the specified object to JavaScript Object Notation (JSON) format using the content type, content encoding, and the JSON request behavior.
(Унаследован от Controller.)
Защищённый методOnActionExecuted
Called after the action method is invoked.
(Унаследован от Controller.)
Защищённый методOnActionExecuting
Called before the action method is invoked.
(Унаследован от Controller.)
Защищённый метод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.
(Унаследован от Controller.)
Защищённый методOnResultExecuted
Called after the action result that is returned by an action method is executed.
(Унаследован от Controller.)
Защищённый методOnResultExecuting
Called before the action result that is returned by an action method is executed.
(Унаследован от Controller.)
Защищённый метод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.)
Открытый методСтатический членProcessSubTypeUid
Получение GUID подтипа процесса
Защищённый методRedirect
Creates a RedirectResult object that redirects to the specified URL.
(Унаследован от Controller.)
Защищённый метод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, 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.)
Открытый методService
Отображение сервиса
Открытый методServices
Services
Защищённый метод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.)
Открытый методType
Type
Открытый методTypeDescriptor
Описание типа данных по Uid
Открытый методTypeDescriptors
Описания типов данных
Открытый методTypes
Types
Защищённый метод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.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширения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.)
В начало страницы
См. также