C# Class HybridDb.Config.AssemblyQualifiedNameTypeMapper

Inheritance: ITypeMapper
Afficher le fichier Open project: asgerhallas/HybridDb Class Usage Examples

Méthodes publiques

Méthode Description
ToDiscriminator ( Type type ) : string
ToType ( string discriminator ) : Type

Method Details

ToDiscriminator() public méthode

public ToDiscriminator ( Type type ) : string
type System.Type
Résultat string

ToType() public méthode

public ToType ( string discriminator ) : Type
discriminator string
Résultat System.Type