C# Class MongoDB.Bson.Serialization.Attributes.BsonRepresentationAttribute

Inheritance: BsonSerializationOptionsAttribute
Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
BsonRepresentationAttribute ( BsonType representation ) : System

Initializes a new instance of the BsonRepresentationAttribute class.

Method Details

BsonRepresentationAttribute() public méthode

Initializes a new instance of the BsonRepresentationAttribute class.
public BsonRepresentationAttribute ( BsonType representation ) : System
representation BsonType The external representation.
Résultat System