EdmDirectValueAnnotation(String, String, Object) Constructor

Definition

Initializes a new instance of the EdmDirectValueAnnotation class.

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

Parameters

namespaceUri
String

Namespace URI of the annotation.

name
String

Name of the annotation within the namespace.

value
Object

Value of the annotation

Applies to