@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.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -29,7 +29,7 @@ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.
29
29
  import type { ICollection, IComparer, IEnumerable, IEqualityComparer, IList } from "@tsonic/dotnet/System.Collections.js";
30
30
  import type { NotifyCollectionChangedEventArgs } from "@tsonic/dotnet/System.Collections.Specialized.js";
31
31
  import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
32
- import type { BindingList, IBindingList, ICancelAddNew, IRaiseItemChangedEvents, PropertyChangedEventArgs, PropertyChangingEventArgs } from "@tsonic/dotnet/System.ComponentModel.js";
32
+ import type { BindingList, IBindingList, ICancelAddNew, IRaiseItemChangedEvents, ListSortDirection, PropertyChangedEventArgs, PropertyChangingEventArgs, PropertyDescriptor } from "@tsonic/dotnet/System.ComponentModel.js";
33
33
  import * as System_Internal from "@tsonic/dotnet/System.js";
34
34
  import type { Action, Boolean as ClrBoolean, EventHandler, Func, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, Tuple, Type, ValueTuple, ValueType, Void } from "@tsonic/dotnet/System.js";
35
35
  import type { Expression, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
@@ -437,7 +437,13 @@ export interface __CompositePrincipalKeyValueFactory$views {
437
437
  export type CompositePrincipalKeyValueFactory = CompositePrincipalKeyValueFactory$instance & __CompositePrincipalKeyValueFactory$views;
438
438
 
439
439
 
440
- export interface CompositeValueFactory$instance {
440
+ export abstract class CompositeValueFactory$protected {
441
+ protected readonly Properties: IReadOnlyList<IProperty>;
442
+ protected TryCreateFromEntry(entry: IUpdateEntry, getValue: Func<IUpdateEntry, IProperty, unknown>, key: IReadOnlyList<unknown>): boolean;
443
+ }
444
+
445
+
446
+ export interface CompositeValueFactory$instance extends CompositeValueFactory$protected {
441
447
  readonly EqualityComparer: IEqualityComparer__System_Collections_Generic<IReadOnlyList<unknown | undefined>>;
442
448
  CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
443
449
  CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
@@ -451,6 +457,7 @@ export interface CompositeValueFactory$instance {
451
457
 
452
458
  export const CompositeValueFactory: {
453
459
  new(properties: IReadOnlyList<IProperty>): CompositeValueFactory;
460
+ CreateEqualityComparer(properties: IReadOnlyList<IProperty>): IEqualityComparer__System_Collections_Generic<IReadOnlyList<unknown | undefined>>;
454
461
  };
455
462
 
456
463
 
@@ -480,7 +487,14 @@ export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends Microsof
480
487
  export type ConvertingValueComparer_2<TTo, TFrom> = ConvertingValueComparer_2$instance<TTo, TFrom> & __ConvertingValueComparer_2$views<TTo, TFrom>;
481
488
 
482
489
 
483
- export interface CurrentPropertyValues$instance extends EntryPropertyValues {
490
+ export abstract class CurrentPropertyValues$protected {
491
+ protected GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
492
+ protected GetValueInternal(entry: IInternalEntry, property: IPropertyBase): unknown | undefined;
493
+ protected SetValueInternal(entry: IInternalEntry, property: IPropertyBase, value: unknown): void;
494
+ }
495
+
496
+
497
+ export interface CurrentPropertyValues$instance extends CurrentPropertyValues$protected, EntryPropertyValues {
484
498
  GetValue<TValue>(propertyName: string): TValue;
485
499
  GetValue<TValue>(property: IProperty): TValue;
486
500
  }
@@ -529,6 +543,7 @@ export interface DependentKeyValueFactory_1$instance<TKey> {
529
543
 
530
544
 
531
545
  export const DependentKeyValueFactory_1: {
546
+ new<TKey>(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>): DependentKeyValueFactory_1<TKey>;
532
547
  };
533
548
 
534
549
 
@@ -570,7 +585,18 @@ export interface __DependentsMap_1$views<TKey> {
570
585
  export type DependentsMap_1<TKey> = DependentsMap_1$instance<TKey> & __DependentsMap_1$views<TKey>;
571
586
 
572
587
 
573
- export interface EmptyShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory {
588
+ export abstract class EmptyShadowValuesFactoryFactory$protected {
589
+ protected readonly UseEntityVariable: boolean;
590
+ protected CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
591
+ protected CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
592
+ protected GetPropertyCount(structuralType: IRuntimeTypeBase): int;
593
+ protected GetPropertyIndex(propertyBase: IPropertyBase): int;
594
+ protected GetValueComparer(property: IProperty): ValueComparer | undefined;
595
+ protected GetValueComparerMethod(): MethodInfo | undefined;
596
+ }
597
+
598
+
599
+ export interface EmptyShadowValuesFactoryFactory$instance extends EmptyShadowValuesFactoryFactory$protected, SnapshotFactoryFactory {
574
600
  }
575
601
 
576
602
 
@@ -639,7 +665,12 @@ export const EntityReferenceMap: {
639
665
 
640
666
  export type EntityReferenceMap = EntityReferenceMap$instance;
641
667
 
642
- export interface EntryCurrentProviderValueComparer$instance extends EntryCurrentValueComparer {
668
+ export abstract class EntryCurrentProviderValueComparer$protected {
669
+ protected GetPropertyValue(entry: IUpdateEntry): unknown | undefined;
670
+ }
671
+
672
+
673
+ export interface EntryCurrentProviderValueComparer$instance extends EntryCurrentProviderValueComparer$protected, EntryCurrentValueComparer {
643
674
  }
644
675
 
645
676
 
@@ -650,7 +681,13 @@ export const EntryCurrentProviderValueComparer: {
650
681
 
651
682
  export type EntryCurrentProviderValueComparer = EntryCurrentProviderValueComparer$instance;
652
683
 
653
- export interface EntryCurrentValueComparer$instance {
684
+ export abstract class EntryCurrentValueComparer$protected {
685
+ protected ComparePropertyValues(x: unknown, y: unknown): int;
686
+ protected GetPropertyValue(entry: IUpdateEntry): unknown | undefined;
687
+ }
688
+
689
+
690
+ export interface EntryCurrentValueComparer$instance extends EntryCurrentValueComparer$protected {
654
691
  Compare(x: IUpdateEntry, y: IUpdateEntry): int;
655
692
  Equals(x: IUpdateEntry, y: IUpdateEntry): boolean;
656
693
  GetHashCode(obj: IUpdateEntry): int;
@@ -665,7 +702,14 @@ export const EntryCurrentValueComparer: {
665
702
 
666
703
  export type EntryCurrentValueComparer = EntryCurrentValueComparer$instance;
667
704
 
668
- export interface EntryPropertyValues$instance extends PropertyValues {
705
+ export abstract class EntryPropertyValues$protected {
706
+ protected abstract GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
707
+ protected abstract GetValueInternal(entry: IInternalEntry, property: IPropertyBase): unknown | undefined;
708
+ protected abstract SetValueInternal(entry: IInternalEntry, property: IPropertyBase, value: unknown): void;
709
+ }
710
+
711
+
712
+ export interface EntryPropertyValues$instance extends EntryPropertyValues$protected, PropertyValues {
669
713
  Clone(): PropertyValues;
670
714
  get_Item(propertyName: string): unknown | undefined;
671
715
  get_Item(property: IProperty): unknown | undefined;
@@ -682,12 +726,20 @@ export interface EntryPropertyValues$instance extends PropertyValues {
682
726
 
683
727
 
684
728
  export const EntryPropertyValues: {
729
+ new(internalEntry: InternalEntryBase): EntryPropertyValues;
685
730
  };
686
731
 
687
732
 
688
733
  export type EntryPropertyValues = EntryPropertyValues$instance;
689
734
 
690
- export interface IdentityMap_1$instance<TKey> {
735
+ export abstract class IdentityMap_1$protected<TKey> {
736
+ protected readonly PrincipalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>;
737
+ protected Add(key: TKey, entry: InternalEntityEntry): void;
738
+ protected Remove(key: TKey, entry: InternalEntityEntry): void;
739
+ }
740
+
741
+
742
+ export interface IdentityMap_1$instance<TKey> extends IdentityMap_1$protected<TKey> {
691
743
  readonly Key: IKey;
692
744
  Add(entry: InternalEntityEntry): void;
693
745
  Add(keyValues: IReadOnlyList<unknown>, entry: InternalEntityEntry): void;
@@ -734,7 +786,14 @@ export const IdentityMapFactoryFactory: {
734
786
 
735
787
  export type IdentityMapFactoryFactory = IdentityMapFactoryFactory$instance;
736
788
 
737
- export interface InternalComplexEntry$instance extends InternalEntryBase$instance {
789
+ export abstract class InternalComplexEntry$protected {
790
+ protected OnStateChanged(oldState: EntityState): void;
791
+ protected OnStateChanging(newState: EntityState): void;
792
+ protected SetEntityState2(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
793
+ }
794
+
795
+
796
+ export interface InternalComplexEntry$instance extends InternalComplexEntry$protected, InternalEntryBase$instance {
738
797
  readonly ComplexProperty: IComplexProperty;
739
798
  readonly ComplexType: IRuntimeComplexType;
740
799
  readonly ContainingEntry: InternalEntryBase;
@@ -791,7 +850,16 @@ export interface __InternalComplexEntry$views {
791
850
  export type InternalComplexEntry = InternalComplexEntry$instance & __InternalComplexEntry$views;
792
851
 
793
852
 
794
- export interface InternalEntityEntry$instance extends InternalEntryBase$instance {
853
+ export abstract class InternalEntityEntry$protected {
854
+ protected OnPropertyChanged(propertyBase: IPropertyBase, value: unknown, setModified: boolean): void;
855
+ protected OnStateChanged(oldState: EntityState): void;
856
+ protected OnStateChanging(newState: EntityState): void;
857
+ protected SetEntityState2(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
858
+ protected SetServiceProperties(oldState: EntityState, newState: EntityState): void;
859
+ }
860
+
861
+
862
+ export interface InternalEntityEntry$instance extends InternalEntityEntry$protected, InternalEntryBase$instance {
795
863
  readonly DebugView: DebugView;
796
864
  readonly Entity: unknown;
797
865
  readonly EntityType: IRuntimeEntityType;
@@ -892,11 +960,24 @@ export const InternalEntityEntryNotifier: {
892
960
 
893
961
  export type InternalEntityEntryNotifier = InternalEntityEntryNotifier$instance;
894
962
 
895
- export interface InternalEntryBase$instance {
963
+ export abstract class InternalEntryBase$protected {
964
+ protected readonly PropertyStateData: InternalEntryBase_StateData;
965
+ protected GetOrCreateShadowCollection(navigation: INavigationBase): unknown;
966
+ protected GetValueType(property: IProperty): InternalEntryBase_CurrentValueType;
967
+ protected OnPropertyChanged(propertyBase: IPropertyBase, value: unknown, setModified: boolean): void;
968
+ protected OnStateChanged(oldState: EntityState): void;
969
+ protected OnStateChanging(newState: EntityState): void;
970
+ protected PrepareForAdd(newState: EntityState): boolean;
971
+ protected SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
972
+ protected SetServiceProperties(oldState: EntityState, newState: EntityState): void;
973
+ }
974
+
975
+
976
+ export interface InternalEntryBase$instance extends InternalEntryBase$protected {
896
977
  readonly ContainingEntry: InternalEntryBase;
897
978
  readonly Context: DbContext;
898
979
  readonly EntityEntry: InternalEntityEntry;
899
- readonly EntityState: EntityState;
980
+ EntityState: EntityState;
900
981
  readonly HasConceptualNull: boolean;
901
982
  readonly HasOriginalValuesSnapshot: boolean;
902
983
  get Item(): unknown | undefined;
@@ -1088,7 +1169,12 @@ export const NullableClassCurrentProviderValueComparer_2: {
1088
1169
 
1089
1170
  export type NullableClassCurrentProviderValueComparer_2<TModel, TProvider> = NullableClassCurrentProviderValueComparer_2$instance<TModel, TProvider>;
1090
1171
 
1091
- export interface NullableKeyIdentityMap_1$instance<TKey> extends IdentityMap_1$instance<TKey> {
1172
+ export abstract class NullableKeyIdentityMap_1$protected<TKey> {
1173
+ protected Add2(key: TKey, entry: InternalEntityEntry): void;
1174
+ }
1175
+
1176
+
1177
+ export interface NullableKeyIdentityMap_1$instance<TKey> extends NullableKeyIdentityMap_1$protected<TKey>, IdentityMap_1$instance<TKey> {
1092
1178
  Add(entry: InternalEntityEntry): void;
1093
1179
  Add(keyValues: IReadOnlyList<unknown>, entry: InternalEntityEntry): void;
1094
1180
  AddOrUpdate(entry: InternalEntityEntry): void;
@@ -1147,7 +1233,16 @@ export interface NullableValueComparer_1$instance<T extends unknown> extends Mic
1147
1233
  export type NullableValueComparer_1<T> = NullableValueComparer_1$instance<T> & __NullableValueComparer_1$views<T>;
1148
1234
 
1149
1235
 
1150
- export interface ObservableBackedBindingList_1$instance<T> extends SortableBindingList_1<T> {
1236
+ export abstract class ObservableBackedBindingList_1$protected<T> {
1237
+ protected AddNewCore(): unknown | undefined;
1238
+ protected ClearItems(): void;
1239
+ protected InsertItem(index: int, item: T): void;
1240
+ protected RemoveItem(index: int): void;
1241
+ protected SetItem(index: int, item: T): void;
1242
+ }
1243
+
1244
+
1245
+ export interface ObservableBackedBindingList_1$instance<T> extends ObservableBackedBindingList_1$protected<T>, SortableBindingList_1<T> {
1151
1246
  CancelNew(itemIndex: int): void;
1152
1247
  EndNew(itemIndex: int): void;
1153
1248
  }
@@ -1160,7 +1255,14 @@ export const ObservableBackedBindingList_1: {
1160
1255
 
1161
1256
  export type ObservableBackedBindingList_1<T> = ObservableBackedBindingList_1$instance<T>;
1162
1257
 
1163
- export interface OriginalPropertyValues$instance extends EntryPropertyValues {
1258
+ export abstract class OriginalPropertyValues$protected {
1259
+ protected GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
1260
+ protected GetValueInternal(entry: IInternalEntry, property: IPropertyBase): unknown | undefined;
1261
+ protected SetValueInternal(entry: IInternalEntry, property: IPropertyBase, value: unknown): void;
1262
+ }
1263
+
1264
+
1265
+ export interface OriginalPropertyValues$instance extends OriginalPropertyValues$protected, EntryPropertyValues {
1164
1266
  GetValue<TValue>(propertyName: string): TValue;
1165
1267
  GetValue<TValue>(property: IProperty): TValue;
1166
1268
  }
@@ -1173,7 +1275,15 @@ export const OriginalPropertyValues: {
1173
1275
 
1174
1276
  export type OriginalPropertyValues = OriginalPropertyValues$instance;
1175
1277
 
1176
- export interface OriginalValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
1278
+ export abstract class OriginalValuesFactoryFactory$protected {
1279
+ protected GetPropertyCount(structuralType: IRuntimeTypeBase): int;
1280
+ protected GetPropertyIndex(propertyBase: IPropertyBase): int;
1281
+ protected GetValueComparer(property: IProperty): ValueComparer | undefined;
1282
+ protected GetValueComparerMethod(): MethodInfo | undefined;
1283
+ }
1284
+
1285
+
1286
+ export interface OriginalValuesFactoryFactory$instance extends OriginalValuesFactoryFactory$protected, SnapshotFactoryFactory_1<IInternalEntry> {
1177
1287
  }
1178
1288
 
1179
1289
 
@@ -1185,7 +1295,15 @@ export const OriginalValuesFactoryFactory: {
1185
1295
 
1186
1296
  export type OriginalValuesFactoryFactory = OriginalValuesFactoryFactory$instance;
1187
1297
 
1188
- export interface RelationshipSnapshotFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
1298
+ export abstract class RelationshipSnapshotFactoryFactory$protected {
1299
+ protected GetPropertyCount(structuralType: IRuntimeTypeBase): int;
1300
+ protected GetPropertyIndex(propertyBase: IPropertyBase): int;
1301
+ protected GetValueComparer(property: IProperty): ValueComparer | undefined;
1302
+ protected GetValueComparerMethod(): MethodInfo | undefined;
1303
+ }
1304
+
1305
+
1306
+ export interface RelationshipSnapshotFactoryFactory$instance extends RelationshipSnapshotFactoryFactory$protected, SnapshotFactoryFactory_1<IInternalEntry> {
1189
1307
  }
1190
1308
 
1191
1309
 
@@ -1197,7 +1315,18 @@ export const RelationshipSnapshotFactoryFactory: {
1197
1315
 
1198
1316
  export type RelationshipSnapshotFactoryFactory = RelationshipSnapshotFactoryFactory$instance;
1199
1317
 
1200
- export interface ShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IDictionary<System_Internal.String, unknown>> {
1318
+ export abstract class ShadowValuesFactoryFactory$protected {
1319
+ protected readonly UseEntityVariable: boolean;
1320
+ protected CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
1321
+ protected CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
1322
+ protected GetPropertyCount(structuralType: IRuntimeTypeBase): int;
1323
+ protected GetPropertyIndex(propertyBase: IPropertyBase): int;
1324
+ protected GetValueComparer(property: IProperty): ValueComparer | undefined;
1325
+ protected GetValueComparerMethod(): MethodInfo | undefined;
1326
+ }
1327
+
1328
+
1329
+ export interface ShadowValuesFactoryFactory$instance extends ShadowValuesFactoryFactory$protected, SnapshotFactoryFactory_1<IDictionary<System_Internal.String, unknown>> {
1201
1330
  }
1202
1331
 
1203
1332
 
@@ -1209,7 +1338,15 @@ export const ShadowValuesFactoryFactory: {
1209
1338
 
1210
1339
  export type ShadowValuesFactoryFactory = ShadowValuesFactoryFactory$instance;
1211
1340
 
1212
- export interface SidecarValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
1341
+ export abstract class SidecarValuesFactoryFactory$protected {
1342
+ protected GetPropertyCount(structuralType: IRuntimeTypeBase): int;
1343
+ protected GetPropertyIndex(propertyBase: IPropertyBase): int;
1344
+ protected GetValueComparer(property: IProperty): ValueComparer | undefined;
1345
+ protected GetValueComparerMethod(): MethodInfo | undefined;
1346
+ }
1347
+
1348
+
1349
+ export interface SidecarValuesFactoryFactory$instance extends SidecarValuesFactoryFactory$protected, SnapshotFactoryFactory_1<IInternalEntry> {
1213
1350
  }
1214
1351
 
1215
1352
 
@@ -1963,7 +2100,19 @@ export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends
1963
2100
  export type Snapshot_9<T0, T1, T2, T3, T4, T5, T6, T7, T8> = Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> & __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8>;
1964
2101
 
1965
2102
 
1966
- export interface SnapshotFactoryFactory$instance {
2103
+ export abstract class SnapshotFactoryFactory$protected {
2104
+ protected readonly UseEntityVariable: boolean;
2105
+ protected CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
2106
+ protected CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
2107
+ protected CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList__System_Collections_Generic<IPropertyBase>): Expression;
2108
+ protected abstract GetPropertyCount(structuralType: IRuntimeTypeBase): int;
2109
+ protected abstract GetPropertyIndex(propertyBase: IPropertyBase): int;
2110
+ protected abstract GetValueComparer(property: IProperty): ValueComparer | undefined;
2111
+ protected abstract GetValueComparerMethod(): MethodInfo | undefined;
2112
+ }
2113
+
2114
+
2115
+ export interface SnapshotFactoryFactory$instance extends SnapshotFactoryFactory$protected {
1967
2116
  CreateConstructorExpression(structuralType: IRuntimeTypeBase, parameter: Expression): Expression;
1968
2117
  CreateEmpty(structuralType: IRuntimeTypeBase): Func<ISnapshot>;
1969
2118
  CreateEmptyExpression(structuralType: IRuntimeTypeBase): Expression<Func<ISnapshot>>;
@@ -1971,6 +2120,7 @@ export interface SnapshotFactoryFactory$instance {
1971
2120
 
1972
2121
 
1973
2122
  export const SnapshotFactoryFactory: {
2123
+ new(): SnapshotFactoryFactory;
1974
2124
  SnapshotCollection(collection: IEnumerable): HashSet<unknown> | undefined;
1975
2125
  SnapshotComplexCollection(list: IList, complexProperty: IRuntimeComplexProperty): IList | undefined;
1976
2126
  };
@@ -1985,12 +2135,23 @@ export interface SnapshotFactoryFactory_1$instance<TInput> extends SnapshotFacto
1985
2135
 
1986
2136
 
1987
2137
  export const SnapshotFactoryFactory_1: {
2138
+ new<TInput>(): SnapshotFactoryFactory_1<TInput>;
1988
2139
  };
1989
2140
 
1990
2141
 
1991
2142
  export type SnapshotFactoryFactory_1<TInput> = SnapshotFactoryFactory_1$instance<TInput>;
1992
2143
 
1993
- export interface SortableBindingList_1$instance<T> extends BindingList<T> {
2144
+ export abstract class SortableBindingList_1$protected<T> {
2145
+ protected readonly IsSortedCore: boolean;
2146
+ protected readonly SortDirectionCore: ListSortDirection;
2147
+ protected readonly SortPropertyCore: PropertyDescriptor | undefined;
2148
+ protected readonly SupportsSortingCore: boolean;
2149
+ protected ApplySortCore(prop: PropertyDescriptor, direction: ListSortDirection): void;
2150
+ protected RemoveSortCore(): void;
2151
+ }
2152
+
2153
+
2154
+ export interface SortableBindingList_1$instance<T> extends SortableBindingList_1$protected<T>, BindingList<T> {
1994
2155
  }
1995
2156
 
1996
2157
 
@@ -2001,7 +2162,13 @@ export const SortableBindingList_1: {
2001
2162
 
2002
2163
  export type SortableBindingList_1<T> = SortableBindingList_1$instance<T>;
2003
2164
 
2004
- export interface StateManager$instance {
2165
+ export abstract class StateManager$protected {
2166
+ protected SaveChanges(entriesToSave: IList__System_Collections_Generic<IUpdateEntry>): int;
2167
+ protected SaveChangesAsync(entriesToSave: IList__System_Collections_Generic<IUpdateEntry>, cancellationToken?: CancellationToken): Task<System_Internal.Int32>;
2168
+ }
2169
+
2170
+
2171
+ export interface StateManager$instance extends StateManager$protected {
2005
2172
  CascadeDeleteTiming: CascadeTiming;
2006
2173
  ChangedCount: int;
2007
2174
  readonly ChangeDetector: IChangeDetector;
@@ -2119,7 +2286,14 @@ export const StateManagerDependencies: {
2119
2286
 
2120
2287
  export type StateManagerDependencies = StateManagerDependencies$instance;
2121
2288
 
2122
- export interface StoreGeneratedValuesFactoryFactory$instance {
2289
+ export abstract class StoreGeneratedValuesFactoryFactory$protected {
2290
+ protected readonly UseEntityVariable: boolean;
2291
+ protected CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
2292
+ protected CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
2293
+ }
2294
+
2295
+
2296
+ export interface StoreGeneratedValuesFactoryFactory$instance extends StoreGeneratedValuesFactoryFactory$protected, SidecarValuesFactoryFactory {
2123
2297
  }
2124
2298
 
2125
2299
 
@@ -2130,7 +2304,12 @@ export const StoreGeneratedValuesFactoryFactory: {
2130
2304
 
2131
2305
  export type StoreGeneratedValuesFactoryFactory = StoreGeneratedValuesFactoryFactory$instance;
2132
2306
 
2133
- export interface StructuralEntryCurrentProviderValueComparer$instance extends StructuralEntryCurrentValueComparer {
2307
+ export abstract class StructuralEntryCurrentProviderValueComparer$protected {
2308
+ protected GetPropertyValue(entry: IUpdateEntry): unknown | undefined;
2309
+ }
2310
+
2311
+
2312
+ export interface StructuralEntryCurrentProviderValueComparer$instance extends StructuralEntryCurrentProviderValueComparer$protected, StructuralEntryCurrentValueComparer {
2134
2313
  }
2135
2314
 
2136
2315
 
@@ -2153,7 +2332,13 @@ export const StructuralEntryCurrentValueComparer: {
2153
2332
 
2154
2333
  export type StructuralEntryCurrentValueComparer = StructuralEntryCurrentValueComparer$instance;
2155
2334
 
2156
- export interface TemporaryValuesFactoryFactory$instance {
2335
+ export abstract class TemporaryValuesFactoryFactory$protected {
2336
+ protected CreateSnapshotExpression2(entityType: Type, parameter: Expression, types: Type[], propertyBases: IList__System_Collections_Generic<IPropertyBase>): Expression;
2337
+ protected CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList__System_Collections_Generic<IPropertyBase>): Expression;
2338
+ }
2339
+
2340
+
2341
+ export interface TemporaryValuesFactoryFactory$instance extends TemporaryValuesFactoryFactory$protected, SidecarValuesFactoryFactory {
2157
2342
  }
2158
2343
 
2159
2344
 
@@ -20,7 +20,7 @@ import type { DbContext, DbLoggerCategory_ChangeTracking, DbLoggerCategory_Updat
20
20
  import type { HashSet, ICollection as ICollection__System_Collections_Generic, IComparer as IComparer__System_Collections_Generic, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEqualityComparer as IEqualityComparer__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyList, List } from '@tsonic/dotnet/System.Collections.Generic.js';
21
21
  import type { ICollection, IComparer, IEnumerable, IEqualityComparer, IList } from '@tsonic/dotnet/System.Collections.js';
22
22
  import type { NotifyCollectionChangedEventArgs } from '@tsonic/dotnet/System.Collections.Specialized.js';
23
- import type { BindingList, IBindingList, ICancelAddNew, IRaiseItemChangedEvents, PropertyChangedEventArgs, PropertyChangingEventArgs } from '@tsonic/dotnet/System.ComponentModel.js';
23
+ import type { BindingList, IBindingList, ICancelAddNew, IRaiseItemChangedEvents, ListSortDirection, PropertyChangedEventArgs, PropertyChangingEventArgs, PropertyDescriptor } from '@tsonic/dotnet/System.ComponentModel.js';
24
24
  import type { Action, Boolean as ClrBoolean, EventHandler, Func, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, Tuple, Type, ValueTuple, ValueType, Void } from '@tsonic/dotnet/System.js';
25
25
  import type { Expression, LambdaExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
26
26
  import type { FieldInfo, MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
@@ -6,7 +6,7 @@
6
6
  import * as Internal from './Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { IChangeDetector, IInternalEntry, InternalComplexEntry, InternalEntityEntry, IStateManager } from './Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js';
9
+ import type { IChangeDetector, IInternalEntry, InternalComplexEntry, InternalEntityEntry, InternalEntryBase, IStateManager } from './Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.js';
10
10
  import type { DebugView, IInfrastructure_1, IResettableService } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
11
11
  import type { IComplexProperty, IEntityType, IModel, INavigation, INavigationBase, IProperty, IPropertyBase, ITypeBase } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
12
12
  import type { IUpdateEntry } from './Microsoft.EntityFrameworkCore.Update/internal/index.js';
@@ -14,8 +14,8 @@ import type { DbContext, DbSet_1, EntityState, QueryTrackingBehavior } from './M
14
14
  import type { HashSet_1$Enumerator, ICollection as ICollection__System_Collections_Generic, IComparer, IDictionary, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IEqualityComparer as IEqualityComparer__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyCollection, IReadOnlyList, ISet, List } from '@tsonic/dotnet/System.Collections.Generic.js';
15
15
  import type { ICollection, IEnumerable, IEqualityComparer, IList } from '@tsonic/dotnet/System.Collections.js';
16
16
  import type { ObservableCollection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
17
- import type { INotifyCollectionChanged, NotifyCollectionChangedEventHandler } from '@tsonic/dotnet/System.Collections.Specialized.js';
18
- import type { BindingList, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventHandler, PropertyChangingEventHandler } from '@tsonic/dotnet/System.ComponentModel.js';
17
+ import type { INotifyCollectionChanged, NotifyCollectionChangedEventArgs, NotifyCollectionChangedEventHandler } from '@tsonic/dotnet/System.Collections.Specialized.js';
18
+ import type { BindingList, IListSource, INotifyPropertyChanged, INotifyPropertyChanging, PropertyChangedEventArgs, PropertyChangedEventHandler, PropertyChangingEventArgs, PropertyChangingEventHandler } from '@tsonic/dotnet/System.ComponentModel.js';
19
19
  import type { Action, Boolean as ClrBoolean, Enum, EventArgs, EventHandler, Func, HashCode, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, Predicate, String as ClrString, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
20
20
  import type { Expression, LambdaExpression } from '@tsonic/dotnet/System.Linq.Expressions.js';
21
21
  import type { IQueryable } from '@tsonic/dotnet/System.Linq.js';