Share via


IEdmDirectValueAnnotationBinding Interface

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

Namespace:  Microsoft.Data.Edm.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Interface IEdmDirectValueAnnotationBinding
'Usage
Dim instance As IEdmDirectValueAnnotationBinding
public interface IEdmDirectValueAnnotationBinding
public interface class IEdmDirectValueAnnotationBinding
type IEdmDirectValueAnnotationBinding =  interface end
public interface IEdmDirectValueAnnotationBinding

The IEdmDirectValueAnnotationBinding type exposes the following members.

Properties

  Name Description
Public property Element Gets the element to which the annotation is attached.
Public property Name Gets the local name of this annotation.
Public property NamespaceUri Gets the namespace of the annotation.
Public property Value Gets the value of this annotation.

Top

See Also

Reference

Microsoft.Data.Edm.Annotations Namespace