Sdílet prostřednictvím


EdmTypeSemantics.IsGeometry Metoda

Definice

Přetížení

IsGeometry(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento typ typu představuje typ geometrie.

IsGeometry(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na typ geometrie.

IsGeometry(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ geometrie.

IsGeometry(EdmPrimitiveTypeKind)

Vrátí hodnotu true, pokud tento typ typu představuje typ geometrie.

public static bool IsGeometry (this Microsoft.OData.Edm.EdmPrimitiveTypeKind typeKind);
static member IsGeometry : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsGeometry (typeKind As EdmPrimitiveTypeKind) As Boolean

Parametry

typeKind
EdmPrimitiveTypeKind

Typ odkazu.

Návraty

Tento druh odkazuje na typ geometrie.

Platí pro

IsGeometry(IEdmType)

Vrátí hodnotu true, pokud tato definice odkazuje na typ geometrie.

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

Parametry

type
IEdmType

Typ odkazu.

Návraty

Tato definice odkazuje na typ geometrie.

Platí pro

IsGeometry(IEdmTypeReference)

Vrátí hodnotu true, pokud tento odkaz odkazuje na typ geometrie.

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

Parametry

type
IEdmTypeReference

Typ odkazu.

Návraty

Tento odkaz odkazuje na typ geometrie.

Platí pro