Click or drag to resize

ModelController<T> Properties

The ModelController<T> type exposes the following members.

Properties
  Name Description
Public property ActionContext Gets the action context.
(Inherited from ApiController)
Protected property AllowSearch
(Inherited from ModelController<T, U>)
Protected property Claims
(Inherited from ModelController<T, U>)
Public property Configuration Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property Connection
(Inherited from ModelController<T, U>)
Public property ControllerContext Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property CustomView
(Inherited from ModelController<T, U>)
Protected property DefaultSort
(Inherited from ModelController<T, U>)
Protected property DeleteRoles
(Inherited from ModelController<T, U>)
Protected property GetRoles
(Inherited from ModelController<T, U>)
Public property ModelState Gets the model state after the model binding process.
(Inherited from ApiController)
Protected property ParentKey
(Inherited from ModelController<T, U>)
Protected property PatchRoles
(Inherited from ModelController<T, U>)
Protected property PostRoles
(Inherited from ModelController<T, U>)
Protected property PrimaryKeyField
(Inherited from ModelController<T, 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 ModelController<T, U>)
Protected property SearchSettings
(Inherited from ModelController<T, U>)
Protected property SQLSearchModifier
(Inherited from ModelController<T, U>)
Protected property Take
(Inherited from ModelController<T, 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 ModelController<T, U>)
Top
See Also