Share via


EdmOperation Constructors

Definition

Overloads

EdmOperation(String, String, IEdmTypeReference)

Initializes a new instance of the EdmOperation class.

EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression)

Initializes a new instance of the EdmOperation class.

EdmOperation(String, String, IEdmTypeReference)

Initializes a new instance of the EdmOperation class.

protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference)

Parameters

namespaceName
String

Name of the namespace.

name
String

The name.

returnType
IEdmTypeReference

Type of the return.

Applies to

EdmOperation(String, String, IEdmTypeReference, Boolean, IEdmPathExpression)

Initializes a new instance of the EdmOperation class.

protected EdmOperation (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType, bool isBound, Microsoft.OData.Edm.IEdmPathExpression entitySetPathExpression);
new Microsoft.OData.Edm.EdmOperation : string * string * Microsoft.OData.Edm.IEdmTypeReference * bool * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.Edm.EdmOperation
Protected Sub New (namespaceName As String, name As String, returnType As IEdmTypeReference, isBound As Boolean, entitySetPathExpression As IEdmPathExpression)

Parameters

namespaceName
String

Name of the namespace.

name
String

The name.

returnType
IEdmTypeReference

Type of the return.

isBound
Boolean

if set to true [is bound].

entitySetPathExpression
IEdmPathExpression

The entity set path expression.

Applies to