EdmTerm 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
EdmTerm(String, String, EdmPrimitiveTypeKind) |
Initializes a new instance of EdmTerm class.
The new term will be of the nullable primitive |
EdmTerm(String, String, IEdmTypeReference) |
Initializes a new instance of the EdmTerm class. |
EdmTerm(String, String, EdmPrimitiveTypeKind, String) |
Initializes a new instance of EdmTerm class.
The new term will be of the nullable primitive |
EdmTerm(String, String, IEdmTypeReference, String) |
Initializes a new instance of the EdmTerm class. |
EdmTerm(String, String, IEdmTypeReference, String, String) |
Initializes a new instance of the EdmTerm class. |
EdmTerm(String, String, EdmPrimitiveTypeKind)
Initializes a new instance of EdmTerm class.
The new term will be of the nullable primitive type
.
public EdmTerm (string namespaceName, string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type);
new Microsoft.OData.Edm.Vocabularies.EdmTerm : string * string * Microsoft.OData.Edm.EdmPrimitiveTypeKind -> Microsoft.OData.Edm.Vocabularies.EdmTerm
Public Sub New (namespaceName As String, name As String, type As EdmPrimitiveTypeKind)
Parameters
- namespaceName
- String
Namespace of the term.
- name
- String
Name of the term.
- type
- EdmPrimitiveTypeKind
Type of the term.
Applies to
EdmTerm(String, String, IEdmTypeReference)
Initializes a new instance of the EdmTerm class.
public EdmTerm (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.Vocabularies.EdmTerm : string * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.Vocabularies.EdmTerm
Public Sub New (namespaceName As String, name As String, type As IEdmTypeReference)
Parameters
- namespaceName
- String
Namespace of the term.
- name
- String
Name of the term.
- type
- IEdmTypeReference
Type of the term.
Applies to
EdmTerm(String, String, EdmPrimitiveTypeKind, String)
Initializes a new instance of EdmTerm class.
The new term will be of the nullable primitive type
.
public EdmTerm (string namespaceName, string name, Microsoft.OData.Edm.EdmPrimitiveTypeKind type, string appliesTo);
new Microsoft.OData.Edm.Vocabularies.EdmTerm : string * string * Microsoft.OData.Edm.EdmPrimitiveTypeKind * string -> Microsoft.OData.Edm.Vocabularies.EdmTerm
Public Sub New (namespaceName As String, name As String, type As EdmPrimitiveTypeKind, appliesTo As String)
Parameters
- namespaceName
- String
Namespace of the term.
- name
- String
Name of the term.
- type
- EdmPrimitiveTypeKind
Type of the term.
- appliesTo
- String
AppliesTo of the term.
Applies to
EdmTerm(String, String, IEdmTypeReference, String)
Initializes a new instance of the EdmTerm class.
public EdmTerm (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference type, string appliesTo);
new Microsoft.OData.Edm.Vocabularies.EdmTerm : string * string * Microsoft.OData.Edm.IEdmTypeReference * string -> Microsoft.OData.Edm.Vocabularies.EdmTerm
Public Sub New (namespaceName As String, name As String, type As IEdmTypeReference, appliesTo As String)
Parameters
- namespaceName
- String
Namespace of the term.
- name
- String
Name of the term.
- type
- IEdmTypeReference
Type of the term.
- appliesTo
- String
AppliesTo of the term.
Applies to
EdmTerm(String, String, IEdmTypeReference, String, String)
Initializes a new instance of the EdmTerm class.
public EdmTerm (string namespaceName, string name, Microsoft.OData.Edm.IEdmTypeReference type, string appliesTo, string defaultValue);
new Microsoft.OData.Edm.Vocabularies.EdmTerm : string * string * Microsoft.OData.Edm.IEdmTypeReference * string * string -> Microsoft.OData.Edm.Vocabularies.EdmTerm
Public Sub New (namespaceName As String, name As String, type As IEdmTypeReference, appliesTo As String, defaultValue As String)
Parameters
- namespaceName
- String
Namespace of the term.
- name
- String
Name of the term.
- type
- IEdmTypeReference
Type of the term.
- appliesTo
- String
AppliesTo of the term.
- defaultValue
- String
DefaultValue of the term.