C# Class TrackableData.MongoDB.TypeMapper

Afficher le fichier Open project: SaladLab/TrackableData Class Usage Examples

Méthodes publiques

Méthode Description
RegisterClassMap ( Type classType ) : bool
RegisterMap ( Type type ) : bool
RegisterTrackablePocoMap ( Type trackablePocoType ) : bool

Method Details

RegisterClassMap() public static méthode

public static RegisterClassMap ( Type classType ) : bool
classType System.Type
Résultat bool

RegisterMap() public static méthode

public static RegisterMap ( Type type ) : bool
type System.Type
Résultat bool

RegisterTrackablePocoMap() public static méthode

public static RegisterTrackablePocoMap ( Type trackablePocoType ) : bool
trackablePocoType System.Type
Résultat bool