Click or drag to resize
CrudControllerTEntity Methods

The CrudControllerTEntity generic type exposes the following members.

Methods
  Name Description
Protected method BadRequest (Inherited from ApiController.)
Protected method BadRequest(String) (Inherited from ApiController.)
Protected method BadRequest(ModelStateDictionary) (Inherited from ApiController.)
Protected method Conflict (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, String) (Inherited from ApiController.)
Protected method Content``1(HttpStatusCode, UMP, MediaTypeFormatter, MediaTypeHeaderValue) (Inherited from ApiController.)
Protected method Created``1(String, UMP) (Inherited from ApiController.)
Protected method Created``1(Uri, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, Object, UMP) (Inherited from ApiController.)
Protected method CreatedAtRoute``1(String, IDictionaryString, Object, UMP) (Inherited from ApiController.)
Public method Delete
Delete the entity
Public method DeleteAny
Executes a search in the server and delete all the results
Public method Dispose (Inherited from ApiController.)
Protected method Dispose(Boolean) (Overrides ApiController.Dispose(Boolean).)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method ExecuteAsync (Inherited from ApiController.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method Initialize (Inherited from ApiController.)
Protected method InternalServerError (Inherited from ApiController.)
Protected method InternalServerError(Exception) (Inherited from ApiController.)
Protected method Json``1(UMP) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings) (Inherited from ApiController.)
Protected method Json``1(UMP, JsonSerializerSettings, Encoding) (Inherited from ApiController.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method NotFound (Inherited from ApiController.)
Protected method Ok (Inherited from ApiController.)
Protected method Ok``1(UMP) (Inherited from ApiController.)
Protected method PreFilter
Applys a filter to all searchs in the crud controller
Public method Read
Get a entity from the data manager
Protected method Redirect(String) (Inherited from ApiController.)
Protected method Redirect(Uri) (Inherited from ApiController.)
Protected method RedirectToRoute(String, Object) (Inherited from ApiController.)
Protected method RedirectToRoute(String, IDictionaryString, Object) (Inherited from ApiController.)
Protected method ResponseMessage (Inherited from ApiController.)
Public method SaveOrUpdate
Insert a entity to the server
Public method Search
Executes a search in the server
Public method SearchByText
Executes a search in the server
Protected method SetMode
Protected method StatusCode (Inherited from ApiController.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Unauthorized(AuthenticationHeaderValue) (Inherited from ApiController.)
Protected method Unauthorized(IEnumerableAuthenticationHeaderValue) (Inherited from ApiController.)
Public method Validate``1(UMP) (Inherited from ApiController.)
Public method Validate``1(UMP, String) (Inherited from ApiController.)
Top
Extension Methods
See Also