Share via


EdmDirectValueAnnotationBinding Constructors

Definition

Overloads

EdmDirectValueAnnotationBinding(IEdmElement, String, String)

Initializes a new instance of the EdmDirectValueAnnotationBinding class.

EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object)

Initializes a new instance of the EdmDirectValueAnnotationBinding class.

EdmDirectValueAnnotationBinding(IEdmElement, String, String)

Initializes a new instance of the EdmDirectValueAnnotationBinding class.

public EdmDirectValueAnnotationBinding (Microsoft.OData.Edm.IEdmElement element, string namespaceUri, string name);
new Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding : Microsoft.OData.Edm.IEdmElement * string * string -> Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding
Public Sub New (element As IEdmElement, namespaceUri As String, name As String)

Parameters

element
IEdmElement

Element to which the annotation is attached.

namespaceUri
String

Namespace URI of the annotation.

name
String

Name of the annotation within the namespace.

Applies to

EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object)

Initializes a new instance of the EdmDirectValueAnnotationBinding class.

public EdmDirectValueAnnotationBinding (Microsoft.OData.Edm.IEdmElement element, string namespaceUri, string name, object value);
new Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding : Microsoft.OData.Edm.IEdmElement * string * string * obj -> Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding
Public Sub New (element As IEdmElement, namespaceUri As String, name As String, value As Object)

Parameters

element
IEdmElement

Element to which the annotation is attached.

namespaceUri
String

Namespace URI of the annotation.

name
String

Name of the annotation within the namespace.

value
Object

Value of the annotation

Applies to