C# Class Aqueduct.SitecoreLib.DataAccess.ValueResolvers.ResolverHelper

Datei anzeigen Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Public Methods

Method Description
CreateGenericClassInstance ( Type genericType, Type argumentType ) : object
GetArgumentType ( Type type ) : Type
IsNullableType ( Type type ) : bool

Private Methods

Method Description
CheckIsGenericType ( Type type, string methodName ) : void

Method Details

CreateGenericClassInstance() public static method

public static CreateGenericClassInstance ( Type genericType, Type argumentType ) : object
genericType System.Type
argumentType System.Type
return object

GetArgumentType() public static method

public static GetArgumentType ( Type type ) : Type
type System.Type
return System.Type

IsNullableType() public static method

public static IsNullableType ( Type type ) : bool
type System.Type
return bool