EdmTypedDirectValueAnnotationBinding<T> 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.EdmElement
    Microsoft.Data.Edm.Library.EdmNamedElement
      Microsoft.Data.Edm.Library.Annotations.EdmTypedDirectValueAnnotationBinding<T>

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

Syntax

'Declaration
Public Class EdmTypedDirectValueAnnotationBinding(Of T) _
    Inherits EdmNamedElement _
    Implements IEdmDirectValueAnnotationBinding
'Usage
Dim instance As EdmTypedDirectValueAnnotationBinding(Of T)
public class EdmTypedDirectValueAnnotationBinding<T> : EdmNamedElement, 
    IEdmDirectValueAnnotationBinding
generic<typename T>
public ref class EdmTypedDirectValueAnnotationBinding : public EdmNamedElement, 
    IEdmDirectValueAnnotationBinding
type EdmTypedDirectValueAnnotationBinding<'T> =  
    class 
        inherit EdmNamedElement 
        interface IEdmDirectValueAnnotationBinding 
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    Type of the annotation value.

The EdmTypedDirectValueAnnotationBinding<T> type exposes the following members.

Constructors

  Name Description
Public method EdmTypedDirectValueAnnotationBinding<T> Initializes a new instance of the Element class.

Top

Properties

  Name Description
Public property Element Gets or sets the element to which the annotation is attached.
Public property Name Gets the name of this element. (Inherited from EdmNamedElement.)
Public property NamespaceUri Gets 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