Show / Hide Table of Contents

Class AbpBsonClassMapExtensions

Inheritance
object
AbpBsonClassMapExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB
Assembly: Volo.Abp.MongoDB.dll
Syntax
public static class AbpBsonClassMapExtensions

Methods

ConfigureAbpConventions(BsonClassMap)

Declaration
public static void ConfigureAbpConventions(this BsonClassMap map)
Parameters
Type Name Description
BsonClassMap map

TryConfigureExtraProperties(BsonClassMap)

Declaration
public static bool TryConfigureExtraProperties(this BsonClassMap map)
Parameters
Type Name Description
BsonClassMap map
Returns
Type Description
bool

TryConfigureExtraProperties<TEntity>(BsonClassMap<TEntity>)

Declaration
public static bool TryConfigureExtraProperties<TEntity>(this BsonClassMap<TEntity> map) where TEntity : class, IHasExtraProperties
Parameters
Type Name Description
BsonClassMap<TEntity> map
Returns
Type Description
bool
Type Parameters
Name Description
TEntity
In this article
Back to top Powered by ABP.IO Platform