/// <summary>
 ///     Creates a new instance of <see cref="DatabaseGeneratedAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 public DatabaseGeneratedAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #2
0
 /// <summary>
 ///     Creates a new instance of <see cref="StoreKeyConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public StoreKeyConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 public SqlServerMemoryOptimizedTablesConvention(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies,
     [NotNull] RelationalConventionSetBuilderDependencies relationalDependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="KeyDiscoveryConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public KeyDiscoveryConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
Exemple #5
0
 /// <summary>
 ///     Creates a new instance of <see cref="ForeignKeyAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 public ForeignKeyAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
Exemple #6
0
 /// <summary>
 ///     Creates a new instance of <see cref="ModelCleanupConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public ModelCleanupConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="TypeMappingConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public TypeMappingConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
Exemple #8
0
 /// <summary>
 /// Creates a new instance of <see cref="NpgsqlValueGenerationConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 /// <param name="relationalDependencies">Parameter object containing relational dependencies for this convention.</param>
 public NpgsqlValueGenerationConvention(
     ProviderConventionSetBuilderDependencies dependencies,
     RelationalConventionSetBuilderDependencies relationalDependencies)
     : base(dependencies, relationalDependencies)
 {
 }
Exemple #9
0
 /// <summary>
 ///     Creates a new instance of <see cref="InversePropertyAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public CosmosInversePropertyAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
 /// <summary>
 ///     Creates a new instance of <see cref="NavigationAttributeConventionBase{TAttribute}" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 protected NavigationAttributeConventionBase(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
Exemple #11
0
 /// <summary>
 ///     Creates a new instance of <see cref="UnicodeAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public UnicodeAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #12
0
 /// <summary>
 ///     Creates a new instance of <see cref="RequiredNavigationAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public RequiredNavigationAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #13
0
 /// <summary>
 ///     This is an internal API that supports the Entity Framework Core infrastructure and not subject to
 ///     the same compatibility standards as public APIs. It may be changed or removed without notice in
 ///     any release. You should only use it directly in your code with extreme caution and knowing that
 ///     doing so can result in application failures when updating to a new Entity Framework Core release.
 /// </summary>
 public MaxLengthAttributeConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
 /// <summary>
 ///     Creates a new instance of <see cref="BackingFieldAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 public BackingFieldAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #15
0
 /// <summary>
 ///     Creates a new instance of <see cref="NotMappedMemberAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public NotMappedMemberAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="CosmosManyToManyJoinEntityTypeConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 public CosmosManyToManyJoinEntityTypeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #17
0
 /// <summary>
 ///     Creates a new instance of <see cref="RelationalValueGenerationConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 /// <param name="relationalDependencies">  Parameter object containing relational dependencies for this convention. </param>
 public RelationalValueGenerationConvention(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies,
     [NotNull] RelationalConventionSetBuilderDependencies relationalDependencies)
     : base(dependencies)
 {
 }
Exemple #18
0
 /// <summary>
 ///     This API supports the Entity Framework Core infrastructure and is not intended to be used
 ///     directly from your code. This API may change or be removed in future releases.
 /// </summary>
 public InMemoryConventionSetBuilder(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #19
0
 public FbValueGenerationStrategyConvention(ProviderConventionSetBuilderDependencies dependencies, RelationalConventionSetBuilderDependencies relationalDependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="BsonRequiredAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public BsonRequiredAttributeConvention(ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
 /// <summary>
 ///     Creates a new instance of <see cref="SqlServerOnDeleteConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 /// <param name="relationalDependencies">  Parameter object containing relational dependencies for this convention. </param>
 public SqlServerOnDeleteConvention(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies,
     [NotNull] RelationalConventionSetBuilderDependencies relationalDependencies)
     : base(dependencies)
 {
 }
 /// <summary>
 ///     Creates a new instance of <see cref="DiscriminatorConvention" />.
 /// </summary>
 /// <param name="dependencies">Parameter object containing dependencies for this convention.</param>
 public DiscriminatorConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 public TableSharingConcurrencyTokenConvention(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies,
     [NotNull] RelationalConventionSetBuilderDependencies relationalDependencies)
 {
     Dependencies = dependencies;
 }
Exemple #24
0
 /// <summary>
 ///     Creates a new instance of <see cref="ServicePropertyDiscoveryConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public ServicePropertyDiscoveryConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     This is an internal API that supports the Entity Framework Core infrastructure and not subject to
 ///     the same compatibility standards as public APIs. It may be changed or removed without notice in
 ///     any release. You should only use it directly in your code with extreme caution and knowing that
 ///     doing so can result in application failures when updating to a new Entity Framework Core release.
 /// </summary>
 public ForeignKeyIndexConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="BaseTypeDiscoveryConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public BaseTypeDiscoveryConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #27
0
 /// <summary>
 ///     Creates a new instance of <see cref="ValueGenerationConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public ValueGenerationConvention(ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="EntityTypeAttributeConventionBase{TAttribute}" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 protected EntityTypeAttributeConventionBase([NotNull] ProviderConventionSetBuilderDependencies dependencies)
 {
     Dependencies = dependencies;
 }
 /// <summary>
 ///     Creates a new instance of <see cref="InversePropertyAttributeConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 public InversePropertyAttributeConvention([NotNull] ProviderConventionSetBuilderDependencies dependencies)
     : base(dependencies)
 {
 }
Exemple #30
0
 /// <summary>
 ///     Creates a new instance of <see cref="SharedTableConvention" />.
 /// </summary>
 /// <param name="dependencies"> Parameter object containing dependencies for this convention. </param>
 /// <param name="relationalDependencies">  Parameter object containing relational dependencies for this convention. </param>
 public SharedTableConvention(
     [NotNull] ProviderConventionSetBuilderDependencies dependencies,
     [NotNull] RelationalConventionSetBuilderDependencies relationalDependencies)
 {
     Dependencies = dependencies;
 }