ServiceHelpController - класс |
Пространство имён: EleWise.ELMA.Web.Service
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.) |