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 | |
---|---|---|
Element | Gets the element to which the annotation is attached. | |
Name | Gets the local name of this annotation. | |
NamespaceUri | Gets the namespace of the annotation. | |
Value | Gets the value of this annotation. |
Top