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.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
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