C# 클래스 HybridDb.Config.AssemblyQualifiedNameTypeMapper

상속: ITypeMapper
파일 보기 프로젝트 열기: asgerhallas/HybridDb 1 사용 예제들

공개 메소드들

메소드 설명
ToDiscriminator ( Type type ) : string
ToType ( string discriminator ) : Type

메소드 상세

ToDiscriminator() 공개 메소드

public ToDiscriminator ( Type type ) : string
type System.Type
리턴 string

ToType() 공개 메소드

public ToType ( string discriminator ) : Type
discriminator string
리턴 System.Type