Click or drag to resize
NotifierController Methods

The NotifierController 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 Dispose (Inherited from ApiController.)
Protected method Dispose(Boolean) (Inherited from ApiController.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Error
Notify a error to the server
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.)
Public method Notice
Notice the server
Protected method Ok (Inherited from ApiController.)
Protected method Ok``1(UMP) (Inherited from ApiController.)
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.)
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.)
Public method Warning
Notify a Warning to the server
Top
Extension Methods
See Also