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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
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