Click or drag to resize
ConventionRegistry Class
Represents a registry of conventions.
Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.ConventionsConventionRegistry

Namespace: MongoDB.Bson.Serialization.Conventions
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public static class ConventionRegistry

The ConventionRegistry type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLookup
Looks up the effective set of conventions that apply to a type.
Public methodStatic memberRegister
Registers the conventions.
Public methodStatic memberRemove
Removes the conventions specified by the given name.
Top
See Also