Click or drag to resize

ModelControllerT Properties

The ModelControllerT type exposes the following members.

Properties
  Name Description
Public property ActionContext Gets the action context.
(Inherited from ApiController)
Protected property AllowSearch
(Inherited from ModelControllerT, U)
Protected property Claims
(Inherited from ModelControllerT, U)
Public property Configuration Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property Connection
(Inherited from ModelControllerT, U)
Public property ControllerContext Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property CustomView
(Inherited from ModelControllerT, U)
Protected property DefaultSort
(Inherited from ModelControllerT, U)
Protected property DeleteRoles
(Inherited from ModelControllerT, U)
Protected property GetRoles
(Inherited from ModelControllerT, U)
Public property ModelState Gets the model state after the model binding process.
(Inherited from ApiController)
Protected property ParentKey
(Inherited from ModelControllerT, U)
Protected property PatchRoles
(Inherited from ModelControllerT, U)
Protected property PostRoles
(Inherited from ModelControllerT, U)
Protected property PrimaryKeyField
(Inherited from ModelControllerT, U)
Public property Request Gets or sets the HttpRequestMessage of the current ApiController.
(Inherited from ApiController)
Public property RequestContext Gets the request context.
(Inherited from ApiController)
Protected property RootQueryRestriction
(Inherited from ModelControllerT, U)
Protected property SearchSettings
(Inherited from ModelControllerT, U)
Protected property SQLSearchModifier
(Inherited from ModelControllerT, U)
Public property Url Gets an instance of a UrlHelper, which is used to generate URLs to other APIs.
(Inherited from ApiController)
Public property User Returns the current principal associated with this request.
(Inherited from ApiController)
Protected property ViewOnly
(Inherited from ModelControllerT, U)
Top
See Also