EdmDirectValueAnnotation(String, String, Object) Constructor

Definition

Initializes a new instance of the EdmDirectValueAnnotation class.

public EdmDirectValueAnnotation (string namespaceUri, string name, object value);

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