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

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Méthodes publiques

Méthode Description
CreateGenericClassInstance ( Type genericType, Type argumentType ) : object
GetArgumentType ( Type type ) : Type
IsNullableType ( Type type ) : bool

Private Methods

Méthode Description
CheckIsGenericType ( Type type, string methodName ) : void

Method Details

CreateGenericClassInstance() public static méthode

public static CreateGenericClassInstance ( Type genericType, Type argumentType ) : object
genericType System.Type
argumentType System.Type
Résultat object

GetArgumentType() public static méthode

public static GetArgumentType ( Type type ) : Type
type System.Type
Résultat System.Type

IsNullableType() public static méthode

public static IsNullableType ( Type type ) : bool
type System.Type
Résultat bool