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 |
|---|---|---|
| MongoDB.Bson.Serialization.BsonClassMap | map |
TryConfigureExtraProperties(BsonClassMap)
Declaration
public static bool TryConfigureExtraProperties(this BsonClassMap map)
Parameters
| Type | Name | Description |
|---|---|---|
| MongoDB.Bson.Serialization.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 |
|---|---|---|
| MongoDB.Bson.Serialization.BsonClassMap<><TEntity> | map |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| TEntity |