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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Apply ( BsonMemberMap memberMap ) : void

Applies a modification to the member map.

BsonDefaultValueAttribute ( object defaultValue ) : System

Initializes a new instance of the BsonDefaultValueAttribute class.

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

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

Applies a modification to the member map.
public Apply ( BsonMemberMap memberMap ) : void
memberMap BsonMemberMap The member map.
Результат void

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

Initializes a new instance of the BsonDefaultValueAttribute class.
public BsonDefaultValueAttribute ( object defaultValue ) : System
defaultValue object The default value.
Результат System