Table of Contents

Class TypeExtensions

Namespace
FatturaElettronica.Core
Assembly
FatturaElettronica.dll
public static class TypeExtensions
Inheritance
TypeExtensions
Inherited Members

Methods

GetMethod(Type, string)

public static MethodInfo GetMethod(this Type type, string name)

Parameters

type Type
name string

Returns

MethodInfo

IsGenericList(Type)

public static bool IsGenericList(this Type type)

Parameters

type Type

Returns

bool

IsSubclassOfBusinessObject(Type)

public static bool IsSubclassOfBusinessObject(this Type type)

Parameters

type Type

Returns

bool