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.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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