EdmDirectValueAnnotationBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the combination of an EDM annotation with an immediate value and the element to which it is attached.
public class EdmDirectValueAnnotationBinding : Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding
type EdmDirectValueAnnotationBinding = class
interface IEdmDirectValueAnnotationBinding
Public Class EdmDirectValueAnnotationBinding
Implements IEdmDirectValueAnnotationBinding
- Inheritance
-
EdmDirectValueAnnotationBinding
- Implements
Constructors
EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object) |
Initializes a new instance of the EdmDirectValueAnnotationBinding class. |
EdmDirectValueAnnotationBinding(IEdmElement, String, String) |
Initializes a new instance of the EdmDirectValueAnnotationBinding class. |
Properties
Element |
Gets the element to which the annotation is attached. |
Name |
Gets the local name of the annotation. |
NamespaceUri |
Gets the namespace Uri of the annotation. |
Value |
Gets the value of this annotation. |