Share via


EdmDirectValueAnnotationBinding Class

Definition

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)

Initializes a new instance of the EdmDirectValueAnnotationBinding class.

EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object)

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.

Applies to