C# 클래스 TrackableData.TrackableResolver

파일 보기 프로젝트 열기: SaladLab/TrackableData 1 사용 예제들

공개 메소드들

메소드 설명
GetContainerTrackerType ( Type containerType ) : Type
GetContainerType ( Type trackableType ) : Type
GetPocoTrackerType ( Type pocoType ) : Type
GetPocoType ( Type trackableType ) : Type
IsTrackableContainer ( Type type ) : bool
IsTrackableDictionary ( Type type ) : bool
IsTrackableList ( Type type ) : bool
IsTrackablePoco ( Type type ) : bool
IsTrackableSet ( Type type ) : bool

메소드 상세

GetContainerTrackerType() 공개 정적인 메소드

public static GetContainerTrackerType ( Type containerType ) : Type
containerType System.Type
리턴 System.Type

GetContainerType() 공개 정적인 메소드

public static GetContainerType ( Type trackableType ) : Type
trackableType System.Type
리턴 System.Type

GetPocoTrackerType() 공개 정적인 메소드

public static GetPocoTrackerType ( Type pocoType ) : Type
pocoType System.Type
리턴 System.Type

GetPocoType() 공개 정적인 메소드

public static GetPocoType ( Type trackableType ) : Type
trackableType System.Type
리턴 System.Type

IsTrackableContainer() 공개 정적인 메소드

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

IsTrackableDictionary() 공개 정적인 메소드

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

IsTrackableList() 공개 정적인 메소드

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

IsTrackablePoco() 공개 정적인 메소드

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

IsTrackableSet() 공개 정적인 메소드

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