Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Element | Gets or sets the element to which the annotation is attached. |
![]() |
Name | Gets the local name of the annotation. |
![]() |
NamespaceUri | Gets or sets 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.