EdmTerm コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EdmTerm(String, String, EdmPrimitiveTypeKind) |
EdmTerm クラスの新しいインスタンスを初期化します。
新しい用語は、null 許容プリミティブ |
EdmTerm(String, String, IEdmTypeReference) |
EdmTerm クラスの新しいインスタンスを初期化します。 |
EdmTerm(String, String, EdmPrimitiveTypeKind, String) |
EdmTerm クラスの新しいインスタンスを初期化します。
新しい用語は、null 許容プリミティブ |
EdmTerm(String, String, IEdmTypeReference, String) |
EdmTerm クラスの新しいインスタンスを初期化します。 |
EdmTerm(String, String, IEdmTypeReference, String, String) |
EdmTerm クラスの新しいインスタンスを初期化します。 |
EdmTerm(String, String, EdmPrimitiveTypeKind)
EdmTerm クラスの新しいインスタンスを初期化します。
新しい用語は、null 許容プリミティブ 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)
パラメーター
- namespaceName
- String
タームの名前空間。
- name
- String
タームの名前。
- type
- EdmPrimitiveTypeKind
タームの型。
適用対象
EdmTerm(String, String, IEdmTypeReference)
EdmTerm クラスの新しいインスタンスを初期化します。
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)
パラメーター
- namespaceName
- String
タームの名前空間。
- name
- String
タームの名前。
- type
- IEdmTypeReference
タームの型。
適用対象
EdmTerm(String, String, EdmPrimitiveTypeKind, String)
EdmTerm クラスの新しいインスタンスを初期化します。
新しい用語は、null 許容プリミティブ 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)
パラメーター
- namespaceName
- String
タームの名前空間。
- name
- String
タームの名前。
- type
- EdmPrimitiveTypeKind
タームの型。
- appliesTo
- String
用語の AppliesTo。
適用対象
EdmTerm(String, String, IEdmTypeReference, String)
EdmTerm クラスの新しいインスタンスを初期化します。
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)
パラメーター
- namespaceName
- String
タームの名前空間。
- name
- String
タームの名前。
- type
- IEdmTypeReference
タームの型。
- appliesTo
- String
用語の AppliesTo。
適用対象
EdmTerm(String, String, IEdmTypeReference, String, String)
EdmTerm クラスの新しいインスタンスを初期化します。
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)
パラメーター
- namespaceName
- String
タームの名前空間。
- name
- String
タームの名前。
- type
- IEdmTypeReference
タームの型。
- appliesTo
- String
用語の AppliesTo。
- defaultValue
- String
用語の DefaultValue。