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 | |
---|---|---|
EdmTypedDirectValueAnnotationBinding<T> | Initializes a new instance of the Element class. |
Top
Properties
Name | Description | |
---|---|---|
Element | Gets or sets the element to which the annotation is attached. | |
Name | Gets the name of this element. (Inherited from EdmNamedElement.) | |
NamespaceUri | Gets the namespace Uri of the annotation. | |
Value | Gets or sets the value of this annotation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.