C# 클래스 TrackableData.MongoDB.TypeMapper

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

공개 메소드들

메소드 설명
RegisterClassMap ( Type classType ) : bool
RegisterMap ( Type type ) : bool
RegisterTrackablePocoMap ( Type trackablePocoType ) : bool

메소드 상세

RegisterClassMap() 공개 정적인 메소드

public static RegisterClassMap ( Type classType ) : bool
classType System.Type
리턴 bool

RegisterMap() 공개 정적인 메소드

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

RegisterTrackablePocoMap() 공개 정적인 메소드

public static RegisterTrackablePocoMap ( Type trackablePocoType ) : bool
trackablePocoType System.Type
리턴 bool