ODataNullValueAttribute Class
Represents an attributes of the OData null value.
Inheritance Hierarchy
System.Object
System.Attribute
System.Web.Http.Filters.FilterAttribute
System.Web.Http.Filters.ActionFilterAttribute
System.Web.Http.OData.ODataNullValueAttribute
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, AllowMultiple := False)> _
Public NotInheritable Class ODataNullValueAttribute _
Inherits ActionFilterAttribute
'Usage
Dim instance As ODataNullValueAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class ODataNullValueAttribute : ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, AllowMultiple = false)]
public ref class ODataNullValueAttribute sealed : public ActionFilterAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)>]
type ODataNullValueAttribute =
class
inherit ActionFilterAttribute
end
public final class ODataNullValueAttribute extends ActionFilterAttribute
The ODataNullValueAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ODataNullValueAttribute | Initializes a new instance of the ODataNullValueAttribute class. |
Top
Properties
Name | Description | |
---|---|---|
AllowMultiple | (Inherited from FilterAttribute.) | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
OnActionExecuted | Called after the action method is invoked. (Overrides ActionFilterAttribute.OnActionExecuted(HttpActionExecutedContext).) | |
OnActionExecutedAsync | (Inherited from ActionFilterAttribute.) | |
OnActionExecuting | (Inherited from ActionFilterAttribute.) | |
OnActionExecutingAsync | (Inherited from ActionFilterAttribute.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActionFilter.ExecuteActionFilterAsync | (Inherited from ActionFilterAttribute.) | |
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
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.