C# Class TrackableData.MongoDB.TypeMapper

Exibir arquivo Open project: SaladLab/TrackableData Class Usage Examples

Public Methods

Method Description
RegisterClassMap ( Type classType ) : bool
RegisterMap ( Type type ) : bool
RegisterTrackablePocoMap ( Type trackablePocoType ) : bool

Method Details

RegisterClassMap() public static method

public static RegisterClassMap ( Type classType ) : bool
classType System.Type
return bool

RegisterMap() public static method

public static RegisterMap ( Type type ) : bool
type System.Type
return bool

RegisterTrackablePocoMap() public static method

public static RegisterTrackablePocoMap ( Type trackablePocoType ) : bool
trackablePocoType System.Type
return bool