Table of Contents

Class AttributeConventionPack

Namespace
MongoDB.Bson.Serialization.Conventions
Assembly
MongoDB.Bson.dll

Convention pack for applying attributes.

public class AttributeConventionPack : IConventionPack
Inheritance
AttributeConventionPack
Implements
Inherited Members
Extension Methods

Properties

Conventions

Gets the conventions.

public IEnumerable<IConvention> Conventions { get; }

Property Value

IEnumerable<IConvention>

Instance

Gets the instance.

public static IConventionPack Instance { get; }

Property Value

IConventionPack