C# Класс MongoDB.Bson.Serialization.Conventions.DelegatePostProcessingConvention

A post processing convention that wraps a delegate.
Наследование: ConventionBase, IPostProcessingConvention
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DelegatePostProcessingConvention ( string name, Action action ) : System

Initializes a new instance of the DelegatePostProcessingConvention class.

PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

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

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

Initializes a new instance of the DelegatePostProcessingConvention class.
public DelegatePostProcessingConvention ( string name, Action action ) : System
name string The name.
action Action The delegate.
Результат System

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

Applies a post processing modification to the class map.
public PostProcess ( BsonClassMap classMap ) : void
classMap BsonClassMap The class map.
Результат void