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

Inheritance: BsonSerializationOptionsAttribute
Mostrar archivo Open project: egametang/Egametang

Public Methods

Method Description
BsonRepresentationAttribute ( BsonType representation ) : System

Initializes a new instance of the BsonRepresentationAttribute class.

Method Details

BsonRepresentationAttribute() public method

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