ExtensionMethods.IsOpen Method

Definition

Overloads

IsOpen(IEdmStructuredTypeReference)

Returns true if the definition of this reference is open.

IsOpen(IEdmType)

Returns true if the definition of this reference is open.

IsOpen(IEdmStructuredTypeReference)

Returns true if the definition of this reference is open.

C#
public static bool IsOpen (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);

Parameters

type
IEdmStructuredTypeReference

Reference to the calling object.

Returns

If the definition of this reference is open.

Applies to

OData EDM 7.0
Produk Versi
OData EDM 7.0

IsOpen(IEdmType)

Returns true if the definition of this reference is open.

C#
public static bool IsOpen (this Microsoft.OData.Edm.IEdmType type);

Parameters

type
IEdmType

Reference to the calling object.

Returns

If the definition of this reference is open.

Applies to

OData EDM 7.0
Produk Versi
OData EDM 7.0