[This is preliminary documentation and is subject to change.]
Returns Datum classification interfaces marked with InstrumentViewGroup attribute. The implementation is cached fr efficiency
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static IEnumerable<Type> GetViewGroupInterfaces(
Type tDatum
)
public static IEnumerable<Type> GetViewGroupInterfaces(
Type tDatum
)
Public Shared Function GetViewGroupInterfaces (
tDatum As Type
) As IEnumerable(Of Type)
Public Shared Function GetViewGroupInterfaces (
tDatum As Type
) As IEnumerable(Of Type)
public:
static IEnumerable<Type^>^ GetViewGroupInterfaces(
Type^ tDatum
)
public:
static IEnumerable<Type^>^ GetViewGroupInterfaces(
Type^ tDatum
)
static member GetViewGroupInterfaces :
tDatum : Type -> IEnumerable<Type>
static member GetViewGroupInterfaces :
tDatum : Type -> IEnumerable<Type>
Return Value
Type:
IEnumerable
Type