Číst v angličtině

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);

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);

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);

Parametry

type
IEdmTypeReference

Typ odkazu.

Návraty

Tento odkaz odkazuje na typ geometrie.

Platí pro