UpdateActionDescriptor Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Custom action descriptor used by DataController to customize the request pipeline.
Inheritance Hierarchy
System.Object
System.Web.Http.Controllers.HttpActionDescriptor
System.Web.Http.Controllers.ReflectedHttpActionDescriptor
System.Web.Http.Data.UpdateActionDescriptor
Namespace: System.Web.Http.Data
Assembly: System.Web.Http.Data (in System.Web.Http.Data.dll)
Syntax
'Declaration
Public Class UpdateActionDescriptor _
Inherits ReflectedHttpActionDescriptor
public class UpdateActionDescriptor : ReflectedHttpActionDescriptor
public ref class UpdateActionDescriptor : public ReflectedHttpActionDescriptor
type UpdateActionDescriptor =
class
inherit ReflectedHttpActionDescriptor
end
public class UpdateActionDescriptor extends ReflectedHttpActionDescriptor
The UpdateActionDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
UpdateActionDescriptor | Initializes a new instance of the UpdateActionDescriptor class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ActionName | (Inherited from ReflectedHttpActionDescriptor.) |
![]() |
ChangeOperation | Gets the ChangeOperation type for the update action. |
![]() |
Configuration | (Inherited from HttpActionDescriptor.) |
![]() |
ControllerDescriptor | (Inherited from HttpActionDescriptor.) |
![]() |
EntityType | Gets the entity type for the update action. |
![]() |
MethodInfo | (Inherited from ReflectedHttpActionDescriptor.) |
![]() |
Properties | (Inherited from HttpActionDescriptor.) |
![]() |
ReturnType | (Inherited from ReflectedHttpActionDescriptor.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Authorize | Runs the authorization filters for the action synchronously. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Execute | Executes the described action. (Overrides ReflectedHttpActionDescriptor.Execute(HttpControllerContext, IDictionary<String, Object>).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetCustomAttributes<T> | (Inherited from ReflectedHttpActionDescriptor.) |
![]() |
GetFilterPipeline | (Inherited from HttpActionDescriptor.) |
![]() |
GetFilters | (Inherited from ReflectedHttpActionDescriptor.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetParameters | (Inherited from ReflectedHttpActionDescriptor.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)