@tsonic/efcore 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -9,19 +9,21 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { ptr } from "@tsonic/core/types.js";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
|
-
import type { IConventionComplexPropertyBuilder, IConventionComplexTypeBuilder, IConventionElementTypeBuilder, IConventionEntityTypeBuilder, IConventionForeignKeyBuilder, IConventionIndexBuilder, IConventionKeyBuilder, IConventionModelBuilder, IConventionNavigationBuilder, IConventionPropertyBuilder, IConventionSkipNavigationBuilder, IConventionTriggerBuilder, IConventionTypeBaseBuilder } from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
|
|
12
|
+
import type { IConventionComplexPropertyBuilder, IConventionComplexTypeBuilder, IConventionComplexTypeDiscriminatorBuilder, IConventionDbFunctionBuilder, IConventionDiscriminatorBuilder, IConventionElementTypeBuilder, IConventionEntityTypeBuilder, IConventionForeignKeyBuilder, IConventionIndexBuilder, IConventionKeyBuilder, IConventionModelBuilder, IConventionNavigationBuilder, IConventionPropertyBuilder, IConventionSkipNavigationBuilder, IConventionTriggerBuilder, IConventionTypeBaseBuilder } from "../../Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js";
|
|
13
13
|
import type { ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies } from "../../Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.js";
|
|
14
|
-
import type {
|
|
14
|
+
import type { RuntimeStoredProcedureParameter, RuntimeStoredProcedureResultColumn } from "../../Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.js";
|
|
15
|
+
import type { IComplexProperty, IComplexType, IConventionAnnotation, IConventionComplexProperty, IConventionComplexType, IConventionEntityType, IConventionForeignKey, IConventionIndex, IConventionKey, IConventionModel, IConventionNavigation, IConventionProperty, IConventionSkipNavigation, IConventionTrigger, IConventionTypeBase, IDbFunction, IDbFunctionParameter, IElementType, IEntityType, IEntityTypeMappingFragment, IForeignKey, IIndex, IKey, IMetadataReference_1, IModel, INavigation, IParameterBindingFactory, IProperty, IReadOnlyCheckConstraint, IReadOnlyEntityType, IReadOnlyForeignKey, IReadOnlyIndex, IReadOnlyKey, IReadOnlyProperty, IReadOnlyTrigger, IRelationalPropertyOverrides, ISequence, IServiceProperty, ISkipNavigation, IStoredProcedure, IStoredProcedureParameter, IStoredProcedureResultColumn, ITrigger, ITypeMappingConfiguration, RuntimeComplexProperty, RuntimeComplexType, RuntimeDbFunction, RuntimeDbFunctionParameter, RuntimeElementType, RuntimeEntityType, RuntimeEntityTypeMappingFragment, RuntimeForeignKey, RuntimeIndex, RuntimeKey, RuntimeModel, RuntimeNavigation, RuntimeProperty, RuntimeRelationalPropertyOverrides, RuntimeSequence, RuntimeServiceProperty, RuntimeSkipNavigation, RuntimeStoredProcedure, RuntimeTrigger, RuntimeTypeMappingConfiguration, StoreObjectIdentifier, ValueGenerated } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
16
|
+
import type { CoreTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
15
17
|
import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
16
|
-
import type { BackingFieldAttribute, CommentAttribute, DbContext, DeleteBehaviorAttribute, EntityTypeConfigurationAttribute, KeylessAttribute, OwnedAttribute, PrecisionAttribute, UnicodeAttribute } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
17
|
-
import type { Dictionary, IEnumerable, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
18
|
+
import type { BackingFieldAttribute, CommentAttribute, DbContext, DeleteBehavior, DeleteBehaviorAttribute, EntityTypeConfigurationAttribute, KeylessAttribute, OwnedAttribute, PrecisionAttribute, UnicodeAttribute } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
19
|
+
import type { Dictionary, IEnumerable, IList, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
18
20
|
import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
|
|
19
21
|
import type { ConcurrencyCheckAttribute, KeyAttribute, MaxLengthAttribute, RequiredAttribute, StringLengthAttribute, TimestampAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
|
|
20
22
|
import * as System_ComponentModel_DataAnnotations_Schema_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.Schema.js";
|
|
21
23
|
import type { ColumnAttribute, ComplexTypeAttribute, DatabaseGeneratedAttribute, InversePropertyAttribute, NotMappedAttribute, TableAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.Schema.js";
|
|
22
24
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
23
25
|
import type { Attribute, Boolean as ClrBoolean, IDisposable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System.js";
|
|
24
|
-
import type { FieldInfo, MemberInfo } from "@tsonic/dotnet/System.Reflection.js";
|
|
26
|
+
import type { FieldInfo, MemberInfo, NullabilityInfo } from "@tsonic/dotnet/System.Reflection.js";
|
|
25
27
|
import * as System_Text_Json_Serialization_Internal from "@tsonic/dotnet/System.Text.Json.Serialization.js";
|
|
26
28
|
import type { JsonPropertyNameAttribute } from "@tsonic/dotnet/System.Text.Json.Serialization.js";
|
|
27
29
|
|
|
@@ -569,7 +571,15 @@ export interface ITypeIgnoredConvention$instance extends IConvention$instance {}
|
|
|
569
571
|
|
|
570
572
|
export type ITypeIgnoredConvention = ITypeIgnoredConvention$instance;
|
|
571
573
|
|
|
572
|
-
export
|
|
574
|
+
export abstract class BackingFieldAttributeConvention$protected {
|
|
575
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: BackingFieldAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
576
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: BackingFieldAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
577
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
578
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
export interface BackingFieldAttributeConvention$instance extends BackingFieldAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<BackingFieldAttribute>, IConvention {
|
|
573
583
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
574
584
|
ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
575
585
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
@@ -592,7 +602,12 @@ export interface __BackingFieldAttributeConvention$views {
|
|
|
592
602
|
export type BackingFieldAttributeConvention = BackingFieldAttributeConvention$instance & __BackingFieldAttributeConvention$views;
|
|
593
603
|
|
|
594
604
|
|
|
595
|
-
export
|
|
605
|
+
export abstract class BackingFieldConvention$protected {
|
|
606
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
export interface BackingFieldConvention$instance extends BackingFieldConvention$protected, IConvention {
|
|
596
611
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
597
612
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
598
613
|
ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
|
|
@@ -619,7 +634,12 @@ export interface BackingFieldConvention$instance extends IComplexPropertyAddedCo
|
|
|
619
634
|
export type BackingFieldConvention = BackingFieldConvention$instance & __BackingFieldConvention$views;
|
|
620
635
|
|
|
621
636
|
|
|
622
|
-
export
|
|
637
|
+
export abstract class BaseTypeDiscoveryConvention$protected {
|
|
638
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
export interface BaseTypeDiscoveryConvention$instance extends BaseTypeDiscoveryConvention$protected, IConvention {
|
|
623
643
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
624
644
|
ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
|
|
625
645
|
}
|
|
@@ -640,7 +660,13 @@ export interface BaseTypeDiscoveryConvention$instance extends IEntityTypeAddedCo
|
|
|
640
660
|
export type BaseTypeDiscoveryConvention = BaseTypeDiscoveryConvention$instance & __BaseTypeDiscoveryConvention$views;
|
|
641
661
|
|
|
642
662
|
|
|
643
|
-
export
|
|
663
|
+
export abstract class CascadeDeleteConvention$protected {
|
|
664
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
665
|
+
protected GetTargetDeleteBehavior(foreignKey: IConventionForeignKey): DeleteBehavior;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
export interface CascadeDeleteConvention$instance extends CascadeDeleteConvention$protected, IConvention {
|
|
644
670
|
ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
645
671
|
ProcessForeignKeyRequirednessChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
|
|
646
672
|
}
|
|
@@ -661,7 +687,12 @@ export interface CascadeDeleteConvention$instance extends IForeignKeyAddedConven
|
|
|
661
687
|
export type CascadeDeleteConvention = CascadeDeleteConvention$instance & __CascadeDeleteConvention$views;
|
|
662
688
|
|
|
663
689
|
|
|
664
|
-
export
|
|
690
|
+
export abstract class ChangeTrackingStrategyConvention$protected {
|
|
691
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
export interface ChangeTrackingStrategyConvention$instance extends ChangeTrackingStrategyConvention$protected, IConvention {
|
|
665
696
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
666
697
|
}
|
|
667
698
|
|
|
@@ -680,7 +711,13 @@ export interface ChangeTrackingStrategyConvention$instance extends IModelFinaliz
|
|
|
680
711
|
export type ChangeTrackingStrategyConvention = ChangeTrackingStrategyConvention$instance & __ChangeTrackingStrategyConvention$views;
|
|
681
712
|
|
|
682
713
|
|
|
683
|
-
export
|
|
714
|
+
export abstract class CheckConstraintConvention$protected {
|
|
715
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
716
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
export interface CheckConstraintConvention$instance extends CheckConstraintConvention$protected, IConvention {
|
|
684
721
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
685
722
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
686
723
|
}
|
|
@@ -701,7 +738,16 @@ export interface CheckConstraintConvention$instance extends IEntityTypeAddedConv
|
|
|
701
738
|
export type CheckConstraintConvention = CheckConstraintConvention$instance & __CheckConstraintConvention$views;
|
|
702
739
|
|
|
703
740
|
|
|
704
|
-
export
|
|
741
|
+
export abstract class ComplexPropertyDiscoveryConvention$protected {
|
|
742
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
743
|
+
protected readonly UseAttributes: boolean;
|
|
744
|
+
protected DiscoverComplexProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
|
|
745
|
+
protected GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
|
|
746
|
+
protected IsCandidateComplexProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, targetClrType: Type, isCollection: boolean): boolean;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
export interface ComplexPropertyDiscoveryConvention$instance extends ComplexPropertyDiscoveryConvention$protected, IConvention {
|
|
705
751
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
706
752
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
707
753
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -740,7 +786,13 @@ export interface ComplexPropertyDiscoveryConvention$instance extends IComplexPro
|
|
|
740
786
|
export type ComplexPropertyDiscoveryConvention = ComplexPropertyDiscoveryConvention$instance & __ComplexPropertyDiscoveryConvention$views;
|
|
741
787
|
|
|
742
788
|
|
|
743
|
-
export
|
|
789
|
+
export abstract class ComplexTypeAttributeConvention$protected {
|
|
790
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: ComplexTypeAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
791
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
export interface ComplexTypeAttributeConvention$instance extends ComplexTypeAttributeConvention$protected, TypeAttributeConventionBase_1$instance<ComplexTypeAttribute>, IConvention {
|
|
744
796
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
745
797
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
746
798
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
@@ -760,7 +812,14 @@ export interface __ComplexTypeAttributeConvention$views {
|
|
|
760
812
|
export type ComplexTypeAttributeConvention = ComplexTypeAttributeConvention$instance & __ComplexTypeAttributeConvention$views;
|
|
761
813
|
|
|
762
814
|
|
|
763
|
-
export
|
|
815
|
+
export abstract class ConcurrencyCheckAttributeConvention$protected {
|
|
816
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: ConcurrencyCheckAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
817
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
818
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
export interface ConcurrencyCheckAttributeConvention$instance extends ConcurrencyCheckAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<ConcurrencyCheckAttribute>, IConvention {
|
|
764
823
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
765
824
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
766
825
|
}
|
|
@@ -779,7 +838,12 @@ export interface __ConcurrencyCheckAttributeConvention$views {
|
|
|
779
838
|
export type ConcurrencyCheckAttributeConvention = ConcurrencyCheckAttributeConvention$instance & __ConcurrencyCheckAttributeConvention$views;
|
|
780
839
|
|
|
781
840
|
|
|
782
|
-
export
|
|
841
|
+
export abstract class ConstructorBindingConvention$protected {
|
|
842
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
export interface ConstructorBindingConvention$instance extends ConstructorBindingConvention$protected, IConvention {
|
|
783
847
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
784
848
|
}
|
|
785
849
|
|
|
@@ -873,7 +937,14 @@ export const ConventionSet: {
|
|
|
873
937
|
|
|
874
938
|
export type ConventionSet = ConventionSet$instance;
|
|
875
939
|
|
|
876
|
-
export
|
|
940
|
+
export abstract class DatabaseGeneratedAttributeConvention$protected {
|
|
941
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: DatabaseGeneratedAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
942
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
943
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
export interface DatabaseGeneratedAttributeConvention$instance extends DatabaseGeneratedAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<DatabaseGeneratedAttribute>, IConvention {
|
|
877
948
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
878
949
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
879
950
|
}
|
|
@@ -892,7 +963,12 @@ export interface __DatabaseGeneratedAttributeConvention$views {
|
|
|
892
963
|
export type DatabaseGeneratedAttributeConvention = DatabaseGeneratedAttributeConvention$instance & __DatabaseGeneratedAttributeConvention$views;
|
|
893
964
|
|
|
894
965
|
|
|
895
|
-
export
|
|
966
|
+
export abstract class DbSetFindingConvention$protected {
|
|
967
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
export interface DbSetFindingConvention$instance extends DbSetFindingConvention$protected, IConvention {
|
|
896
972
|
ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
897
973
|
}
|
|
898
974
|
|
|
@@ -911,7 +987,15 @@ export interface DbSetFindingConvention$instance extends IModelInitializedConven
|
|
|
911
987
|
export type DbSetFindingConvention = DbSetFindingConvention$instance & __DbSetFindingConvention$views;
|
|
912
988
|
|
|
913
989
|
|
|
914
|
-
export
|
|
990
|
+
export abstract class DeleteBehaviorAttributeConvention$protected {
|
|
991
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: DeleteBehaviorAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
992
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: DeleteBehaviorAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
993
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
994
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
export interface DeleteBehaviorAttributeConvention$instance extends DeleteBehaviorAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<DeleteBehaviorAttribute>, IConvention {
|
|
915
999
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
916
1000
|
ProcessForeignKeyPrincipalEndChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
917
1001
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
@@ -940,7 +1024,14 @@ export interface DeleteBehaviorAttributeConvention$instance extends IForeignKeyP
|
|
|
940
1024
|
export type DeleteBehaviorAttributeConvention = DeleteBehaviorAttributeConvention$instance & __DeleteBehaviorAttributeConvention$views;
|
|
941
1025
|
|
|
942
1026
|
|
|
943
|
-
export
|
|
1027
|
+
export abstract class DiscriminatorConvention$protected {
|
|
1028
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1029
|
+
protected SetDefaultDiscriminatorValue(complexType: IConventionComplexType, discriminatorBuilder: IConventionComplexTypeDiscriminatorBuilder): void;
|
|
1030
|
+
protected SetDefaultDiscriminatorValues(entityTypes: IEnumerable<IConventionEntityType>, discriminatorBuilder: IConventionDiscriminatorBuilder): void;
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
export interface DiscriminatorConvention$instance extends DiscriminatorConvention$protected, IConvention {
|
|
944
1035
|
ProcessDiscriminatorPropertySet(structuralTypeBuilder: IConventionTypeBaseBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
|
|
945
1036
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
946
1037
|
ProcessEntityTypeRemoved(modelBuilder: IConventionModelBuilder, entityType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -963,7 +1054,13 @@ export interface DiscriminatorConvention$instance extends IDiscriminatorProperty
|
|
|
963
1054
|
export type DiscriminatorConvention = DiscriminatorConvention$instance & __DiscriminatorConvention$views;
|
|
964
1055
|
|
|
965
1056
|
|
|
966
|
-
export
|
|
1057
|
+
export abstract class DiscriminatorLengthConvention$protected {
|
|
1058
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1059
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
export interface DiscriminatorLengthConvention$instance extends DiscriminatorLengthConvention$protected, IConvention {
|
|
967
1064
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
968
1065
|
}
|
|
969
1066
|
|
|
@@ -982,7 +1079,12 @@ export interface DiscriminatorLengthConvention$instance extends IModelFinalizing
|
|
|
982
1079
|
export type DiscriminatorLengthConvention = DiscriminatorLengthConvention$instance & __DiscriminatorLengthConvention$views;
|
|
983
1080
|
|
|
984
1081
|
|
|
985
|
-
export
|
|
1082
|
+
export abstract class ElementMappingConvention$protected {
|
|
1083
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
export interface ElementMappingConvention$instance extends ElementMappingConvention$protected, IConvention {
|
|
986
1088
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
987
1089
|
}
|
|
988
1090
|
|
|
@@ -1001,7 +1103,12 @@ export interface ElementMappingConvention$instance extends IModelFinalizingConve
|
|
|
1001
1103
|
export type ElementMappingConvention = ElementMappingConvention$instance & __ElementMappingConvention$views;
|
|
1002
1104
|
|
|
1003
1105
|
|
|
1004
|
-
export
|
|
1106
|
+
export abstract class ElementTypeChangedConvention$protected {
|
|
1107
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
export interface ElementTypeChangedConvention$instance extends ElementTypeChangedConvention$protected, IConvention {
|
|
1005
1112
|
ProcessForeignKeyAdded(foreignKeyBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
1006
1113
|
ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
|
|
1007
1114
|
ProcessPropertyElementTypeChanged(propertyBuilder: IConventionPropertyBuilder, newElementType: IElementType, oldElementType: IElementType, context: IConventionContext_1<IElementType>): void;
|
|
@@ -1024,7 +1131,13 @@ export interface ElementTypeChangedConvention$instance extends IForeignKeyAddedC
|
|
|
1024
1131
|
export type ElementTypeChangedConvention = ElementTypeChangedConvention$instance & __ElementTypeChangedConvention$views;
|
|
1025
1132
|
|
|
1026
1133
|
|
|
1027
|
-
export
|
|
1134
|
+
export abstract class EntitySplittingConvention$protected {
|
|
1135
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1136
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
export interface EntitySplittingConvention$instance extends EntitySplittingConvention$protected, IConvention {
|
|
1028
1141
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1029
1142
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1030
1143
|
}
|
|
@@ -1045,7 +1158,15 @@ export interface EntitySplittingConvention$instance extends IEntityTypeAddedConv
|
|
|
1045
1158
|
export type EntitySplittingConvention = EntitySplittingConvention$instance & __EntitySplittingConvention$views;
|
|
1046
1159
|
|
|
1047
1160
|
|
|
1048
|
-
export
|
|
1161
|
+
export abstract class EntityTypeConfigurationAttributeConvention$protected {
|
|
1162
|
+
protected ProcessComplexTypeAdded2(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: EntityTypeConfigurationAttribute, context: IConventionContext): void;
|
|
1163
|
+
protected ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: unknown, context: IConventionContext): void;
|
|
1164
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: EntityTypeConfigurationAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1165
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
export interface EntityTypeConfigurationAttributeConvention$instance extends EntityTypeConfigurationAttributeConvention$protected, TypeAttributeConventionBase_1$instance<EntityTypeConfigurationAttribute>, IConvention {
|
|
1049
1170
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1050
1171
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1051
1172
|
}
|
|
@@ -1064,7 +1185,13 @@ export interface __EntityTypeConfigurationAttributeConvention$views {
|
|
|
1064
1185
|
export type EntityTypeConfigurationAttributeConvention = EntityTypeConfigurationAttributeConvention$instance & __EntityTypeConfigurationAttributeConvention$views;
|
|
1065
1186
|
|
|
1066
1187
|
|
|
1067
|
-
export
|
|
1188
|
+
export abstract class EntityTypeHierarchyMappingConvention$protected {
|
|
1189
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1190
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
export interface EntityTypeHierarchyMappingConvention$instance extends EntityTypeHierarchyMappingConvention$protected, IConvention {
|
|
1068
1195
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1069
1196
|
}
|
|
1070
1197
|
|
|
@@ -1083,7 +1210,12 @@ export interface EntityTypeHierarchyMappingConvention$instance extends IModelFin
|
|
|
1083
1210
|
export type EntityTypeHierarchyMappingConvention = EntityTypeHierarchyMappingConvention$instance & __EntityTypeHierarchyMappingConvention$views;
|
|
1084
1211
|
|
|
1085
1212
|
|
|
1086
|
-
export
|
|
1213
|
+
export abstract class ForeignKeyAttributeConvention$protected {
|
|
1214
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
export interface ForeignKeyAttributeConvention$instance extends ForeignKeyAttributeConvention$protected, IConvention {
|
|
1087
1219
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1088
1220
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1089
1221
|
ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
@@ -1114,7 +1246,14 @@ export interface ForeignKeyAttributeConvention$instance extends IComplexProperty
|
|
|
1114
1246
|
export type ForeignKeyAttributeConvention = ForeignKeyAttributeConvention$instance & __ForeignKeyAttributeConvention$views;
|
|
1115
1247
|
|
|
1116
1248
|
|
|
1117
|
-
export
|
|
1249
|
+
export abstract class ForeignKeyIndexConvention$protected {
|
|
1250
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1251
|
+
protected AreIndexedBy(properties: IReadOnlyList<IConventionProperty>, unique: boolean, coveringIndexProperties: IReadOnlyList<IConventionProperty>, coveringIndexUnique: boolean): boolean;
|
|
1252
|
+
protected CreateIndex(properties: IReadOnlyList<IConventionProperty>, unique: boolean, entityTypeBuilder: IConventionEntityTypeBuilder): IConventionIndex | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
export interface ForeignKeyIndexConvention$instance extends ForeignKeyIndexConvention$protected, IConvention {
|
|
1118
1257
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
1119
1258
|
ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
1120
1259
|
ProcessForeignKeyPropertiesChanged(relationshipBuilder: IConventionForeignKeyBuilder, oldDependentProperties: IReadOnlyList<IConventionProperty>, oldPrincipalKey: IConventionKey, context: IConventionContext_1<IReadOnlyList<IConventionProperty>>): void;
|
|
@@ -1153,7 +1292,12 @@ export interface ForeignKeyIndexConvention$instance extends IEntityTypeBaseTypeC
|
|
|
1153
1292
|
export type ForeignKeyIndexConvention = ForeignKeyIndexConvention$instance & __ForeignKeyIndexConvention$views;
|
|
1154
1293
|
|
|
1155
1294
|
|
|
1156
|
-
export
|
|
1295
|
+
export abstract class ForeignKeyPropertyDiscoveryConvention$protected {
|
|
1296
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
export interface ForeignKeyPropertyDiscoveryConvention$instance extends ForeignKeyPropertyDiscoveryConvention$protected, IConvention {
|
|
1157
1301
|
ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
|
|
1158
1302
|
ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
|
|
1159
1303
|
ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|
|
@@ -1203,7 +1347,12 @@ export interface ForeignKeyPropertyDiscoveryConvention$instance extends IEntityT
|
|
|
1203
1347
|
export type ForeignKeyPropertyDiscoveryConvention = ForeignKeyPropertyDiscoveryConvention$instance & __ForeignKeyPropertyDiscoveryConvention$views;
|
|
1204
1348
|
|
|
1205
1349
|
|
|
1206
|
-
export
|
|
1350
|
+
export abstract class IndexAttributeConvention$protected {
|
|
1351
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
export interface IndexAttributeConvention$instance extends IndexAttributeConvention$protected, IConvention {
|
|
1207
1356
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1208
1357
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
1209
1358
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
@@ -1226,7 +1375,12 @@ export interface IndexAttributeConvention$instance extends IEntityTypeAddedConve
|
|
|
1226
1375
|
export type IndexAttributeConvention = IndexAttributeConvention$instance & __IndexAttributeConvention$views;
|
|
1227
1376
|
|
|
1228
1377
|
|
|
1229
|
-
export
|
|
1378
|
+
export abstract class InversePropertyAttributeConvention$protected {
|
|
1379
|
+
protected TryGetTargetEntityTypeBuilder(entityTypeBuilder: IConventionEntityTypeBuilder, targetClrType: Type, navigationMemberInfo: MemberInfo, shouldCreate?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
export interface InversePropertyAttributeConvention$instance extends InversePropertyAttributeConvention$protected, NavigationAttributeConventionBase_1<InversePropertyAttribute>, IConvention {
|
|
1230
1384
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1231
1385
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, navigationMemberInfo: MemberInfo, targetClrType: Type, attribute: InversePropertyAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1232
1386
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -1263,7 +1417,15 @@ export interface InversePropertyAttributeConvention$instance extends IModelFinal
|
|
|
1263
1417
|
export type InversePropertyAttributeConvention = InversePropertyAttributeConvention$instance & __InversePropertyAttributeConvention$views;
|
|
1264
1418
|
|
|
1265
1419
|
|
|
1266
|
-
export
|
|
1420
|
+
export abstract class KeyAttributeConvention$protected {
|
|
1421
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: KeyAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1422
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: KeyAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1423
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1424
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
export interface KeyAttributeConvention$instance extends KeyAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<KeyAttribute>, IConvention {
|
|
1267
1429
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1268
1430
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1269
1431
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -1292,7 +1454,16 @@ export interface KeyAttributeConvention$instance extends IEntityTypeAddedConvent
|
|
|
1292
1454
|
export type KeyAttributeConvention = KeyAttributeConvention$instance & __KeyAttributeConvention$views;
|
|
1293
1455
|
|
|
1294
1456
|
|
|
1295
|
-
export
|
|
1457
|
+
export abstract class KeyDiscoveryConvention$protected {
|
|
1458
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1459
|
+
protected DiscoverKeyProperties(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
|
|
1460
|
+
protected ProcessKeyProperties(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
|
|
1461
|
+
protected ShouldDiscoverKeyProperties(entityType: IConventionEntityType): boolean;
|
|
1462
|
+
protected TryConfigurePrimaryKey(entityTypeBuilder: IConventionEntityTypeBuilder): void;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
export interface KeyDiscoveryConvention$instance extends KeyDiscoveryConvention$protected, IConvention {
|
|
1296
1467
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1297
1468
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
1298
1469
|
ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
|
|
@@ -1332,7 +1503,13 @@ export interface KeyDiscoveryConvention$instance extends IEntityTypeAddedConvent
|
|
|
1332
1503
|
export type KeyDiscoveryConvention = KeyDiscoveryConvention$instance & __KeyDiscoveryConvention$views;
|
|
1333
1504
|
|
|
1334
1505
|
|
|
1335
|
-
export
|
|
1506
|
+
export abstract class KeylessAttributeConvention$protected {
|
|
1507
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: KeylessAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1508
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
export interface KeylessAttributeConvention$instance extends KeylessAttributeConvention$protected, TypeAttributeConventionBase_1$instance<KeylessAttribute>, IConvention {
|
|
1336
1513
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1337
1514
|
}
|
|
1338
1515
|
|
|
@@ -1349,7 +1526,16 @@ export interface __KeylessAttributeConvention$views {
|
|
|
1349
1526
|
export type KeylessAttributeConvention = KeylessAttributeConvention$instance & __KeylessAttributeConvention$views;
|
|
1350
1527
|
|
|
1351
1528
|
|
|
1352
|
-
export
|
|
1529
|
+
export abstract class ManyToManyJoinEntityTypeConvention$protected {
|
|
1530
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1531
|
+
protected CreateJoinEntityType(joinEntityTypeName: string, skipNavigation: IConventionSkipNavigation): void;
|
|
1532
|
+
protected CreateSkipNavigationForeignKey(skipNavigation: IConventionSkipNavigation, joinEntityTypeBuilder: IConventionEntityTypeBuilder): IConventionForeignKey;
|
|
1533
|
+
protected GenerateJoinTypeName(skipNavigation: IConventionSkipNavigation): string;
|
|
1534
|
+
protected ShouldCreateJoinType(skipNavigation: IConventionSkipNavigation): boolean;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
export interface ManyToManyJoinEntityTypeConvention$instance extends ManyToManyJoinEntityTypeConvention$protected, IConvention {
|
|
1353
1539
|
ProcessSkipNavigationAdded(skipNavigationBuilder: IConventionSkipNavigationBuilder, context: IConventionContext_1<IConventionSkipNavigationBuilder>): void;
|
|
1354
1540
|
ProcessSkipNavigationForeignKeyChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, foreignKey: IConventionForeignKey, oldForeignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
|
|
1355
1541
|
ProcessSkipNavigationInverseChanged(skipNavigationBuilder: IConventionSkipNavigationBuilder, inverse: IConventionSkipNavigation, oldInverse: IConventionSkipNavigation, context: IConventionContext_1<IConventionSkipNavigation>): void;
|
|
@@ -1374,7 +1560,15 @@ export interface ManyToManyJoinEntityTypeConvention$instance extends ISkipNaviga
|
|
|
1374
1560
|
export type ManyToManyJoinEntityTypeConvention = ManyToManyJoinEntityTypeConvention$instance & __ManyToManyJoinEntityTypeConvention$views;
|
|
1375
1561
|
|
|
1376
1562
|
|
|
1377
|
-
export
|
|
1563
|
+
export abstract class MaxLengthAttributeConvention$protected {
|
|
1564
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: MaxLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1565
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: MaxLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1566
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1567
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
export interface MaxLengthAttributeConvention$instance extends MaxLengthAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<MaxLengthAttribute>, IConvention {
|
|
1378
1572
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1379
1573
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1380
1574
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
@@ -1395,7 +1589,12 @@ export interface __MaxLengthAttributeConvention$views {
|
|
|
1395
1589
|
export type MaxLengthAttributeConvention = MaxLengthAttributeConvention$instance & __MaxLengthAttributeConvention$views;
|
|
1396
1590
|
|
|
1397
1591
|
|
|
1398
|
-
export
|
|
1592
|
+
export abstract class ModelCleanupConvention$protected {
|
|
1593
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
export interface ModelCleanupConvention$instance extends ModelCleanupConvention$protected, IConvention {
|
|
1399
1598
|
ProcessForeignKeyRemoved(entityTypeBuilder: IConventionEntityTypeBuilder, foreignKey: IConventionForeignKey, context: IConventionContext_1<IConventionForeignKey>): void;
|
|
1400
1599
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1401
1600
|
}
|
|
@@ -1416,7 +1615,12 @@ export interface ModelCleanupConvention$instance extends IForeignKeyRemovedConve
|
|
|
1416
1615
|
export type ModelCleanupConvention = ModelCleanupConvention$instance & __ModelCleanupConvention$views;
|
|
1417
1616
|
|
|
1418
1617
|
|
|
1419
|
-
export
|
|
1618
|
+
export abstract class NavigationAttributeConventionBase_1$protected<TAttribute extends Attribute> {
|
|
1619
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
export interface NavigationAttributeConventionBase_1$instance<TAttribute extends Attribute> extends NavigationAttributeConventionBase_1$protected<TAttribute> {
|
|
1420
1624
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1421
1625
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, navigationMemberInfo: MemberInfo, targetClrType: Type, attribute: TAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1422
1626
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -1437,6 +1641,9 @@ export interface NavigationAttributeConventionBase_1$instance<TAttribute extends
|
|
|
1437
1641
|
|
|
1438
1642
|
|
|
1439
1643
|
export const NavigationAttributeConventionBase_1: {
|
|
1644
|
+
new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies): NavigationAttributeConventionBase_1<TAttribute>;
|
|
1645
|
+
GetAttributes<TAttribute extends Attribute, TCustomAttribute extends Attribute>(entityType: IConventionEntityType, navigation: IConventionNavigation): IEnumerable<TCustomAttribute>;
|
|
1646
|
+
GetAttributes<TAttribute extends Attribute, TCustomAttribute extends Attribute>(entityType: IConventionEntityType, skipNavigation: IConventionSkipNavigation): IEnumerable<TCustomAttribute>;
|
|
1440
1647
|
};
|
|
1441
1648
|
|
|
1442
1649
|
|
|
@@ -1463,7 +1670,12 @@ export interface __NavigationBackingFieldAttributeConvention$views {
|
|
|
1463
1670
|
export type NavigationBackingFieldAttributeConvention = NavigationBackingFieldAttributeConvention$instance & __NavigationBackingFieldAttributeConvention$views;
|
|
1464
1671
|
|
|
1465
1672
|
|
|
1466
|
-
export
|
|
1673
|
+
export abstract class NavigationEagerLoadingConvention$protected {
|
|
1674
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
export interface NavigationEagerLoadingConvention$instance extends NavigationEagerLoadingConvention$protected, IConvention {
|
|
1467
1679
|
ProcessForeignKeyOwnershipChanged(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<Nullable<System_Internal.Boolean>>): void;
|
|
1468
1680
|
}
|
|
1469
1681
|
|
|
@@ -1482,11 +1694,18 @@ export interface NavigationEagerLoadingConvention$instance extends IForeignKeyOw
|
|
|
1482
1694
|
export type NavigationEagerLoadingConvention = NavigationEagerLoadingConvention$instance & __NavigationEagerLoadingConvention$views;
|
|
1483
1695
|
|
|
1484
1696
|
|
|
1485
|
-
export
|
|
1697
|
+
export abstract class NonNullableConventionBase$protected {
|
|
1698
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1699
|
+
protected TryGetNullabilityInfo(modelBuilder: IConventionModelBuilder, memberInfo: MemberInfo, nullabilityInfo: NullabilityInfo): boolean;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
export interface NonNullableConventionBase$instance extends NonNullableConventionBase$protected {
|
|
1486
1704
|
}
|
|
1487
1705
|
|
|
1488
1706
|
|
|
1489
1707
|
export const NonNullableConventionBase: {
|
|
1708
|
+
new(dependencies: ProviderConventionSetBuilderDependencies): NonNullableConventionBase;
|
|
1490
1709
|
};
|
|
1491
1710
|
|
|
1492
1711
|
|
|
@@ -1540,7 +1759,13 @@ export interface NonNullableReferencePropertyConvention$instance extends IComple
|
|
|
1540
1759
|
export type NonNullableReferencePropertyConvention = NonNullableReferencePropertyConvention$instance & __NonNullableReferencePropertyConvention$views;
|
|
1541
1760
|
|
|
1542
1761
|
|
|
1543
|
-
export
|
|
1762
|
+
export abstract class NotMappedMemberAttributeConvention$protected {
|
|
1763
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1764
|
+
protected ShouldIgnore(memberInfo: MemberInfo): boolean;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
export interface NotMappedMemberAttributeConvention$instance extends NotMappedMemberAttributeConvention$protected, IConvention {
|
|
1544
1769
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1545
1770
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1546
1771
|
}
|
|
@@ -1561,7 +1786,13 @@ export interface NotMappedMemberAttributeConvention$instance extends IComplexPro
|
|
|
1561
1786
|
export type NotMappedMemberAttributeConvention = NotMappedMemberAttributeConvention$instance & __NotMappedMemberAttributeConvention$views;
|
|
1562
1787
|
|
|
1563
1788
|
|
|
1564
|
-
export
|
|
1789
|
+
export abstract class NotMappedTypeAttributeConvention$protected {
|
|
1790
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: NotMappedAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1791
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
export interface NotMappedTypeAttributeConvention$instance extends NotMappedTypeAttributeConvention$protected, TypeAttributeConventionBase_1$instance<NotMappedAttribute>, IConvention {
|
|
1565
1796
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1566
1797
|
}
|
|
1567
1798
|
|
|
@@ -1578,7 +1809,15 @@ export interface __NotMappedTypeAttributeConvention$views {
|
|
|
1578
1809
|
export type NotMappedTypeAttributeConvention = NotMappedTypeAttributeConvention$instance & __NotMappedTypeAttributeConvention$views;
|
|
1579
1810
|
|
|
1580
1811
|
|
|
1581
|
-
export
|
|
1812
|
+
export abstract class OwnedAttributeConvention$protected {
|
|
1813
|
+
protected ProcessComplexTypeAdded2(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: OwnedAttribute, context: IConventionContext): void;
|
|
1814
|
+
protected ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: unknown, context: IConventionContext): void;
|
|
1815
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: OwnedAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1816
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
export interface OwnedAttributeConvention$instance extends OwnedAttributeConvention$protected, TypeAttributeConventionBase_1$instance<OwnedAttribute>, IConvention {
|
|
1582
1821
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1583
1822
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1584
1823
|
}
|
|
@@ -1597,7 +1836,15 @@ export interface __OwnedAttributeConvention$views {
|
|
|
1597
1836
|
export type OwnedAttributeConvention = OwnedAttributeConvention$instance & __OwnedAttributeConvention$views;
|
|
1598
1837
|
|
|
1599
1838
|
|
|
1600
|
-
export
|
|
1839
|
+
export abstract class PrecisionAttributeConvention$protected {
|
|
1840
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: PrecisionAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1841
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: PrecisionAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1842
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1843
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
export interface PrecisionAttributeConvention$instance extends PrecisionAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<PrecisionAttribute>, IConvention {
|
|
1601
1848
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1602
1849
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
1603
1850
|
}
|
|
@@ -1616,7 +1863,14 @@ export interface __PrecisionAttributeConvention$views {
|
|
|
1616
1863
|
export type PrecisionAttributeConvention = PrecisionAttributeConvention$instance & __PrecisionAttributeConvention$views;
|
|
1617
1864
|
|
|
1618
1865
|
|
|
1619
|
-
export
|
|
1866
|
+
export abstract class PropertyAttributeConventionBase_1$protected<TAttribute extends Attribute> {
|
|
1867
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1868
|
+
protected abstract ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, attribute: TAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1869
|
+
protected ProcessPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, attribute: TAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends PropertyAttributeConventionBase_1$protected<TAttribute>, IConvention {
|
|
1620
1874
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1621
1875
|
ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
1622
1876
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
@@ -1625,6 +1879,7 @@ export interface PropertyAttributeConventionBase_1$instance<TAttribute extends A
|
|
|
1625
1879
|
|
|
1626
1880
|
|
|
1627
1881
|
export const PropertyAttributeConventionBase_1: {
|
|
1882
|
+
new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies): PropertyAttributeConventionBase_1<TAttribute>;
|
|
1628
1883
|
};
|
|
1629
1884
|
|
|
1630
1885
|
|
|
@@ -1633,12 +1888,21 @@ export interface __PropertyAttributeConventionBase_1$views<TAttribute extends At
|
|
|
1633
1888
|
As_IPropertyFieldChangedConvention(): IPropertyFieldChangedConvention$instance;
|
|
1634
1889
|
}
|
|
1635
1890
|
|
|
1636
|
-
export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends
|
|
1891
|
+
export interface PropertyAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IPropertyFieldChangedConvention$instance {}
|
|
1637
1892
|
|
|
1638
1893
|
export type PropertyAttributeConventionBase_1<TAttribute extends Attribute> = PropertyAttributeConventionBase_1$instance<TAttribute> & __PropertyAttributeConventionBase_1$views<TAttribute>;
|
|
1639
1894
|
|
|
1640
1895
|
|
|
1641
|
-
export
|
|
1896
|
+
export abstract class PropertyDiscoveryConvention$protected {
|
|
1897
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1898
|
+
protected readonly UseAttributes: boolean;
|
|
1899
|
+
protected DiscoverPrimitiveProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
|
|
1900
|
+
protected GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
|
|
1901
|
+
protected IsCandidatePrimitiveProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, mapping: CoreTypeMapping): boolean;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
export interface PropertyDiscoveryConvention$instance extends PropertyDiscoveryConvention$protected, IConvention {
|
|
1642
1906
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
1643
1907
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1644
1908
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -1661,7 +1925,13 @@ export interface PropertyDiscoveryConvention$instance extends IComplexPropertyAd
|
|
|
1661
1925
|
export type PropertyDiscoveryConvention = PropertyDiscoveryConvention$instance & __PropertyDiscoveryConvention$views;
|
|
1662
1926
|
|
|
1663
1927
|
|
|
1664
|
-
export
|
|
1928
|
+
export abstract class PropertyOverridesConvention$protected {
|
|
1929
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1930
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
export interface PropertyOverridesConvention$instance extends PropertyOverridesConvention$protected, IConvention {
|
|
1665
1935
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1666
1936
|
}
|
|
1667
1937
|
|
|
@@ -1680,7 +1950,13 @@ export interface PropertyOverridesConvention$instance extends IPropertyAddedConv
|
|
|
1680
1950
|
export type PropertyOverridesConvention = PropertyOverridesConvention$instance & __PropertyOverridesConvention$views;
|
|
1681
1951
|
|
|
1682
1952
|
|
|
1683
|
-
export
|
|
1953
|
+
export abstract class QueryFilterRewritingConvention$protected {
|
|
1954
|
+
protected DbSetAccessRewriter: QueryFilterRewritingConvention_DbSetAccessRewritingExpressionVisitor;
|
|
1955
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
export interface QueryFilterRewritingConvention$instance extends QueryFilterRewritingConvention$protected, IConvention {
|
|
1684
1960
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1685
1961
|
}
|
|
1686
1962
|
|
|
@@ -1699,7 +1975,15 @@ export interface QueryFilterRewritingConvention$instance extends IModelFinalizin
|
|
|
1699
1975
|
export type QueryFilterRewritingConvention = QueryFilterRewritingConvention$instance & __QueryFilterRewritingConvention$views;
|
|
1700
1976
|
|
|
1701
1977
|
|
|
1702
|
-
export
|
|
1978
|
+
export abstract class RelationalColumnAttributeConvention$protected {
|
|
1979
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
1980
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: ColumnAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1981
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1982
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
export interface RelationalColumnAttributeConvention$instance extends RelationalColumnAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<ColumnAttribute>, IConvention {
|
|
1703
1987
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1704
1988
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
1705
1989
|
}
|
|
@@ -1718,7 +2002,15 @@ export interface __RelationalColumnAttributeConvention$views {
|
|
|
1718
2002
|
export type RelationalColumnAttributeConvention = RelationalColumnAttributeConvention$instance & __RelationalColumnAttributeConvention$views;
|
|
1719
2003
|
|
|
1720
2004
|
|
|
1721
|
-
export
|
|
2005
|
+
export abstract class RelationalColumnCommentAttributeConvention$protected {
|
|
2006
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2007
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: CommentAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2008
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2009
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
export interface RelationalColumnCommentAttributeConvention$instance extends RelationalColumnCommentAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<CommentAttribute>, IConvention {
|
|
1722
2014
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1723
2015
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
1724
2016
|
}
|
|
@@ -1737,7 +2029,14 @@ export interface __RelationalColumnCommentAttributeConvention$views {
|
|
|
1737
2029
|
export type RelationalColumnCommentAttributeConvention = RelationalColumnCommentAttributeConvention$instance & __RelationalColumnCommentAttributeConvention$views;
|
|
1738
2030
|
|
|
1739
2031
|
|
|
1740
|
-
export
|
|
2032
|
+
export abstract class RelationalDbFunctionAttributeConvention$protected {
|
|
2033
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2034
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2035
|
+
protected ProcessDbFunctionAdded(dbFunctionBuilder: IConventionDbFunctionBuilder, context: IConventionContext): void;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
export interface RelationalDbFunctionAttributeConvention$instance extends RelationalDbFunctionAttributeConvention$protected, IConvention {
|
|
1741
2040
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1742
2041
|
ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1743
2042
|
}
|
|
@@ -1758,7 +2057,16 @@ export interface RelationalDbFunctionAttributeConvention$instance extends IModel
|
|
|
1758
2057
|
export type RelationalDbFunctionAttributeConvention = RelationalDbFunctionAttributeConvention$instance & __RelationalDbFunctionAttributeConvention$views;
|
|
1759
2058
|
|
|
1760
2059
|
|
|
1761
|
-
export
|
|
2060
|
+
export abstract class RelationalKeyDiscoveryConvention$protected {
|
|
2061
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2062
|
+
protected DiscoverKeyProperties2(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
|
|
2063
|
+
protected DiscoverKeyProperties(entityType: IConventionEntityType): List<IConventionProperty> | undefined;
|
|
2064
|
+
protected ProcessKeyProperties2(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
|
|
2065
|
+
protected ProcessKeyProperties(keyProperties: IList<IConventionProperty>, entityType: IConventionEntityType): void;
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
export interface RelationalKeyDiscoveryConvention$instance extends RelationalKeyDiscoveryConvention$protected, KeyDiscoveryConvention$instance, IConvention {
|
|
1762
2070
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1763
2071
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
|
|
1764
2072
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -1801,7 +2109,13 @@ export interface RelationalKeyDiscoveryConvention$instance extends IEntityTypeAn
|
|
|
1801
2109
|
export type RelationalKeyDiscoveryConvention = RelationalKeyDiscoveryConvention$instance & __RelationalKeyDiscoveryConvention$views;
|
|
1802
2110
|
|
|
1803
2111
|
|
|
1804
|
-
export
|
|
2112
|
+
export abstract class RelationalMapToJsonConvention$protected {
|
|
2113
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2114
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
export interface RelationalMapToJsonConvention$instance extends RelationalMapToJsonConvention$protected, IConvention {
|
|
1805
2119
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
|
|
1806
2120
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1807
2121
|
}
|
|
@@ -1822,7 +2136,13 @@ export interface RelationalMapToJsonConvention$instance extends IEntityTypeAnnot
|
|
|
1822
2136
|
export type RelationalMapToJsonConvention = RelationalMapToJsonConvention$instance & __RelationalMapToJsonConvention$views;
|
|
1823
2137
|
|
|
1824
2138
|
|
|
1825
|
-
export
|
|
2139
|
+
export abstract class RelationalMaxIdentifierLengthConvention$protected {
|
|
2140
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2141
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
|
|
2145
|
+
export interface RelationalMaxIdentifierLengthConvention$instance extends RelationalMaxIdentifierLengthConvention$protected, IConvention {
|
|
1826
2146
|
readonly MaxIdentifierLength: int;
|
|
1827
2147
|
ProcessModelInitialized(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1828
2148
|
}
|
|
@@ -1842,7 +2162,12 @@ export interface RelationalMaxIdentifierLengthConvention$instance extends IModel
|
|
|
1842
2162
|
export type RelationalMaxIdentifierLengthConvention = RelationalMaxIdentifierLengthConvention$instance & __RelationalMaxIdentifierLengthConvention$views;
|
|
1843
2163
|
|
|
1844
2164
|
|
|
1845
|
-
export
|
|
2165
|
+
export abstract class RelationalNavigationJsonPropertyNameAttributeConvention$protected {
|
|
2166
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
export interface RelationalNavigationJsonPropertyNameAttributeConvention$instance extends RelationalNavigationJsonPropertyNameAttributeConvention$protected, NavigationAttributeConventionBase_1<JsonPropertyNameAttribute>, IConvention {
|
|
1846
2171
|
ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, context: IConventionContext_1<IConventionNavigationBuilder>): void;
|
|
1847
2172
|
ProcessNavigationAdded(navigationBuilder: IConventionNavigationBuilder, attribute: JsonPropertyNameAttribute, context: IConventionContext_1<IConventionNavigationBuilder>): void;
|
|
1848
2173
|
}
|
|
@@ -1860,7 +2185,15 @@ export interface __RelationalNavigationJsonPropertyNameAttributeConvention$views
|
|
|
1860
2185
|
export type RelationalNavigationJsonPropertyNameAttributeConvention = RelationalNavigationJsonPropertyNameAttributeConvention$instance & __RelationalNavigationJsonPropertyNameAttributeConvention$views;
|
|
1861
2186
|
|
|
1862
2187
|
|
|
1863
|
-
export
|
|
2188
|
+
export abstract class RelationalPropertyJsonPropertyNameAttributeConvention$protected {
|
|
2189
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2190
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: JsonPropertyNameAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2191
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2192
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
export interface RelationalPropertyJsonPropertyNameAttributeConvention$instance extends RelationalPropertyJsonPropertyNameAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<JsonPropertyNameAttribute>, IConvention {
|
|
1864
2197
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
1865
2198
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
1866
2199
|
}
|
|
@@ -1879,7 +2212,12 @@ export interface __RelationalPropertyJsonPropertyNameAttributeConvention$views {
|
|
|
1879
2212
|
export type RelationalPropertyJsonPropertyNameAttributeConvention = RelationalPropertyJsonPropertyNameAttributeConvention$instance & __RelationalPropertyJsonPropertyNameAttributeConvention$views;
|
|
1880
2213
|
|
|
1881
2214
|
|
|
1882
|
-
export
|
|
2215
|
+
export abstract class RelationalQueryFilterRewritingConvention$protected {
|
|
2216
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
export interface RelationalQueryFilterRewritingConvention$instance extends RelationalQueryFilterRewritingConvention$protected, QueryFilterRewritingConvention$instance, IConvention {
|
|
1883
2221
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
1884
2222
|
}
|
|
1885
2223
|
|
|
@@ -1896,7 +2234,34 @@ export interface __RelationalQueryFilterRewritingConvention$views {
|
|
|
1896
2234
|
export type RelationalQueryFilterRewritingConvention = RelationalQueryFilterRewritingConvention$instance & __RelationalQueryFilterRewritingConvention$views;
|
|
1897
2235
|
|
|
1898
2236
|
|
|
1899
|
-
export
|
|
2237
|
+
export abstract class RelationalRuntimeModelConvention$protected {
|
|
2238
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2239
|
+
protected ProcessComplexTypeAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
|
|
2240
|
+
protected ProcessComplexTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
|
|
2241
|
+
protected ProcessEntityTypeAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
|
|
2242
|
+
protected ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
|
|
2243
|
+
protected ProcessEntityTypeMappingFragmentAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityTypeMappingFragment: IEntityTypeMappingFragment, runtimeEntityTypeMappingFragment: RuntimeEntityTypeMappingFragment, runtime: boolean): void;
|
|
2244
|
+
protected ProcessForeignKeyAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
|
|
2245
|
+
protected ProcessForeignKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
|
|
2246
|
+
protected ProcessFunctionAnnotations(annotations: Dictionary<System_Internal.String, unknown>, function_: IDbFunction, runtimeFunction: RuntimeDbFunction, runtime: boolean): void;
|
|
2247
|
+
protected ProcessFunctionParameterAnnotations(annotations: Dictionary<System_Internal.String, unknown>, parameter: IDbFunctionParameter, runtimeParameter: RuntimeDbFunctionParameter, runtime: boolean): void;
|
|
2248
|
+
protected ProcessIndexAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
|
|
2249
|
+
protected ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
|
|
2250
|
+
protected ProcessKeyAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
|
|
2251
|
+
protected ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
|
|
2252
|
+
protected ProcessModelAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
|
|
2253
|
+
protected ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
|
|
2254
|
+
protected ProcessPropertyAnnotations2(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
|
|
2255
|
+
protected ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
|
|
2256
|
+
protected ProcessPropertyOverridesAnnotations(annotations: Dictionary<System_Internal.String, unknown>, propertyOverrides: IRelationalPropertyOverrides, runtimePropertyOverrides: RuntimeRelationalPropertyOverrides, runtime: boolean): void;
|
|
2257
|
+
protected ProcessSequenceAnnotations(annotations: Dictionary<System_Internal.String, unknown>, sequence: ISequence, runtimeSequence: RuntimeSequence, runtime: boolean): void;
|
|
2258
|
+
protected ProcessStoredProcedureAnnotations(annotations: Dictionary<System_Internal.String, unknown>, storedProcedure: IStoredProcedure, runtimeStoredProcedure: RuntimeStoredProcedure, runtime: boolean): void;
|
|
2259
|
+
protected ProcessStoredProcedureParameterAnnotations(annotations: Dictionary<System_Internal.String, unknown>, parameter: IStoredProcedureParameter, runtimeParameter: RuntimeStoredProcedureParameter, runtime: boolean): void;
|
|
2260
|
+
protected ProcessStoredProcedureResultColumnAnnotations(annotations: Dictionary<System_Internal.String, unknown>, resultColumn: IStoredProcedureResultColumn, runtimeResultColumn: RuntimeStoredProcedureResultColumn, runtime: boolean): void;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
export interface RelationalRuntimeModelConvention$instance extends RelationalRuntimeModelConvention$protected, RuntimeModelConvention$instance, IConvention {
|
|
1900
2265
|
ProcessModelFinalized(model: IModel): IModel;
|
|
1901
2266
|
}
|
|
1902
2267
|
|
|
@@ -1913,7 +2278,14 @@ export interface __RelationalRuntimeModelConvention$views {
|
|
|
1913
2278
|
export type RelationalRuntimeModelConvention = RelationalRuntimeModelConvention$instance & __RelationalRuntimeModelConvention$views;
|
|
1914
2279
|
|
|
1915
2280
|
|
|
1916
|
-
export
|
|
2281
|
+
export abstract class RelationalTableAttributeConvention$protected {
|
|
2282
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2283
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: TableAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2284
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
export interface RelationalTableAttributeConvention$instance extends RelationalTableAttributeConvention$protected, TypeAttributeConventionBase_1$instance<TableAttribute>, IConvention {
|
|
1917
2289
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1918
2290
|
}
|
|
1919
2291
|
|
|
@@ -1930,7 +2302,14 @@ export interface __RelationalTableAttributeConvention$views {
|
|
|
1930
2302
|
export type RelationalTableAttributeConvention = RelationalTableAttributeConvention$instance & __RelationalTableAttributeConvention$views;
|
|
1931
2303
|
|
|
1932
2304
|
|
|
1933
|
-
export
|
|
2305
|
+
export abstract class RelationalTableCommentAttributeConvention$protected {
|
|
2306
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2307
|
+
protected ProcessEntityTypeAdded3(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: CommentAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2308
|
+
protected abstract ProcessEntityTypeAdded2(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: unknown, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
export interface RelationalTableCommentAttributeConvention$instance extends RelationalTableCommentAttributeConvention$protected, TypeAttributeConventionBase_1$instance<CommentAttribute>, IConvention {
|
|
1934
2313
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1935
2314
|
}
|
|
1936
2315
|
|
|
@@ -1947,7 +2326,15 @@ export interface __RelationalTableCommentAttributeConvention$views {
|
|
|
1947
2326
|
export type RelationalTableCommentAttributeConvention = RelationalTableCommentAttributeConvention$instance & __RelationalTableCommentAttributeConvention$views;
|
|
1948
2327
|
|
|
1949
2328
|
|
|
1950
|
-
export
|
|
2329
|
+
export abstract class RelationalValueGenerationConvention$protected {
|
|
2330
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2331
|
+
protected GetValueGenerated2(property: IConventionProperty): Nullable<ValueGenerated>;
|
|
2332
|
+
protected GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
|
|
2333
|
+
protected MappingStrategyAllowsValueGeneration(property: IConventionProperty, mappingStrategy: string): boolean;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
export interface RelationalValueGenerationConvention$instance extends RelationalValueGenerationConvention$protected, ValueGenerationConvention$instance, IConvention {
|
|
1951
2338
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
|
|
1952
2339
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
1953
2340
|
ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
|
|
@@ -1980,7 +2367,16 @@ export interface RelationalValueGenerationConvention$instance extends IEntityTyp
|
|
|
1980
2367
|
export type RelationalValueGenerationConvention = RelationalValueGenerationConvention$instance & __RelationalValueGenerationConvention$views;
|
|
1981
2368
|
|
|
1982
2369
|
|
|
1983
|
-
export
|
|
2370
|
+
export abstract class RelationshipDiscoveryConvention$protected {
|
|
2371
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2372
|
+
protected readonly UseAttributes: boolean;
|
|
2373
|
+
protected DiscoverRelationships(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext, discoverUnmatchedInverses?: boolean): void;
|
|
2374
|
+
protected ShouldBeOwned(targetType: Type, model: IConventionModel): Nullable<System_Internal.Boolean>;
|
|
2375
|
+
protected TryGetTargetEntityTypeBuilder(entityTypeBuilder: IConventionEntityTypeBuilder, targetClrType: Type, navigationMemberInfo: MemberInfo, shouldBeOwned?: Nullable<System_Internal.Boolean>, shouldCreate?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
export interface RelationshipDiscoveryConvention$instance extends RelationshipDiscoveryConvention$protected, IConvention {
|
|
1984
2380
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
1985
2381
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
1986
2382
|
ProcessEntityTypeMemberIgnored(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, context: IConventionContext_1<System_Internal.String>): void;
|
|
@@ -2039,7 +2435,15 @@ export interface __RequiredNavigationAttributeConvention$views {
|
|
|
2039
2435
|
export type RequiredNavigationAttributeConvention = RequiredNavigationAttributeConvention$instance & __RequiredNavigationAttributeConvention$views;
|
|
2040
2436
|
|
|
2041
2437
|
|
|
2042
|
-
export
|
|
2438
|
+
export abstract class RequiredPropertyAttributeConvention$protected {
|
|
2439
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: RequiredAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2440
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionComplexPropertyBuilder, attribute: RequiredAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2441
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2442
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
export interface RequiredPropertyAttributeConvention$instance extends RequiredPropertyAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<RequiredAttribute>, IConvention {
|
|
2043
2447
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
2044
2448
|
ProcessComplexPropertyFieldChanged(propertyBuilder: IConventionComplexPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
2045
2449
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
@@ -2062,7 +2466,30 @@ export interface __RequiredPropertyAttributeConvention$views {
|
|
|
2062
2466
|
export type RequiredPropertyAttributeConvention = RequiredPropertyAttributeConvention$instance & __RequiredPropertyAttributeConvention$views;
|
|
2063
2467
|
|
|
2064
2468
|
|
|
2065
|
-
export
|
|
2469
|
+
export abstract class RuntimeModelConvention$protected {
|
|
2470
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2471
|
+
protected Create(model: IModel): RuntimeModel;
|
|
2472
|
+
protected GetForeignKey(foreignKey: IForeignKey, entityType: RuntimeEntityType): RuntimeForeignKey;
|
|
2473
|
+
protected GetIndex(index: IIndex, entityType: RuntimeEntityType): RuntimeIndex;
|
|
2474
|
+
protected GetKey(key: IKey, entityType: RuntimeEntityType): RuntimeKey;
|
|
2475
|
+
protected ProcessComplexPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IComplexProperty, runtimeProperty: RuntimeComplexProperty, runtime: boolean): void;
|
|
2476
|
+
protected ProcessComplexTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, complexType: IComplexType, runtimeComplexType: RuntimeComplexType, runtime: boolean): void;
|
|
2477
|
+
protected ProcessElementTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, element: IElementType, runtimeElement: RuntimeElementType, runtime: boolean): void;
|
|
2478
|
+
protected ProcessEntityTypeAnnotations(annotations: Dictionary<System_Internal.String, unknown>, entityType: IEntityType, runtimeEntityType: RuntimeEntityType, runtime: boolean): void;
|
|
2479
|
+
protected ProcessForeignKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, foreignKey: IForeignKey, runtimeForeignKey: RuntimeForeignKey, runtime: boolean): void;
|
|
2480
|
+
protected ProcessIndexAnnotations(annotations: Dictionary<System_Internal.String, unknown>, index: IIndex, runtimeIndex: RuntimeIndex, runtime: boolean): void;
|
|
2481
|
+
protected ProcessKeyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, key: IKey, runtimeKey: RuntimeKey, runtime: boolean): void;
|
|
2482
|
+
protected ProcessModelAnnotations(annotations: Dictionary<System_Internal.String, unknown>, model: IModel, runtimeModel: RuntimeModel, runtime: boolean): void;
|
|
2483
|
+
protected ProcessNavigationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, navigation: INavigation, runtimeNavigation: RuntimeNavigation, runtime: boolean): void;
|
|
2484
|
+
protected ProcessPropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IProperty, runtimeProperty: RuntimeProperty, runtime: boolean): void;
|
|
2485
|
+
protected ProcessServicePropertyAnnotations(annotations: Dictionary<System_Internal.String, unknown>, property: IServiceProperty, runtimeProperty: RuntimeServiceProperty, runtime: boolean): void;
|
|
2486
|
+
protected ProcessSkipNavigationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, skipNavigation: ISkipNavigation, runtimeSkipNavigation: RuntimeSkipNavigation, runtime: boolean): void;
|
|
2487
|
+
protected ProcessTriggerAnnotations(annotations: Dictionary<System_Internal.String, unknown>, trigger: ITrigger, runtimeTrigger: RuntimeTrigger, runtime: boolean): void;
|
|
2488
|
+
protected ProcessTypeMappingConfigurationAnnotations(annotations: Dictionary<System_Internal.String, unknown>, typeConfiguration: ITypeMappingConfiguration, runtimeTypeConfiguration: RuntimeTypeMappingConfiguration, runtime: boolean): void;
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
export interface RuntimeModelConvention$instance extends RuntimeModelConvention$protected, IConvention {
|
|
2066
2493
|
ProcessModelFinalized(model: IModel): IModel;
|
|
2067
2494
|
}
|
|
2068
2495
|
|
|
@@ -2081,7 +2508,13 @@ export interface RuntimeModelConvention$instance extends IModelFinalizedConventi
|
|
|
2081
2508
|
export type RuntimeModelConvention = RuntimeModelConvention$instance & __RuntimeModelConvention$views;
|
|
2082
2509
|
|
|
2083
2510
|
|
|
2084
|
-
export
|
|
2511
|
+
export abstract class SequenceUniquificationConvention$protected {
|
|
2512
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2513
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
export interface SequenceUniquificationConvention$instance extends SequenceUniquificationConvention$protected, IConvention {
|
|
2085
2518
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
2086
2519
|
}
|
|
2087
2520
|
|
|
@@ -2100,7 +2533,16 @@ export interface SequenceUniquificationConvention$instance extends IModelFinaliz
|
|
|
2100
2533
|
export type SequenceUniquificationConvention = SequenceUniquificationConvention$instance & __SequenceUniquificationConvention$views;
|
|
2101
2534
|
|
|
2102
2535
|
|
|
2103
|
-
export
|
|
2536
|
+
export abstract class ServicePropertyDiscoveryConvention$protected {
|
|
2537
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2538
|
+
protected readonly UseAttributes: boolean;
|
|
2539
|
+
protected DiscoverServiceProperties(structuralTypeBuilder: IConventionTypeBaseBuilder, context: IConventionContext): void;
|
|
2540
|
+
protected GetMembers(structuralType: IConventionTypeBase): IEnumerable<MemberInfo>;
|
|
2541
|
+
protected IsCandidateServiceProperty(memberInfo: MemberInfo, structuralType: IConventionTypeBase, factory: IParameterBindingFactory): boolean;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
export interface ServicePropertyDiscoveryConvention$instance extends ServicePropertyDiscoveryConvention$protected, IConvention {
|
|
2104
2546
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2105
2547
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
2106
2548
|
}
|
|
@@ -2121,7 +2563,25 @@ export interface ServicePropertyDiscoveryConvention$instance extends IEntityType
|
|
|
2121
2563
|
export type ServicePropertyDiscoveryConvention = ServicePropertyDiscoveryConvention$instance & __ServicePropertyDiscoveryConvention$views;
|
|
2122
2564
|
|
|
2123
2565
|
|
|
2124
|
-
export
|
|
2566
|
+
export abstract class SharedTableConvention$protected {
|
|
2567
|
+
protected readonly CheckConstraintsUniqueAcrossTables: boolean;
|
|
2568
|
+
protected readonly DefaultConstraintsUniqueAcrossTables: boolean;
|
|
2569
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2570
|
+
protected readonly ForeignKeysUniqueAcrossTables: boolean;
|
|
2571
|
+
protected readonly IndexesUniqueAcrossTables: boolean;
|
|
2572
|
+
protected readonly KeysUniqueAcrossTables: boolean;
|
|
2573
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2574
|
+
protected readonly TriggersUniqueAcrossTables: boolean;
|
|
2575
|
+
protected AreCompatible(key: IReadOnlyKey, duplicateKey: IReadOnlyKey, storeObject: StoreObjectIdentifier): boolean;
|
|
2576
|
+
protected AreCompatible(index: IReadOnlyIndex, duplicateIndex: IReadOnlyIndex, storeObject: StoreObjectIdentifier): boolean;
|
|
2577
|
+
protected AreCompatible(foreignKey: IReadOnlyForeignKey, duplicateForeignKey: IReadOnlyForeignKey, storeObject: StoreObjectIdentifier): boolean;
|
|
2578
|
+
protected AreCompatible(checkConstraint: IReadOnlyCheckConstraint, duplicateCheckConstraint: IReadOnlyCheckConstraint, storeObject: StoreObjectIdentifier): boolean;
|
|
2579
|
+
protected AreCompatible(trigger: IReadOnlyTrigger, duplicateTrigger: IReadOnlyTrigger, storeObject: StoreObjectIdentifier): boolean;
|
|
2580
|
+
protected AreCompatibleDefaultConstraints(property: IReadOnlyProperty, duplicateProperty: IReadOnlyProperty, storeObject: StoreObjectIdentifier): boolean;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
export interface SharedTableConvention$instance extends SharedTableConvention$protected, IConvention {
|
|
2125
2585
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
2126
2586
|
}
|
|
2127
2587
|
|
|
@@ -2140,7 +2600,13 @@ export interface SharedTableConvention$instance extends IModelFinalizingConventi
|
|
|
2140
2600
|
export type SharedTableConvention = SharedTableConvention$instance & __SharedTableConvention$views;
|
|
2141
2601
|
|
|
2142
2602
|
|
|
2143
|
-
export
|
|
2603
|
+
export abstract class StoredProcedureConvention$protected {
|
|
2604
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2605
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
|
|
2609
|
+
export interface StoredProcedureConvention$instance extends StoredProcedureConvention$protected, IConvention {
|
|
2144
2610
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2145
2611
|
}
|
|
2146
2612
|
|
|
@@ -2159,7 +2625,14 @@ export interface StoredProcedureConvention$instance extends IEntityTypeAddedConv
|
|
|
2159
2625
|
export type StoredProcedureConvention = StoredProcedureConvention$instance & __StoredProcedureConvention$views;
|
|
2160
2626
|
|
|
2161
2627
|
|
|
2162
|
-
export
|
|
2628
|
+
export abstract class StoreGenerationConvention$protected {
|
|
2629
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2630
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2631
|
+
protected Validate(property: IConventionProperty, storeObject: StoreObjectIdentifier): void;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
export interface StoreGenerationConvention$instance extends StoreGenerationConvention$protected, IConvention {
|
|
2163
2636
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
2164
2637
|
ProcessPropertyAnnotationChanged(propertyBuilder: IConventionPropertyBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
|
|
2165
2638
|
}
|
|
@@ -2180,7 +2653,14 @@ export interface StoreGenerationConvention$instance extends IModelFinalizingConv
|
|
|
2180
2653
|
export type StoreGenerationConvention = StoreGenerationConvention$instance & __StoreGenerationConvention$views;
|
|
2181
2654
|
|
|
2182
2655
|
|
|
2183
|
-
export
|
|
2656
|
+
export abstract class StringLengthAttributeConvention$protected {
|
|
2657
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: StringLengthAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2658
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2659
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
export interface StringLengthAttributeConvention$instance extends StringLengthAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<StringLengthAttribute>, IConvention {
|
|
2184
2664
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
2185
2665
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
2186
2666
|
}
|
|
@@ -2199,7 +2679,13 @@ export interface __StringLengthAttributeConvention$views {
|
|
|
2199
2679
|
export type StringLengthAttributeConvention = StringLengthAttributeConvention$instance & __StringLengthAttributeConvention$views;
|
|
2200
2680
|
|
|
2201
2681
|
|
|
2202
|
-
export
|
|
2682
|
+
export abstract class TableNameFromDbSetConvention$protected {
|
|
2683
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2684
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
export interface TableNameFromDbSetConvention$instance extends TableNameFromDbSetConvention$protected, IConvention {
|
|
2203
2689
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2204
2690
|
ProcessEntityTypeAnnotationChanged(entityTypeBuilder: IConventionEntityTypeBuilder, name: string, annotation: IConventionAnnotation, oldAnnotation: IConventionAnnotation, context: IConventionContext_1<IConventionAnnotation>): void;
|
|
2205
2691
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
@@ -2224,7 +2710,13 @@ export interface TableNameFromDbSetConvention$instance extends IEntityTypeAddedC
|
|
|
2224
2710
|
export type TableNameFromDbSetConvention = TableNameFromDbSetConvention$instance & __TableNameFromDbSetConvention$views;
|
|
2225
2711
|
|
|
2226
2712
|
|
|
2227
|
-
export
|
|
2713
|
+
export abstract class TableSharingConcurrencyTokenConvention$protected {
|
|
2714
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2715
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
export interface TableSharingConcurrencyTokenConvention$instance extends TableSharingConcurrencyTokenConvention$protected, IConvention {
|
|
2228
2720
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
2229
2721
|
}
|
|
2230
2722
|
|
|
@@ -2245,7 +2737,13 @@ export interface TableSharingConcurrencyTokenConvention$instance extends IModelF
|
|
|
2245
2737
|
export type TableSharingConcurrencyTokenConvention = TableSharingConcurrencyTokenConvention$instance & __TableSharingConcurrencyTokenConvention$views;
|
|
2246
2738
|
|
|
2247
2739
|
|
|
2248
|
-
export
|
|
2740
|
+
export abstract class TableValuedDbFunctionConvention$protected {
|
|
2741
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2742
|
+
protected readonly RelationalDependencies: RelationalConventionSetBuilderDependencies;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
export interface TableValuedDbFunctionConvention$instance extends TableValuedDbFunctionConvention$protected, IConvention {
|
|
2249
2747
|
ProcessModelFinalizing(modelBuilder: IConventionModelBuilder, context: IConventionContext_1<IConventionModelBuilder>): void;
|
|
2250
2748
|
}
|
|
2251
2749
|
|
|
@@ -2264,7 +2762,14 @@ export interface TableValuedDbFunctionConvention$instance extends IModelFinalizi
|
|
|
2264
2762
|
export type TableValuedDbFunctionConvention = TableValuedDbFunctionConvention$instance & __TableValuedDbFunctionConvention$views;
|
|
2265
2763
|
|
|
2266
2764
|
|
|
2267
|
-
export
|
|
2765
|
+
export abstract class TimestampAttributeConvention$protected {
|
|
2766
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: TimestampAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2767
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2768
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
export interface TimestampAttributeConvention$instance extends TimestampAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<TimestampAttribute>, IConvention {
|
|
2268
2773
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
2269
2774
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
2270
2775
|
}
|
|
@@ -2283,13 +2788,22 @@ export interface __TimestampAttributeConvention$views {
|
|
|
2283
2788
|
export type TimestampAttributeConvention = TimestampAttributeConvention$instance & __TimestampAttributeConvention$views;
|
|
2284
2789
|
|
|
2285
2790
|
|
|
2286
|
-
export
|
|
2791
|
+
export abstract class TypeAttributeConventionBase_1$protected<TAttribute extends Attribute> {
|
|
2792
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2793
|
+
protected ProcessComplexTypeAdded(complexTypeBuilder: IConventionComplexTypeBuilder, attribute: TAttribute, context: IConventionContext): void;
|
|
2794
|
+
protected abstract ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, attribute: TAttribute, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2795
|
+
protected ReplaceWithEntityType(complexTypeBuilder: IConventionComplexTypeBuilder, shouldBeOwned?: Nullable<System_Internal.Boolean>): IConventionEntityTypeBuilder | undefined;
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
export interface TypeAttributeConventionBase_1$instance<TAttribute extends Attribute> extends TypeAttributeConventionBase_1$protected<TAttribute>, IConvention {
|
|
2287
2800
|
ProcessComplexPropertyAdded(propertyBuilder: IConventionComplexPropertyBuilder, context: IConventionContext_1<IConventionComplexPropertyBuilder>): void;
|
|
2288
2801
|
ProcessEntityTypeAdded(entityTypeBuilder: IConventionEntityTypeBuilder, context: IConventionContext_1<IConventionEntityTypeBuilder>): void;
|
|
2289
2802
|
}
|
|
2290
2803
|
|
|
2291
2804
|
|
|
2292
2805
|
export const TypeAttributeConventionBase_1: {
|
|
2806
|
+
new<TAttribute extends Attribute>(dependencies: ProviderConventionSetBuilderDependencies): TypeAttributeConventionBase_1<TAttribute>;
|
|
2293
2807
|
};
|
|
2294
2808
|
|
|
2295
2809
|
|
|
@@ -2297,12 +2811,17 @@ export interface __TypeAttributeConventionBase_1$views<TAttribute extends Attrib
|
|
|
2297
2811
|
As_IEntityTypeAddedConvention(): IEntityTypeAddedConvention$instance;
|
|
2298
2812
|
}
|
|
2299
2813
|
|
|
2300
|
-
export interface TypeAttributeConventionBase_1$instance<TAttribute extends Attribute> extends IEntityTypeAddedConvention$instance {}
|
|
2301
|
-
|
|
2302
2814
|
export type TypeAttributeConventionBase_1<TAttribute extends Attribute> = TypeAttributeConventionBase_1$instance<TAttribute> & __TypeAttributeConventionBase_1$views<TAttribute>;
|
|
2303
2815
|
|
|
2304
2816
|
|
|
2305
|
-
export
|
|
2817
|
+
export abstract class UnicodeAttributeConvention$protected {
|
|
2818
|
+
protected ProcessPropertyAdded4(propertyBuilder: IConventionPropertyBuilder, attribute: UnicodeAttribute, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2819
|
+
protected abstract ProcessPropertyAdded2(propertyBuilder: IConventionPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2820
|
+
protected ProcessPropertyAdded3(propertyBuilder: IConventionComplexPropertyBuilder, attribute: unknown, clrMember: MemberInfo, context: IConventionContext): void;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
export interface UnicodeAttributeConvention$instance extends UnicodeAttributeConvention$protected, PropertyAttributeConventionBase_1$instance<UnicodeAttribute>, IConvention {
|
|
2306
2825
|
ProcessPropertyAdded(propertyBuilder: IConventionPropertyBuilder, context: IConventionContext_1<IConventionPropertyBuilder>): void;
|
|
2307
2826
|
ProcessPropertyFieldChanged(propertyBuilder: IConventionPropertyBuilder, newFieldInfo: FieldInfo, oldFieldInfo: FieldInfo, context: IConventionContext_1<FieldInfo>): void;
|
|
2308
2827
|
}
|
|
@@ -2321,7 +2840,13 @@ export interface __UnicodeAttributeConvention$views {
|
|
|
2321
2840
|
export type UnicodeAttributeConvention = UnicodeAttributeConvention$instance & __UnicodeAttributeConvention$views;
|
|
2322
2841
|
|
|
2323
2842
|
|
|
2324
|
-
export
|
|
2843
|
+
export abstract class ValueGenerationConvention$protected {
|
|
2844
|
+
protected readonly Dependencies: ProviderConventionSetBuilderDependencies;
|
|
2845
|
+
protected GetValueGenerated(property: IConventionProperty): Nullable<ValueGenerated>;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
export interface ValueGenerationConvention$instance extends ValueGenerationConvention$protected, IConvention {
|
|
2325
2850
|
ProcessEntityTypeBaseTypeChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newBaseType: IConventionEntityType, oldBaseType: IConventionEntityType, context: IConventionContext_1<IConventionEntityType>): void;
|
|
2326
2851
|
ProcessEntityTypePrimaryKeyChanged(entityTypeBuilder: IConventionEntityTypeBuilder, newPrimaryKey: IConventionKey, previousPrimaryKey: IConventionKey, context: IConventionContext_1<IConventionKey>): void;
|
|
2327
2852
|
ProcessForeignKeyAdded(relationshipBuilder: IConventionForeignKeyBuilder, context: IConventionContext_1<IConventionForeignKeyBuilder>): void;
|