FacetRepository.IsRootFacet(Type, Type) Método

Definición

Indica si la faceta dada es una faceta raíz para una raíz determinada.

public static bool IsRootFacet(Type rootType, Type facet);
static member IsRootFacet : Type * Type -> bool
Public Shared Function IsRootFacet (rootType As Type, facet As Type) As Boolean

Parámetros

rootType
Type
facet
Type

Devoluciones

Se aplica a