FacetRepository.GetFacetsForType(Type) Method

Definition

Returns a list of management facets exposed by given Object Type

public static System.Collections.Generic.List<Type> GetFacetsForType (Type target);
static member GetFacetsForType : Type -> System.Collections.Generic.List<Type>
Public Shared Function GetFacetsForType (target As Type) As List(Of Type)

Parameters

target
Type

Returns

Applies to