C# Class MongoDB.Bson.BsonTypeMapper.Mapping

Datei anzeigen Open project: Qiredev/mongo-csharp-driver

Public Methods

Method Description
Equals ( object obj ) : bool

Compares this Mapping to another object.

FromTo ( Type netType, BsonType bsonType ) : Mapping
GetHashCode ( ) : int

Gets the hash code.

Mapping ( Type netType, BsonType bsonType ) : System

Method Details

Equals() public method

Compares this Mapping to another object.
public Equals ( object obj ) : bool
obj object The other object.
return bool

FromTo() public static method

public static FromTo ( Type netType, BsonType bsonType ) : Mapping
netType System.Type
bsonType BsonType
return Mapping

GetHashCode() public method

Gets the hash code.
public GetHashCode ( ) : int
return int

Mapping() public method

public Mapping ( Type netType, BsonType bsonType ) : System
netType System.Type
bsonType BsonType
return System