C# 클래스 Aqueduct.SitecoreLib.DataAccess.ValueResolvers.ResolverHelper

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
CreateGenericClassInstance ( Type genericType, Type argumentType ) : object
GetArgumentType ( Type type ) : Type
IsNullableType ( Type type ) : bool

비공개 메소드들

메소드 설명
CheckIsGenericType ( Type type, string methodName ) : void

메소드 상세

CreateGenericClassInstance() 공개 정적인 메소드

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

GetArgumentType() 공개 정적인 메소드

public static GetArgumentType ( Type type ) : Type
type System.Type
리턴 System.Type

IsNullableType() 공개 정적인 메소드

public static IsNullableType ( Type type ) : bool
type System.Type
리턴 bool