Share via


IEdmDirectValueAnnotationBinding Interface

Definition

Represents the combination of an EDM annotation with an immediate value and the element to which it is attached.

public interface IEdmDirectValueAnnotationBinding
type IEdmDirectValueAnnotationBinding = interface
Public Interface IEdmDirectValueAnnotationBinding
Derived

Properties

Element

Gets the element to which the annotation is attached

Name

Gets the local name of this annotation.

NamespaceUri

Gets the namespace URI of the annotation.

Value

Gets the value of this annotation.

Applies to