EnumRepresentationConvention Constructor |
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public EnumRepresentationConvention(
BsonType representation
)
Public Sub New (
representation As BsonType
)
new :
representation : BsonType -> EnumRepresentationConvention
Parameters
- representation
- Type: MongoDB.BsonBsonType
The serialization representation. 0 is used to detect representation
from the enum itself.
See Also