次の方法で共有


ExtensionMethods.IsOpen メソッド

定義

オーバーロード

IsOpen(IEdmStructuredTypeReference)

この参照の定義が開いている場合は true を返します。

IsOpen(IEdmType)

この参照の定義が開いている場合は true を返します。

IsOpen(IEdmStructuredTypeReference)

この参照の定義が開いている場合は true を返します。

public static bool IsOpen (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member IsOpen : Microsoft.OData.Edm.IEdmStructuredTypeReference -> bool
<Extension()>
Public Function IsOpen (type As IEdmStructuredTypeReference) As Boolean

パラメーター

type
IEdmStructuredTypeReference

呼び出し元のオブジェクトへの参照。

戻り値

この参照の定義が開いている場合。

適用対象

IsOpen(IEdmType)

この参照の定義が開いている場合は true を返します。

public static bool IsOpen (this Microsoft.OData.Edm.IEdmType type);
static member IsOpen : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsOpen (type As IEdmType) As Boolean

パラメーター

type
IEdmType

呼び出し元のオブジェクトへの参照。

戻り値

この参照の定義が開いている場合。

適用対象