EdmDirectValueAnnotationBinding Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotationBinding

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

Syntax

'Declaration
Public Class EdmDirectValueAnnotationBinding _
    Implements IEdmDirectValueAnnotationBinding
'Usage
Dim instance As EdmDirectValueAnnotationBinding
public class EdmDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
public ref class EdmDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
type EdmDirectValueAnnotationBinding =  
    class 
        interface IEdmDirectValueAnnotationBinding 
    end
public class EdmDirectValueAnnotationBinding implements IEdmDirectValueAnnotationBinding

The EdmDirectValueAnnotationBinding type exposes the following members.

Constructors

  Name Description
Public method EdmDirectValueAnnotationBinding(IEdmElement, String, String) Initializes a new instance of the EdmDirectValueAnnotationBinding class.
Public method EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object) Initializes a new instance of the EdmDirectValueAnnotationBinding class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Library.Annotations Namespace