Compartilhar via


ExtensionMethods.IsOpen Método

Definição

Sobrecargas

IsOpen(IEdmStructuredTypeReference)

Retornará true se a definição dessa referência estiver aberta.

IsOpen(IEdmType)

Retornará true se a definição dessa referência estiver aberta.

IsOpen(IEdmStructuredTypeReference)

Retornará true se a definição dessa referência estiver aberta.

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

Parâmetros

type
IEdmStructuredTypeReference

Referência ao objeto de chamada.

Retornos

Se a definição dessa referência estiver aberta.

Aplica-se a

IsOpen(IEdmType)

Retornará true se a definição dessa referência estiver aberta.

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

Parâmetros

type
IEdmType

Referência ao objeto de chamada.

Retornos

Se a definição dessa referência estiver aberta.

Aplica-se a