Compartir a través de


ODataMethodAttribute Clase

Definición

Anota los métodos OData.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class ODataMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type ODataMethodAttribute = class
    inherit Attribute
Public NotInheritable Class ODataMethodAttribute
Inherits Attribute
Herencia
ODataMethodAttribute
Atributos

Constructores

ODataMethodAttribute(String)

Inicializa una nueva instancia de ODataMethodAttribute con el nombre .

Propiedades

MethodName

Obtiene o establece el nombre serializado.

Se aplica a