C# Класс MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute

Наследование: BsonSerializationOptionsAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
BsonDictionaryOptionsAttribute ( ) : System

Initializes a new instance of the BsonDictionaryOptionsAttribute class.

BsonDictionaryOptionsAttribute ( DictionaryRepresentation representation ) : System

Initializes a new instance of the BsonDictionaryOptionsAttribute class.

Описание методов

BsonDictionaryOptionsAttribute() публичный Метод

Initializes a new instance of the BsonDictionaryOptionsAttribute class.
public BsonDictionaryOptionsAttribute ( ) : System
Результат System

BsonDictionaryOptionsAttribute() публичный Метод

Initializes a new instance of the BsonDictionaryOptionsAttribute class.
public BsonDictionaryOptionsAttribute ( DictionaryRepresentation representation ) : System
representation DictionaryRepresentation The representation to use for the Dictionary.
Результат System