Table of Contents

Class ConventionRegistry

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

Represents a registry of conventions.

public static class ConventionRegistry
Inheritance
ConventionRegistry
Inherited Members

Methods

Lookup(Type)

Looks up the effective set of conventions that apply to a type.

Register(string, IConventionPack, Func<Type, bool>)

Registers the conventions.

Remove(string)

Removes the conventions specified by the given name.