EdmTypedDirectValueAnnotationBinding<T> Constructor
Initializes a new instance of the Element class.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
element As IEdmElement, _
value As T _
)
'Usage
Dim element As IEdmElement
Dim value As T
Dim instance As New EdmTypedDirectValueAnnotationBinding(element, _
value)
public EdmTypedDirectValueAnnotationBinding(
IEdmElement element,
T value
)
public:
EdmTypedDirectValueAnnotationBinding(
IEdmElement^ element,
T value
)
new :
element:IEdmElement *
value:'T -> EdmTypedDirectValueAnnotationBinding
public function EdmTypedDirectValueAnnotationBinding(
element : IEdmElement,
value : T
)
Parameters
- element
Type: Microsoft.Data.Edm.IEdmElement
Element to which the annotation is attached.
- value
Type: T
Value of the annotation.