EdmAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdmAction(String, String, IEdmTypeReference) |
Initializes a new instance of the EdmAction class. |
EdmAction(String, String, IEdmTypeReference, Boolean, IEdmPathExpression) |
Initializes a new instance of the EdmAction class. |
EdmAction(String, String, IEdmTypeReference)
Initializes a new instance of the EdmAction class.
public EdmAction (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType);
new Microsoft.OData.Edm.EdmAction : string * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmAction
Public 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
EdmAction(String, String, IEdmTypeReference, Boolean, IEdmPathExpression)
Initializes a new instance of the EdmAction class.
public EdmAction (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference returnType, bool isBound, Microsoft.OData.Edm.IEdmPathExpression entitySetPathExpression);
new Microsoft.OData.Edm.EdmAction : string * string * Microsoft.OData.Edm.IEdmTypeReference * bool * Microsoft.OData.Edm.IEdmPathExpression -> Microsoft.OData.Edm.EdmAction
Public 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.