EdmDirectValueAnnotationBinding Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
EdmDirectValueAnnotationBinding(IEdmElement, String, String)
Initializes a new instance of the EdmDirectValueAnnotationBinding class.
public EdmDirectValueAnnotationBinding (Microsoft.OData.Edm.IEdmElement element, string namespaceUri, string name);
new Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding : Microsoft.OData.Edm.IEdmElement * string * string -> Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding
Public Sub New (element As IEdmElement, namespaceUri As String, name As String)
Parameters
- element
- IEdmElement
Element to which the annotation is attached.
- namespaceUri
- String
Namespace URI of the annotation.
- name
- String
Name of the annotation within the namespace.
Applies to
EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object)
Initializes a new instance of the EdmDirectValueAnnotationBinding class.
public EdmDirectValueAnnotationBinding (Microsoft.OData.Edm.IEdmElement element, string namespaceUri, string name, object value);
new Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding : Microsoft.OData.Edm.IEdmElement * string * string * obj -> Microsoft.OData.Edm.Vocabularies.EdmDirectValueAnnotationBinding
Public Sub New (element As IEdmElement, namespaceUri As String, name As String, value As Object)
Parameters
- element
- IEdmElement
Element to which the annotation is attached.
- namespaceUri
- String
Namespace URI of the annotation.
- name
- String
Name of the annotation within the namespace.
- value
- Object
Value of the annotation