Namespace MongoDB.EntityFrameworkCore.Metadata.Conventions.BsonAttributes
Classes
- BsonBsonTimeSpanOptionsPropertyAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonTimeSpanOptionsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonDateTimeOptionsAttributeConvention
A convention that configures the element name for entity properties based on an applied MongoDB.Bson.Serialization.Attributes.BsonElementAttribute for familiarity with the Mongo C# Driver.
- BsonDefaultValueAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonDefaultValueAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonDictionaryOptionsAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonElementAttributeConvention
A convention that configures the element name for entity properties based on an applied MongoDB.Bson.Serialization.Attributes.BsonElementAttribute for familiarity with the Mongo C# Driver.
- BsonExtraElementsAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonExtraElementsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonGuidRepresentationAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonGuidRepresentationAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonIdPropertyAttributeConvention
A convention that configures the element name for entity properties based on an applied MongoDB.Bson.Serialization.Attributes.BsonIdAttribute for familiarity with the Mongo C# Driver.
- BsonIgnoreAttributeConvention
A convention that configures the element name for entity properties based on an applied MongoDB.Bson.Serialization.Attributes.BsonElementAttribute for familiarity/compatibility with the Mongo C# Driver.
- BsonIgnoreIfDefaultAttributePropertyAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonIgnoreIfDefaultAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonIgnoreIfNullAttributePropertyAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonIgnoreIfNullAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonRepresentationAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonRepresentationAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonRequiredPropertyAttributeConvention
A convention that configures properties as required if they have the MongoDB.Bson.Serialization.Attributes.BsonRequiredAttribute applied.
- BsonSerializationOptionsAttributeConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonSerializationOptionsAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.
- BsonSerializerPropertyConvention
Recognized MongoDB.Bson.Serialization.Attributes.BsonSerializerAttribute applied to properties of an entity to ensure the model throw later as it is not supported in the EF provider.