ConventionRegistryRegister Method |
Registers the conventions.
Namespace:
MongoDB.Bson.Serialization.Conventions
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public static void Register(
string name,
IConventionPack conventions,
Func<Type, bool> filter
)
Public Shared Sub Register (
name As String,
conventions As IConventionPack,
filter As Func(Of Type, Boolean)
)
static member Register :
name : string *
conventions : IConventionPack *
filter : Func<Type, bool> -> unit
Parameters
- name
- Type: SystemString
The name. - conventions
- Type: MongoDB.Bson.Serialization.ConventionsIConventionPack
The conventions. - filter
- Type: SystemFuncType, Boolean
The filter.
See Also