@tsonic/efcore 10.0.3 → 10.0.8
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/internal/index.d.ts +634 -529
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +299 -154
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +591 -291
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +139 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +36 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +535 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +105 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +330 -145
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +62 -30
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +235 -121
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1624 -1035
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +718 -476
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +860 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +27 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +35 -21
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2232 -1303
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +123 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +88 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +445 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +28 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +601 -240
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +505 -257
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +318 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +35 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +133 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +502 -239
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +80 -35
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +102 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +143 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +136 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +198 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +69 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1553 -1291
- package/package.json +4 -4
|
@@ -23,22 +23,24 @@ import * as Microsoft_EntityFrameworkCore_Update_Internal from "../../Microsoft.
|
|
|
23
23
|
import type { IUpdateEntry } from "../../Microsoft.EntityFrameworkCore.Update/internal/index.js";
|
|
24
24
|
import type { IValueGeneratorSelector } from "../../Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.js";
|
|
25
25
|
import type { DbContext, DbLoggerCategory_ChangeTracking, DbLoggerCategory_Update, EntityState } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
26
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
27
|
-
import type {
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import type {
|
|
31
|
-
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
32
|
-
import type {
|
|
33
|
-
import
|
|
34
|
-
import type {
|
|
35
|
-
import type {
|
|
36
|
-
import type {
|
|
37
|
-
import
|
|
38
|
-
import type {
|
|
26
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
27
|
+
import type { HashSet_1, ICollection_1, IComparer_1, IDictionary_2, IEnumerable_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
28
|
+
import type { NotifyCollectionChangedEventArgs } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
|
|
29
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
30
|
+
import type { ICollection, IComparer, IEnumerable, IEqualityComparer, IList } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
31
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
32
|
+
import type { BindingList_1, IBindingList, ICancelAddNew, IRaiseItemChangedEvents, ListSortDirection, PropertyChangedEventArgs, PropertyChangingEventArgs, PropertyDescriptor } from "@tsonic/dotnet/System.ComponentModel/internal/index.js";
|
|
33
|
+
import type { Expression, Expression_1, LambdaExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
34
|
+
import type { FieldInfo, MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
35
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
36
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
37
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
38
|
+
import type { Action_2, Boolean as ClrBoolean, EventHandler_1, Func_1, Func_2, Func_3, IEquatable_1, Int32, Nullable_1, Object as ClrObject, String as ClrString, Tuple_2, Type, ValueTuple_2, ValueTuple_4, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
39
39
|
|
|
40
40
|
export interface IChangeDetector$instance {
|
|
41
|
-
|
|
41
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeDetector: never;
|
|
42
|
+
|
|
43
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<DetectChangesEventArgs>, EventHandler_1<DetectedChangesEventArgs>, EventHandler_1<DetectEntityChangesEventArgs>, EventHandler_1<DetectedEntityChangesEventArgs>>;
|
|
42
44
|
DetectChanges(entry: InternalComplexEntry): void;
|
|
43
45
|
DetectChanges(entry: InternalEntityEntry): void;
|
|
44
46
|
DetectChanges(stateManager: IStateManager): void;
|
|
@@ -48,13 +50,15 @@ export interface IChangeDetector$instance {
|
|
|
48
50
|
PropertyChanged(entry: IInternalEntry, propertyBase: IPropertyBase, setModified: boolean): void;
|
|
49
51
|
PropertyChanging(entry: IInternalEntry, propertyBase: IPropertyBase): void;
|
|
50
52
|
ResetState(): void;
|
|
51
|
-
SetEvents(detectingAllChanges:
|
|
53
|
+
SetEvents(detectingAllChanges: EventHandler_1<DetectChangesEventArgs>, detectedAllChanges: EventHandler_1<DetectedChangesEventArgs>, detectingEntityChanges: EventHandler_1<DetectEntityChangesEventArgs>, detectedEntityChanges: EventHandler_1<DetectedEntityChangesEventArgs>): void;
|
|
52
54
|
}
|
|
53
55
|
|
|
54
56
|
|
|
55
57
|
export type IChangeDetector = IChangeDetector$instance;
|
|
56
58
|
|
|
57
59
|
export interface IChangeTrackerFactory$instance {
|
|
60
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeTrackerFactory: never;
|
|
61
|
+
|
|
58
62
|
Create(): ChangeTracker;
|
|
59
63
|
}
|
|
60
64
|
|
|
@@ -62,15 +66,19 @@ export interface IChangeTrackerFactory$instance {
|
|
|
62
66
|
export type IChangeTrackerFactory = IChangeTrackerFactory$instance;
|
|
63
67
|
|
|
64
68
|
export interface IDependentsMap$instance {
|
|
69
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IDependentsMap: never;
|
|
70
|
+
|
|
65
71
|
Add(entry: IUpdateEntry): void;
|
|
66
|
-
GetDependents(principalEntry: IUpdateEntry):
|
|
67
|
-
GetDependents(keyValues:
|
|
72
|
+
GetDependents(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
73
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>): IEnumerable_1<IUpdateEntry>;
|
|
68
74
|
}
|
|
69
75
|
|
|
70
76
|
|
|
71
77
|
export type IDependentsMap = IDependentsMap$instance;
|
|
72
78
|
|
|
73
79
|
export interface IEntityGraphAttacher$instance {
|
|
80
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IEntityGraphAttacher: never;
|
|
81
|
+
|
|
74
82
|
AttachGraph(rootEntry: InternalEntityEntry, targetState: EntityState, storeGeneratedWithKeySetTargetState: EntityState, forceStateWhenUnknownKey: boolean): void;
|
|
75
83
|
AttachGraphAsync(rootEntry: InternalEntityEntry, targetState: EntityState, storeGeneratedWithKeySetTargetState: EntityState, forceStateWhenUnknownKey: boolean, cancellationToken?: CancellationToken): Task;
|
|
76
84
|
}
|
|
@@ -79,32 +87,36 @@ export interface IEntityGraphAttacher$instance {
|
|
|
79
87
|
export type IEntityGraphAttacher = IEntityGraphAttacher$instance;
|
|
80
88
|
|
|
81
89
|
export interface IIdentityMap$instance {
|
|
90
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
91
|
+
|
|
82
92
|
readonly Key: IKey;
|
|
83
|
-
Add(keyValues:
|
|
93
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
84
94
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
85
|
-
All():
|
|
95
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
86
96
|
Clear(): void;
|
|
87
97
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
88
98
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
89
99
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
90
|
-
TryGetEntry(keyValues:
|
|
91
|
-
TryGetEntry(keyValues:
|
|
100
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
101
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
92
102
|
}
|
|
93
103
|
|
|
94
104
|
|
|
95
105
|
export type IIdentityMap = IIdentityMap$instance;
|
|
96
106
|
|
|
97
107
|
export interface IIdentityMap_1$instance<TKey> extends IIdentityMap {
|
|
108
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
109
|
+
|
|
98
110
|
readonly Key: IKey;
|
|
99
|
-
Add(keyValues:
|
|
111
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
100
112
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
101
|
-
All():
|
|
113
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
102
114
|
Clear(): void;
|
|
103
115
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
104
116
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
105
117
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
106
|
-
TryGetEntry(keyValues:
|
|
107
|
-
TryGetEntry(keyValues:
|
|
118
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
119
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
108
120
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
109
121
|
}
|
|
110
122
|
|
|
@@ -112,9 +124,11 @@ export interface IIdentityMap_1$instance<TKey> extends IIdentityMap {
|
|
|
112
124
|
export type IIdentityMap_1<TKey> = IIdentityMap_1$instance<TKey>;
|
|
113
125
|
|
|
114
126
|
export interface IInternalEntityEntryNotifier$instance {
|
|
127
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntityEntryNotifier: never;
|
|
128
|
+
|
|
115
129
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
116
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys:
|
|
117
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
130
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys: IEnumerable_1<IKey>, foreignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
131
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
118
132
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigation: INavigation, oldValue: unknown, newValue: unknown): void;
|
|
119
133
|
PropertyChanged(entry: IInternalEntry, property: IPropertyBase, setModified: boolean): void;
|
|
120
134
|
PropertyChanging(entry: IInternalEntry, property: IPropertyBase): void;
|
|
@@ -127,6 +141,8 @@ export interface IInternalEntityEntryNotifier$instance {
|
|
|
127
141
|
export type IInternalEntityEntryNotifier = IInternalEntityEntryNotifier$instance;
|
|
128
142
|
|
|
129
143
|
export interface IInternalEntry$instance {
|
|
144
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
145
|
+
|
|
130
146
|
get Item(): unknown | undefined;
|
|
131
147
|
set Item(value: unknown | undefined);
|
|
132
148
|
readonly EntityState: EntityState;
|
|
@@ -139,12 +155,12 @@ export interface IInternalEntry$instance {
|
|
|
139
155
|
readonly StateManager: IStateManager;
|
|
140
156
|
AcceptChanges(): void;
|
|
141
157
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
142
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
158
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
143
159
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
144
160
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
145
161
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
146
|
-
GetFlattenedComplexEntries():
|
|
147
|
-
GetOrdinals():
|
|
162
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
163
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
148
164
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
149
165
|
HandleConceptualNulls(sensitiveLoggingEnabled: boolean, force: boolean, isCascadeDelete: boolean): void;
|
|
150
166
|
HasExplicitValue(property: IProperty): boolean;
|
|
@@ -156,7 +172,7 @@ export interface IInternalEntry$instance {
|
|
|
156
172
|
PrepareToSave(): IInternalEntry;
|
|
157
173
|
ReadOriginalValue<T>(property: IProperty, originalValueIndex: int): T;
|
|
158
174
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
159
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
175
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
160
176
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
161
177
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
162
178
|
SetPropertyModified(property: IComplexProperty, isModified?: boolean, recurse?: boolean): void;
|
|
@@ -168,6 +184,8 @@ export interface IInternalEntry$instance {
|
|
|
168
184
|
export type IInternalEntry = IInternalEntry$instance;
|
|
169
185
|
|
|
170
186
|
export interface IInternalEntrySubscriber$instance {
|
|
187
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntrySubscriber: never;
|
|
188
|
+
|
|
171
189
|
SnapshotAndSubscribe(entry: InternalComplexEntry): boolean;
|
|
172
190
|
SnapshotAndSubscribe(entry: InternalEntityEntry): boolean;
|
|
173
191
|
SubscribeCollectionChanged(entry: InternalEntityEntry, navigation: INavigationBase): void;
|
|
@@ -180,15 +198,19 @@ export interface IInternalEntrySubscriber$instance {
|
|
|
180
198
|
export type IInternalEntrySubscriber = IInternalEntrySubscriber$instance;
|
|
181
199
|
|
|
182
200
|
export interface IKeyPropagator$instance {
|
|
201
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IKeyPropagator: never;
|
|
202
|
+
|
|
183
203
|
PropagateValue(entry: InternalEntityEntry, property: IProperty): InternalEntityEntry | undefined;
|
|
184
|
-
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken):
|
|
204
|
+
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
185
205
|
}
|
|
186
206
|
|
|
187
207
|
|
|
188
208
|
export type IKeyPropagator = IKeyPropagator$instance;
|
|
189
209
|
|
|
190
210
|
export interface ILocalViewListener$instance {
|
|
191
|
-
|
|
211
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ILocalViewListener: never;
|
|
212
|
+
|
|
213
|
+
RegisterView(viewAction: Action_2<InternalEntityEntry, EntityState>): void;
|
|
192
214
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
193
215
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
194
216
|
}
|
|
@@ -197,11 +219,13 @@ export interface ILocalViewListener$instance {
|
|
|
197
219
|
export type ILocalViewListener = ILocalViewListener$instance;
|
|
198
220
|
|
|
199
221
|
export interface INavigationFixer$instance {
|
|
222
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_INavigationFixer: never;
|
|
223
|
+
|
|
200
224
|
BeginDelayedFixup(): boolean;
|
|
201
225
|
CompleteDelayedFixup(): void;
|
|
202
226
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
203
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys:
|
|
204
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
227
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys: IEnumerable_1<IKey>, containingForeignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
228
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
205
229
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, oldValue: unknown, newValue: unknown): void;
|
|
206
230
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
207
231
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
@@ -212,6 +236,8 @@ export interface INavigationFixer$instance {
|
|
|
212
236
|
export type INavigationFixer = INavigationFixer$instance;
|
|
213
237
|
|
|
214
238
|
export interface ISnapshot$instance {
|
|
239
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
240
|
+
|
|
215
241
|
[index: number]: unknown | undefined;
|
|
216
242
|
readonly IsEmpty: boolean;
|
|
217
243
|
GetValue<T>(index: int): T;
|
|
@@ -221,11 +247,13 @@ export interface ISnapshot$instance {
|
|
|
221
247
|
export type ISnapshot = ISnapshot$instance;
|
|
222
248
|
|
|
223
249
|
export interface IStateManager$instance extends IResettableService {
|
|
250
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager: never;
|
|
251
|
+
|
|
224
252
|
readonly Dependencies: StateManagerDependencies;
|
|
225
253
|
DeleteOrphansTiming: CascadeTiming;
|
|
226
254
|
CascadeDeleteTiming: CascadeTiming;
|
|
227
255
|
readonly SavingChanges: boolean;
|
|
228
|
-
readonly Entries:
|
|
256
|
+
readonly Entries: IEnumerable_1<InternalEntityEntry>;
|
|
229
257
|
readonly Count: int;
|
|
230
258
|
ChangedCount: int;
|
|
231
259
|
readonly InternalEntityEntryNotifier: IInternalEntityEntryNotifier;
|
|
@@ -236,35 +264,35 @@ export interface IStateManager$instance extends IResettableService {
|
|
|
236
264
|
readonly SensitiveLoggingEnabled: boolean;
|
|
237
265
|
readonly UpdateLogger: IDiagnosticsLogger_1<DbLoggerCategory_Update>;
|
|
238
266
|
BeginAttachGraph(): void;
|
|
239
|
-
CaptureEvents():
|
|
240
|
-
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?:
|
|
267
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<EntityTrackingEventArgs>, EventHandler_1<EntityTrackedEventArgs>, EventHandler_1<EntityStateChangingEventArgs>, EventHandler_1<EntityStateChangedEventArgs>>;
|
|
268
|
+
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?: IEnumerable_1<IForeignKey>): void;
|
|
241
269
|
ChangingState(entry: InternalEntityEntry, newState: EntityState): void;
|
|
242
270
|
CreateEntityFinder(entityType: IEntityType): IEntityFinder;
|
|
243
|
-
CreateEntry(values:
|
|
271
|
+
CreateEntry(values: IDictionary_2<System_Internal.String, unknown>, entityType: IEntityType): InternalEntityEntry;
|
|
244
272
|
FindPrincipal(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
245
273
|
GetCountForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean): int;
|
|
246
|
-
GetDependents(keyValues:
|
|
247
|
-
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
248
|
-
GetEntries(key: IKey):
|
|
249
|
-
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean):
|
|
250
|
-
GetEntriesToSave(cascadeChanges: boolean):
|
|
251
|
-
GetNonDeletedEntities<TEntity>():
|
|
274
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
275
|
+
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry> | undefined;
|
|
276
|
+
GetEntries(key: IKey): IEnumerable_1<InternalEntityEntry>;
|
|
277
|
+
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
278
|
+
GetEntriesToSave(cascadeChanges: boolean): IList_1<IUpdateEntry>;
|
|
279
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
252
280
|
GetOrCreateEntry(entity: unknown, entityType: IEntityType): InternalEntityEntry;
|
|
253
281
|
GetOrCreateEntry(entity: unknown): InternalEntityEntry;
|
|
254
|
-
GetRecordedReferrers(referencedEntity: unknown, clear: boolean):
|
|
282
|
+
GetRecordedReferrers(referencedEntity: unknown, clear: boolean): IEnumerable_1<Tuple_2<INavigationBase, InternalEntityEntry>>;
|
|
255
283
|
OnTracked(internalEntityEntry: InternalEntityEntry, fromQuery: boolean): void;
|
|
256
284
|
OnTracking(internalEntityEntry: InternalEntityEntry, state: EntityState, fromQuery: boolean): void;
|
|
257
285
|
RecordReferencedUntrackedEntity(referencedEntity: unknown, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): void;
|
|
258
286
|
ResetStateAsync(cancellationToken?: CancellationToken): Task;
|
|
259
287
|
ResolveToExistingEntry(newEntry: InternalEntityEntry, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): boolean;
|
|
260
288
|
SaveChanges(acceptAllChangesOnSuccess: boolean): int;
|
|
261
|
-
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken):
|
|
262
|
-
SetEvents(tracking:
|
|
289
|
+
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
290
|
+
SetEvents(tracking: EventHandler_1<EntityTrackingEventArgs>, tracked: EventHandler_1<EntityTrackedEventArgs>, stateChanging: EventHandler_1<EntityStateChangingEventArgs>, stateChanged: EventHandler_1<EntityStateChangedEventArgs>): void;
|
|
263
291
|
StartTracking(entry: InternalComplexEntry): InternalComplexEntry;
|
|
264
292
|
StartTracking(entry: InternalEntityEntry): InternalEntityEntry;
|
|
265
293
|
StartTrackingFromQuery(baseEntityType: IEntityType, entity: unknown, snapshot: ISnapshot): InternalEntityEntry;
|
|
266
294
|
StopTracking(entry: InternalComplexEntry, oldState: EntityState): void;
|
|
267
|
-
TryGetEntry(key: IKey, keyValues:
|
|
295
|
+
TryGetEntry(key: IKey, keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
268
296
|
TryGetEntry(key: IKey, keyValues: unknown[], throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
269
297
|
TryGetEntry(entity: unknown, type: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
|
|
270
298
|
TryGetEntry(entity: unknown, throwOnNonUniqueness?: boolean): InternalEntityEntry | undefined;
|
|
@@ -283,16 +311,22 @@ export interface IStateManager$instance extends Microsoft_EntityFrameworkCore_In
|
|
|
283
311
|
export type IStateManager = IStateManager$instance;
|
|
284
312
|
|
|
285
313
|
export interface IValueGenerationManager$instance {
|
|
314
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IValueGenerationManager: never;
|
|
315
|
+
|
|
286
316
|
Generate(entry: InternalEntityEntry, includePrimaryKey?: boolean): boolean;
|
|
287
|
-
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken):
|
|
317
|
+
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
288
318
|
Propagate(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
289
|
-
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken):
|
|
319
|
+
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
290
320
|
}
|
|
291
321
|
|
|
292
322
|
|
|
293
323
|
export type IValueGenerationManager = IValueGenerationManager$instance;
|
|
294
324
|
|
|
295
|
-
export interface MultiSnapshot$instance {
|
|
325
|
+
export interface MultiSnapshot$instance extends ISnapshot$instance {
|
|
326
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_MultiSnapshot: never;
|
|
327
|
+
|
|
328
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
329
|
+
|
|
296
330
|
[index: number]: unknown | undefined;
|
|
297
331
|
GetValue<T>(index: int): T;
|
|
298
332
|
}
|
|
@@ -307,12 +341,12 @@ export interface __MultiSnapshot$views {
|
|
|
307
341
|
As_ISnapshot(): ISnapshot$instance;
|
|
308
342
|
}
|
|
309
343
|
|
|
310
|
-
export interface MultiSnapshot$instance extends ISnapshot$instance {}
|
|
311
|
-
|
|
312
344
|
export type MultiSnapshot = MultiSnapshot$instance & __MultiSnapshot$views;
|
|
313
345
|
|
|
314
346
|
|
|
315
347
|
export interface ArrayPropertyValues$instance extends PropertyValues {
|
|
348
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ArrayPropertyValues: never;
|
|
349
|
+
|
|
316
350
|
Clone(): PropertyValues;
|
|
317
351
|
get_Item(propertyName: string): unknown | undefined;
|
|
318
352
|
get_Item(property: IProperty): unknown | undefined;
|
|
@@ -324,7 +358,7 @@ export interface ArrayPropertyValues$instance extends PropertyValues {
|
|
|
324
358
|
set_Item(complexProperty: IComplexProperty, value: IList | undefined): void;
|
|
325
359
|
SetValues(obj: unknown): void;
|
|
326
360
|
SetValues(propertyValues: PropertyValues): void;
|
|
327
|
-
SetValues<TProperty>(values:
|
|
361
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
328
362
|
ToObject(): unknown;
|
|
329
363
|
}
|
|
330
364
|
|
|
@@ -337,7 +371,11 @@ export const ArrayPropertyValues: {
|
|
|
337
371
|
export type ArrayPropertyValues = ArrayPropertyValues$instance;
|
|
338
372
|
|
|
339
373
|
export interface ChangeDetector$instance {
|
|
340
|
-
|
|
374
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ChangeDetector: never;
|
|
375
|
+
|
|
376
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeDetector: never;
|
|
377
|
+
|
|
378
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<DetectChangesEventArgs>, EventHandler_1<DetectedChangesEventArgs>, EventHandler_1<DetectEntityChangesEventArgs>, EventHandler_1<DetectedEntityChangesEventArgs>>;
|
|
341
379
|
DetectChanges(stateManager: IStateManager): void;
|
|
342
380
|
DetectChanges(entry: InternalEntityEntry): void;
|
|
343
381
|
DetectChanges(entry: InternalComplexEntry): void;
|
|
@@ -351,7 +389,7 @@ export interface ChangeDetector$instance {
|
|
|
351
389
|
PropertyChanged(entry: IInternalEntry, propertyBase: IPropertyBase, setModified: boolean): void;
|
|
352
390
|
PropertyChanging(entry: IInternalEntry, propertyBase: IPropertyBase): void;
|
|
353
391
|
ResetState(): void;
|
|
354
|
-
SetEvents(detectingAllChanges:
|
|
392
|
+
SetEvents(detectingAllChanges: EventHandler_1<DetectChangesEventArgs>, detectedAllChanges: EventHandler_1<DetectedChangesEventArgs>, detectingEntityChanges: EventHandler_1<DetectEntityChangesEventArgs>, detectedEntityChanges: EventHandler_1<DetectedEntityChangesEventArgs>): void;
|
|
355
393
|
}
|
|
356
394
|
|
|
357
395
|
|
|
@@ -367,7 +405,11 @@ export interface __ChangeDetector$views {
|
|
|
367
405
|
export type ChangeDetector = ChangeDetector$instance & __ChangeDetector$views;
|
|
368
406
|
|
|
369
407
|
|
|
370
|
-
export interface ChangeTrackerFactory$instance {
|
|
408
|
+
export interface ChangeTrackerFactory$instance extends IChangeTrackerFactory$instance {
|
|
409
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ChangeTrackerFactory: never;
|
|
410
|
+
|
|
411
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeTrackerFactory: never;
|
|
412
|
+
|
|
371
413
|
Create(): ChangeTracker;
|
|
372
414
|
}
|
|
373
415
|
|
|
@@ -381,43 +423,53 @@ export interface __ChangeTrackerFactory$views {
|
|
|
381
423
|
As_IChangeTrackerFactory(): IChangeTrackerFactory$instance;
|
|
382
424
|
}
|
|
383
425
|
|
|
384
|
-
export interface ChangeTrackerFactory$instance extends IChangeTrackerFactory$instance {}
|
|
385
|
-
|
|
386
426
|
export type ChangeTrackerFactory = ChangeTrackerFactory$instance & __ChangeTrackerFactory$views;
|
|
387
427
|
|
|
388
428
|
|
|
389
429
|
export interface CompositeDependentKeyValueFactory$instance extends CompositeValueFactory$instance {
|
|
430
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositeDependentKeyValueFactory: never;
|
|
431
|
+
|
|
432
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
433
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
434
|
+
|
|
390
435
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
391
436
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
392
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
437
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
393
438
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: unknown): boolean;
|
|
394
439
|
}
|
|
395
440
|
|
|
396
441
|
|
|
397
442
|
export const CompositeDependentKeyValueFactory: {
|
|
398
|
-
new(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<
|
|
443
|
+
new(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<IReadOnlyList_1<unknown>>): CompositeDependentKeyValueFactory;
|
|
399
444
|
};
|
|
400
445
|
|
|
401
446
|
|
|
402
447
|
export interface __CompositeDependentKeyValueFactory$views {
|
|
403
448
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
404
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
449
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
405
450
|
}
|
|
406
451
|
|
|
407
452
|
export type CompositeDependentKeyValueFactory = CompositeDependentKeyValueFactory$instance & __CompositeDependentKeyValueFactory$views;
|
|
408
453
|
|
|
409
454
|
|
|
410
455
|
export interface CompositePrincipalKeyValueFactory$instance extends CompositeValueFactory$instance {
|
|
456
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositePrincipalKeyValueFactory: never;
|
|
457
|
+
|
|
458
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
459
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
460
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory: never;
|
|
461
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory_1: never;
|
|
462
|
+
|
|
411
463
|
CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
412
464
|
CreateFromBuffer(valueBuffer: ValueBuffer): unknown | undefined;
|
|
413
|
-
CreateFromCurrentValues(entry: IUpdateEntry):
|
|
414
|
-
CreateFromKeyValues(keyValues:
|
|
415
|
-
CreateFromOriginalValues(entry: IUpdateEntry):
|
|
416
|
-
CreateFromRelationshipSnapshot(entry: IUpdateEntry):
|
|
465
|
+
CreateFromCurrentValues(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
466
|
+
CreateFromKeyValues(keyValues: IReadOnlyList_1<unknown>): unknown | undefined;
|
|
467
|
+
CreateFromOriginalValues(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
468
|
+
CreateFromRelationshipSnapshot(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
417
469
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
418
470
|
FindNullPropertyInCurrentValues(entry: IUpdateEntry): IProperty;
|
|
419
|
-
FindNullPropertyInKeyValues(keyValues:
|
|
420
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
471
|
+
FindNullPropertyInKeyValues(keyValues: IReadOnlyList_1<unknown>): IProperty;
|
|
472
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
421
473
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: unknown): boolean;
|
|
422
474
|
}
|
|
423
475
|
|
|
@@ -429,43 +481,54 @@ export const CompositePrincipalKeyValueFactory: {
|
|
|
429
481
|
|
|
430
482
|
export interface __CompositePrincipalKeyValueFactory$views {
|
|
431
483
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
432
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
484
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
433
485
|
As_IPrincipalKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory$instance;
|
|
434
|
-
As_IPrincipalKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory_1$instance<
|
|
486
|
+
As_IPrincipalKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
435
487
|
}
|
|
436
488
|
|
|
437
489
|
export type CompositePrincipalKeyValueFactory = CompositePrincipalKeyValueFactory$instance & __CompositePrincipalKeyValueFactory$views;
|
|
438
490
|
|
|
439
491
|
|
|
440
492
|
export interface CompositeValueFactory$instance {
|
|
441
|
-
readonly
|
|
442
|
-
|
|
493
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositeValueFactory: never;
|
|
494
|
+
|
|
495
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
496
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
497
|
+
|
|
498
|
+
readonly EqualityComparer: IEqualityComparer_1<IReadOnlyList_1<unknown | undefined>>;
|
|
499
|
+
readonly Properties: IReadOnlyList_1<IProperty>;
|
|
443
500
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
444
501
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
445
|
-
TryCreateFromBuffer(valueBuffer: ValueBuffer, key:
|
|
446
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
447
|
-
TryCreateFromEntry(entry: IUpdateEntry, getValue:
|
|
448
|
-
TryCreateFromOriginalValues(entry: IUpdateEntry, key:
|
|
449
|
-
TryCreateFromPreStoreGeneratedCurrentValues(entry: IUpdateEntry, key:
|
|
450
|
-
TryCreateFromRelationshipSnapshot(entry: IUpdateEntry, key:
|
|
502
|
+
TryCreateFromBuffer(valueBuffer: ValueBuffer, key: IReadOnlyList_1<unknown>): boolean;
|
|
503
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
504
|
+
TryCreateFromEntry(entry: IUpdateEntry, getValue: Func_3<IUpdateEntry, IProperty, unknown>, key: IReadOnlyList_1<unknown>): boolean;
|
|
505
|
+
TryCreateFromOriginalValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
506
|
+
TryCreateFromPreStoreGeneratedCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
507
|
+
TryCreateFromRelationshipSnapshot(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
451
508
|
}
|
|
452
509
|
|
|
453
510
|
|
|
454
511
|
export const CompositeValueFactory: {
|
|
455
|
-
new(properties:
|
|
456
|
-
CreateEqualityComparer(properties:
|
|
512
|
+
new(properties: IReadOnlyList_1<IProperty>): CompositeValueFactory;
|
|
513
|
+
CreateEqualityComparer(properties: IReadOnlyList_1<IProperty>): IEqualityComparer_1<IReadOnlyList_1<unknown | undefined>>;
|
|
457
514
|
};
|
|
458
515
|
|
|
459
516
|
|
|
460
517
|
export interface __CompositeValueFactory$views {
|
|
461
518
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
462
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
519
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
463
520
|
}
|
|
464
521
|
|
|
465
522
|
export type CompositeValueFactory = CompositeValueFactory$instance & __CompositeValueFactory$views;
|
|
466
523
|
|
|
467
524
|
|
|
468
|
-
export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends ValueComparer_1<TTo> {
|
|
525
|
+
export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends ValueComparer_1<TTo>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer_1<unknown>, System_Collections_Generic_Internal.IEqualityComparer_1<TTo> {
|
|
526
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ConvertingValueComparer_2: never;
|
|
527
|
+
|
|
528
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
529
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
530
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
531
|
+
|
|
469
532
|
}
|
|
470
533
|
|
|
471
534
|
|
|
@@ -478,12 +541,12 @@ export interface __ConvertingValueComparer_2$views<TTo, TFrom> {
|
|
|
478
541
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
|
|
479
542
|
}
|
|
480
543
|
|
|
481
|
-
export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer> {}
|
|
482
|
-
|
|
483
544
|
export type ConvertingValueComparer_2<TTo, TFrom> = ConvertingValueComparer_2$instance<TTo, TFrom> & __ConvertingValueComparer_2$views<TTo, TFrom>;
|
|
484
545
|
|
|
485
546
|
|
|
486
547
|
export interface CurrentPropertyValues$instance extends EntryPropertyValues {
|
|
548
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentPropertyValues: never;
|
|
549
|
+
|
|
487
550
|
GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
|
|
488
551
|
GetValue<TValue>(propertyName: string): TValue;
|
|
489
552
|
GetValue<TValue>(property: IProperty): TValue;
|
|
@@ -500,6 +563,10 @@ export const CurrentPropertyValues: {
|
|
|
500
563
|
export type CurrentPropertyValues = CurrentPropertyValues$instance;
|
|
501
564
|
|
|
502
565
|
export interface CurrentProviderValueComparer_2$instance<TModel, TProvider> {
|
|
566
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentProviderValueComparer_2: never;
|
|
567
|
+
|
|
568
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
569
|
+
|
|
503
570
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
504
571
|
}
|
|
505
572
|
|
|
@@ -512,7 +579,9 @@ export const CurrentProviderValueComparer_2: {
|
|
|
512
579
|
export type CurrentProviderValueComparer_2<TModel, TProvider> = CurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
513
580
|
|
|
514
581
|
export interface CurrentValueComparerFactory$instance {
|
|
515
|
-
|
|
582
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentValueComparerFactory: never;
|
|
583
|
+
|
|
584
|
+
Create(property: IPropertyBase): IComparer_1<IUpdateEntry>;
|
|
516
585
|
GetComparerType(propertyBase: IPropertyBase): Type;
|
|
517
586
|
}
|
|
518
587
|
|
|
@@ -525,7 +594,9 @@ export const CurrentValueComparerFactory: {
|
|
|
525
594
|
export type CurrentValueComparerFactory = CurrentValueComparerFactory$instance;
|
|
526
595
|
|
|
527
596
|
export interface DependentKeyValueFactory_1$instance<TKey> {
|
|
528
|
-
readonly
|
|
597
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentKeyValueFactory_1: never;
|
|
598
|
+
|
|
599
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
529
600
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
530
601
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
531
602
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -540,7 +611,9 @@ export const DependentKeyValueFactory_1: (abstract new<TKey>(foreignKey: IForeig
|
|
|
540
611
|
export type DependentKeyValueFactory_1<TKey> = DependentKeyValueFactory_1$instance<TKey>;
|
|
541
612
|
|
|
542
613
|
export interface DependentKeyValueFactoryFactory$instance {
|
|
543
|
-
|
|
614
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentKeyValueFactoryFactory: never;
|
|
615
|
+
|
|
616
|
+
CreateComposite(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<IReadOnlyList_1<unknown>>): IDependentKeyValueFactory_1<IReadOnlyList_1<unknown | undefined>>;
|
|
544
617
|
CreateSimpleNonNullable<TKey extends unknown>(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>): IDependentKeyValueFactory_1<TKey>;
|
|
545
618
|
CreateSimpleNullable<TKey, TNonNullableKey extends unknown>(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>): IDependentKeyValueFactory_1<TKey>;
|
|
546
619
|
}
|
|
@@ -554,10 +627,14 @@ export const DependentKeyValueFactoryFactory: {
|
|
|
554
627
|
export type DependentKeyValueFactoryFactory = DependentKeyValueFactoryFactory$instance;
|
|
555
628
|
|
|
556
629
|
export interface DependentsMap_1$instance<TKey> {
|
|
630
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentsMap_1: never;
|
|
631
|
+
|
|
632
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IDependentsMap: never;
|
|
633
|
+
|
|
557
634
|
Add(entry: IUpdateEntry): void;
|
|
558
|
-
GetDependents(principalEntry: IUpdateEntry):
|
|
559
|
-
GetDependents(keyValues:
|
|
560
|
-
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry):
|
|
635
|
+
GetDependents(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
636
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>): IEnumerable_1<IUpdateEntry>;
|
|
637
|
+
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
561
638
|
Remove(entry: IUpdateEntry): void;
|
|
562
639
|
Update(entry: IUpdateEntry): void;
|
|
563
640
|
}
|
|
@@ -576,6 +653,8 @@ export type DependentsMap_1<TKey> = DependentsMap_1$instance<TKey> & __Dependent
|
|
|
576
653
|
|
|
577
654
|
|
|
578
655
|
export interface EmptyShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory {
|
|
656
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EmptyShadowValuesFactoryFactory: never;
|
|
657
|
+
|
|
579
658
|
readonly UseEntityVariable: boolean;
|
|
580
659
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
581
660
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -593,9 +672,13 @@ export const EmptyShadowValuesFactoryFactory: {
|
|
|
593
672
|
|
|
594
673
|
export type EmptyShadowValuesFactoryFactory = EmptyShadowValuesFactoryFactory$instance;
|
|
595
674
|
|
|
596
|
-
export interface EntityEntryGraphIterator$instance {
|
|
597
|
-
|
|
598
|
-
|
|
675
|
+
export interface EntityEntryGraphIterator$instance extends Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance {
|
|
676
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityEntryGraphIterator: never;
|
|
677
|
+
|
|
678
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IEntityEntryGraphIterator: never;
|
|
679
|
+
|
|
680
|
+
TraverseGraph<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_2<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
|
|
681
|
+
TraverseGraphAsync<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_3<EntityEntryGraphNode_1<TState>, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
|
|
599
682
|
}
|
|
600
683
|
|
|
601
684
|
|
|
@@ -608,12 +691,14 @@ export interface __EntityEntryGraphIterator$views {
|
|
|
608
691
|
As_IEntityEntryGraphIterator(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance;
|
|
609
692
|
}
|
|
610
693
|
|
|
611
|
-
export interface EntityEntryGraphIterator$instance extends Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance {}
|
|
612
|
-
|
|
613
694
|
export type EntityEntryGraphIterator = EntityEntryGraphIterator$instance & __EntityEntryGraphIterator$views;
|
|
614
695
|
|
|
615
696
|
|
|
616
|
-
export interface EntityGraphAttacher$instance {
|
|
697
|
+
export interface EntityGraphAttacher$instance extends IEntityGraphAttacher$instance {
|
|
698
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityGraphAttacher: never;
|
|
699
|
+
|
|
700
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IEntityGraphAttacher: never;
|
|
701
|
+
|
|
617
702
|
AttachGraph(rootEntry: InternalEntityEntry, targetState: EntityState, storeGeneratedWithKeySetTargetState: EntityState, forceStateWhenUnknownKey: boolean): void;
|
|
618
703
|
AttachGraphAsync(rootEntry: InternalEntityEntry, targetState: EntityState, storeGeneratedWithKeySetTargetState: EntityState, forceStateWhenUnknownKey: boolean, cancellationToken?: CancellationToken): Task;
|
|
619
704
|
}
|
|
@@ -628,18 +713,18 @@ export interface __EntityGraphAttacher$views {
|
|
|
628
713
|
As_IEntityGraphAttacher(): IEntityGraphAttacher$instance;
|
|
629
714
|
}
|
|
630
715
|
|
|
631
|
-
export interface EntityGraphAttacher$instance extends IEntityGraphAttacher$instance {}
|
|
632
|
-
|
|
633
716
|
export type EntityGraphAttacher = EntityGraphAttacher$instance & __EntityGraphAttacher$views;
|
|
634
717
|
|
|
635
718
|
|
|
636
719
|
export interface EntityReferenceMap$instance {
|
|
720
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityReferenceMap: never;
|
|
721
|
+
|
|
637
722
|
Clear(): void;
|
|
638
723
|
GetCountForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, countDeletedSharedIdentity: boolean): int;
|
|
639
|
-
GetEntriesForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, returnDeletedSharedIdentity: boolean):
|
|
640
|
-
GetNonDeletedEntities<TEntity>():
|
|
724
|
+
GetEntriesForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, returnDeletedSharedIdentity: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
725
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
641
726
|
TryGet(entity: unknown, entityType: IEntityType, entry: InternalEntityEntry, throwOnNonUniqueness: boolean): boolean;
|
|
642
|
-
Update(entry: InternalEntityEntry, state: EntityState, oldState:
|
|
727
|
+
Update(entry: InternalEntityEntry, state: EntityState, oldState: Nullable_1<EntityState>): void;
|
|
643
728
|
}
|
|
644
729
|
|
|
645
730
|
|
|
@@ -651,6 +736,11 @@ export const EntityReferenceMap: {
|
|
|
651
736
|
export type EntityReferenceMap = EntityReferenceMap$instance;
|
|
652
737
|
|
|
653
738
|
export interface EntryCurrentProviderValueComparer$instance extends EntryCurrentValueComparer {
|
|
739
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryCurrentProviderValueComparer: never;
|
|
740
|
+
|
|
741
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
742
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
743
|
+
|
|
654
744
|
GetPropertyValue(entry: IUpdateEntry): unknown | undefined;
|
|
655
745
|
}
|
|
656
746
|
|
|
@@ -663,6 +753,11 @@ export const EntryCurrentProviderValueComparer: {
|
|
|
663
753
|
export type EntryCurrentProviderValueComparer = EntryCurrentProviderValueComparer$instance;
|
|
664
754
|
|
|
665
755
|
export interface EntryCurrentValueComparer$instance {
|
|
756
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryCurrentValueComparer: never;
|
|
757
|
+
|
|
758
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
759
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
760
|
+
|
|
666
761
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
667
762
|
ComparePropertyValues(x: unknown, y: unknown): int;
|
|
668
763
|
Equals(x: IUpdateEntry, y: IUpdateEntry): boolean;
|
|
@@ -680,6 +775,8 @@ export const EntryCurrentValueComparer: {
|
|
|
680
775
|
export type EntryCurrentValueComparer = EntryCurrentValueComparer$instance;
|
|
681
776
|
|
|
682
777
|
export interface EntryPropertyValues$instance extends PropertyValues {
|
|
778
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryPropertyValues: never;
|
|
779
|
+
|
|
683
780
|
Clone(): PropertyValues;
|
|
684
781
|
get_Item(propertyName: string): unknown | undefined;
|
|
685
782
|
get_Item(property: IProperty): unknown | undefined;
|
|
@@ -692,8 +789,8 @@ export interface EntryPropertyValues$instance extends PropertyValues {
|
|
|
692
789
|
SetValueInternal(entry: IInternalEntry, property: IPropertyBase, value: unknown): void;
|
|
693
790
|
SetValues(obj: unknown): void;
|
|
694
791
|
SetValues(propertyValues: PropertyValues): void;
|
|
695
|
-
SetValues<TProperty>(values:
|
|
696
|
-
SetValues<TProperty>(values:
|
|
792
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
793
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
697
794
|
ToObject(): unknown;
|
|
698
795
|
}
|
|
699
796
|
|
|
@@ -705,13 +802,18 @@ export const EntryPropertyValues: (abstract new(internalEntry: InternalEntryBase
|
|
|
705
802
|
export type EntryPropertyValues = EntryPropertyValues$instance;
|
|
706
803
|
|
|
707
804
|
export interface IdentityMap_1$instance<TKey> {
|
|
805
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IdentityMap_1: never;
|
|
806
|
+
|
|
807
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
808
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
809
|
+
|
|
708
810
|
readonly Key: IKey;
|
|
709
811
|
readonly PrincipalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>;
|
|
710
812
|
Add(entry: InternalEntityEntry): void;
|
|
711
|
-
Add(keyValues:
|
|
813
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
712
814
|
Add(key: TKey, entry: InternalEntityEntry): void;
|
|
713
815
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
714
|
-
All():
|
|
816
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
715
817
|
Clear(): void;
|
|
716
818
|
FindDependentsMap(foreignKey: IForeignKey): IDependentsMap | undefined;
|
|
717
819
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
@@ -719,8 +821,8 @@ export interface IdentityMap_1$instance<TKey> {
|
|
|
719
821
|
Remove(key: TKey, entry: InternalEntityEntry): void;
|
|
720
822
|
RemoveUsingRelationshipSnapshot(entry: InternalEntityEntry): void;
|
|
721
823
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
722
|
-
TryGetEntry(keyValues:
|
|
723
|
-
TryGetEntry(keyValues:
|
|
824
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
825
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
724
826
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
725
827
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
726
828
|
TryGetEntryUsingPreStoreGeneratedValues(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
@@ -742,19 +844,25 @@ export type IdentityMap_1<TKey> = IdentityMap_1$instance<TKey> & __IdentityMap_1
|
|
|
742
844
|
|
|
743
845
|
|
|
744
846
|
export interface IdentityMapFactoryFactory$instance {
|
|
847
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IdentityMapFactoryFactory: never;
|
|
848
|
+
|
|
745
849
|
}
|
|
746
850
|
|
|
747
851
|
|
|
748
852
|
export const IdentityMapFactoryFactory: {
|
|
749
853
|
new(): IdentityMapFactoryFactory;
|
|
750
|
-
Create(key: IKey):
|
|
751
|
-
CreateFactory<TKey>(key: IKey):
|
|
854
|
+
Create(key: IKey): Func_2<System_Internal.Boolean, IIdentityMap>;
|
|
855
|
+
CreateFactory<TKey>(key: IKey): Func_2<System_Internal.Boolean, IIdentityMap>;
|
|
752
856
|
};
|
|
753
857
|
|
|
754
858
|
|
|
755
859
|
export type IdentityMapFactoryFactory = IdentityMapFactoryFactory$instance;
|
|
756
860
|
|
|
757
861
|
export interface InternalComplexEntry$instance extends InternalEntryBase$instance {
|
|
862
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalComplexEntry: never;
|
|
863
|
+
|
|
864
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
865
|
+
|
|
758
866
|
readonly ComplexProperty: IComplexProperty;
|
|
759
867
|
readonly ComplexType: IRuntimeComplexType;
|
|
760
868
|
readonly ContainingEntry: InternalEntryBase;
|
|
@@ -766,13 +874,13 @@ export interface InternalComplexEntry$instance extends InternalEntryBase$instanc
|
|
|
766
874
|
AcceptChanges(): void;
|
|
767
875
|
DiscardStoreGeneratedValues(): void;
|
|
768
876
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
769
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
877
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
770
878
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
771
879
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
772
880
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
773
|
-
GetFlattenedComplexEntries():
|
|
774
|
-
GetOrdinals():
|
|
775
|
-
GetOrdinals():
|
|
881
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
882
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
883
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
776
884
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
777
885
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
778
886
|
GetPropertyPath(property: IReadOnlyProperty): string;
|
|
@@ -792,7 +900,7 @@ export interface InternalComplexEntry$instance extends InternalEntryBase$instanc
|
|
|
792
900
|
ReadPropertyValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
793
901
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
794
902
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
795
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
903
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
796
904
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
797
905
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
798
906
|
SetPropertyModified(property: IProperty, changeState?: boolean, isModified?: boolean, isConceptualNull?: boolean, acceptChanges?: boolean): void;
|
|
@@ -815,17 +923,22 @@ export type InternalComplexEntry = InternalComplexEntry$instance & __InternalCom
|
|
|
815
923
|
|
|
816
924
|
|
|
817
925
|
export interface InternalEntityEntry$instance extends InternalEntryBase$instance {
|
|
926
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntityEntry: never;
|
|
927
|
+
|
|
928
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
929
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateEntry: never;
|
|
930
|
+
|
|
818
931
|
readonly DebugView: DebugView;
|
|
819
932
|
readonly Entity: unknown;
|
|
820
933
|
readonly EntityType: IRuntimeEntityType;
|
|
821
934
|
readonly HasRelationshipSnapshot: boolean;
|
|
822
|
-
readonly IsKeySet:
|
|
935
|
+
readonly IsKeySet: ValueTuple_2<System_Internal.Boolean, System_Internal.Boolean>;
|
|
823
936
|
readonly IsKeyUnknown: boolean;
|
|
824
937
|
get SharedIdentityEntry(): InternalEntityEntry | undefined;
|
|
825
938
|
set SharedIdentityEntry(value: InternalEntityEntry | undefined);
|
|
826
939
|
readonly StateManager: IStateManager;
|
|
827
940
|
AcceptChanges(): void;
|
|
828
|
-
AddRangeToCollectionSnapshot(navigation: INavigationBase, addedEntities:
|
|
941
|
+
AddRangeToCollectionSnapshot(navigation: INavigationBase, addedEntities: IEnumerable_1<unknown>): void;
|
|
829
942
|
AddToCollection(navigationBase: INavigationBase, value: unknown, forMaterialization: boolean): boolean;
|
|
830
943
|
AddToCollectionSnapshot(navigation: INavigationBase, addedEntity: unknown): void;
|
|
831
944
|
CanHaveOriginalValue(propertyBase: IPropertyBase): boolean;
|
|
@@ -833,13 +946,13 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
833
946
|
DiscardStoreGeneratedValues(): void;
|
|
834
947
|
EnsureRelationshipSnapshot(): void;
|
|
835
948
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
836
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
949
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
837
950
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
838
951
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
839
952
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
840
|
-
GetFlattenedComplexEntries():
|
|
953
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
841
954
|
GetOrCreateCollection(navigationBase: INavigationBase, forMaterialization: boolean): unknown;
|
|
842
|
-
GetOrdinals():
|
|
955
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
843
956
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
844
957
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
845
958
|
GetRelationshipSnapshotValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
@@ -867,11 +980,11 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
867
980
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
868
981
|
RemoveFromCollection(navigationBase: INavigationBase, value: unknown): boolean;
|
|
869
982
|
RemoveFromCollectionSnapshot(navigation: INavigationBase, removedEntity: unknown): void;
|
|
870
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
871
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
983
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
984
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
872
985
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
873
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
874
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
986
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
987
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
875
988
|
SetIsLoaded(navigation: INavigationBase, loaded?: boolean): void;
|
|
876
989
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
877
990
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
@@ -888,7 +1001,7 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
888
1001
|
export const InternalEntityEntry: {
|
|
889
1002
|
new(stateManager: IStateManager, entityType: IEntityType, entity: unknown): InternalEntityEntry;
|
|
890
1003
|
new(stateManager: IStateManager, entityType: IEntityType, entity: unknown, shadowValues: ISnapshot): InternalEntityEntry;
|
|
891
|
-
new(stateManager: IStateManager, entityType: IEntityType, values:
|
|
1004
|
+
new(stateManager: IStateManager, entityType: IEntityType, values: IDictionary_2<System_Internal.String, unknown>, entityMaterializerSource: IStructuralTypeMaterializerSource): InternalEntityEntry;
|
|
892
1005
|
};
|
|
893
1006
|
|
|
894
1007
|
|
|
@@ -901,9 +1014,11 @@ export type InternalEntityEntry = InternalEntityEntry$instance & __InternalEntit
|
|
|
901
1014
|
|
|
902
1015
|
|
|
903
1016
|
export interface InternalEntityEntryNotifier$instance {
|
|
1017
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntityEntryNotifier: never;
|
|
1018
|
+
|
|
904
1019
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
905
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys:
|
|
906
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
1020
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys: IEnumerable_1<IKey>, foreignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
1021
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
907
1022
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigation: INavigation, oldValue: unknown, newValue: unknown): void;
|
|
908
1023
|
PropertyChanged(entry: IInternalEntry, property: IPropertyBase, setModified: boolean): void;
|
|
909
1024
|
PropertyChanging(entry: IInternalEntry, property: IPropertyBase): void;
|
|
@@ -921,6 +1036,10 @@ export const InternalEntityEntryNotifier: {
|
|
|
921
1036
|
export type InternalEntityEntryNotifier = InternalEntityEntryNotifier$instance;
|
|
922
1037
|
|
|
923
1038
|
export interface InternalEntryBase$instance {
|
|
1039
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntryBase: never;
|
|
1040
|
+
|
|
1041
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
1042
|
+
|
|
924
1043
|
readonly ContainingEntry: InternalEntryBase;
|
|
925
1044
|
readonly Context: DbContext;
|
|
926
1045
|
readonly EntityEntry: InternalEntityEntry;
|
|
@@ -941,15 +1060,15 @@ export interface InternalEntryBase$instance {
|
|
|
941
1060
|
EnsureTemporaryValues(): void;
|
|
942
1061
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
943
1062
|
FlaggedAsTemporary(propertyIndex: int): boolean;
|
|
944
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
1063
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
945
1064
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
946
|
-
GetComplexCollectionOriginalEntries(property: IComplexProperty):
|
|
1065
|
+
GetComplexCollectionOriginalEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
947
1066
|
GetComplexCollectionOriginalEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
948
1067
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
949
1068
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
950
|
-
GetFlattenedComplexEntries():
|
|
1069
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
951
1070
|
GetOrCreateShadowCollection(navigation: INavigationBase): unknown;
|
|
952
|
-
GetOrdinals():
|
|
1071
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
953
1072
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
954
1073
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
955
1074
|
GetPreStoreGeneratedCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
@@ -980,9 +1099,9 @@ export interface InternalEntryBase$instance {
|
|
|
980
1099
|
ReadShadowValue<T>(shadowIndex: int): T;
|
|
981
1100
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
982
1101
|
ReadTemporaryValue<T>(storeGeneratedIndex: int): T;
|
|
983
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
1102
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
984
1103
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
985
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
1104
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
986
1105
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
987
1106
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
988
1107
|
SetPropertyModified(property: IProperty, changeState?: boolean, isModified?: boolean, isConceptualNull?: boolean, acceptChanges?: boolean): void;
|
|
@@ -994,7 +1113,7 @@ export interface InternalEntryBase$instance {
|
|
|
994
1113
|
}
|
|
995
1114
|
|
|
996
1115
|
|
|
997
|
-
export const InternalEntryBase: (abstract new(structuralType: IRuntimeTypeBase) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues: ISnapshot) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues:
|
|
1116
|
+
export const InternalEntryBase: (abstract new(structuralType: IRuntimeTypeBase) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues: ISnapshot) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues: IDictionary_2<System_Internal.String, unknown>) => InternalEntryBase) & {
|
|
998
1117
|
readonly FlaggedAsTemporaryMethod: MethodInfo;
|
|
999
1118
|
readonly FlaggedAsStoreGeneratedMethod: MethodInfo;
|
|
1000
1119
|
};
|
|
@@ -1008,6 +1127,8 @@ export type InternalEntryBase = InternalEntryBase$instance & __InternalEntryBase
|
|
|
1008
1127
|
|
|
1009
1128
|
|
|
1010
1129
|
export interface InternalEntrySubscriber$instance {
|
|
1130
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntrySubscriber: never;
|
|
1131
|
+
|
|
1011
1132
|
SnapshotAndSubscribe(entry: InternalEntityEntry): boolean;
|
|
1012
1133
|
SnapshotAndSubscribe(entry: InternalComplexEntry): boolean;
|
|
1013
1134
|
SubscribeCollectionChanged(entry: InternalEntityEntry, navigation: INavigationBase): void;
|
|
@@ -1026,9 +1147,13 @@ export const InternalEntrySubscriber: {
|
|
|
1026
1147
|
|
|
1027
1148
|
export type InternalEntrySubscriber = InternalEntrySubscriber$instance;
|
|
1028
1149
|
|
|
1029
|
-
export interface KeyPropagator$instance {
|
|
1150
|
+
export interface KeyPropagator$instance extends IKeyPropagator$instance {
|
|
1151
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_KeyPropagator: never;
|
|
1152
|
+
|
|
1153
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IKeyPropagator: never;
|
|
1154
|
+
|
|
1030
1155
|
PropagateValue(entry: InternalEntityEntry, property: IProperty): InternalEntityEntry | undefined;
|
|
1031
|
-
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken):
|
|
1156
|
+
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
1032
1157
|
}
|
|
1033
1158
|
|
|
1034
1159
|
|
|
@@ -1041,12 +1166,12 @@ export interface __KeyPropagator$views {
|
|
|
1041
1166
|
As_IKeyPropagator(): IKeyPropagator$instance;
|
|
1042
1167
|
}
|
|
1043
1168
|
|
|
1044
|
-
export interface KeyPropagator$instance extends IKeyPropagator$instance {}
|
|
1045
|
-
|
|
1046
1169
|
export type KeyPropagator = KeyPropagator$instance & __KeyPropagator$views;
|
|
1047
1170
|
|
|
1048
1171
|
|
|
1049
1172
|
export interface KeyValueFactoryFactory$instance {
|
|
1173
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_KeyValueFactoryFactory: never;
|
|
1174
|
+
|
|
1050
1175
|
}
|
|
1051
1176
|
|
|
1052
1177
|
|
|
@@ -1061,8 +1186,12 @@ export const KeyValueFactoryFactory: {
|
|
|
1061
1186
|
|
|
1062
1187
|
export type KeyValueFactoryFactory = KeyValueFactoryFactory$instance;
|
|
1063
1188
|
|
|
1064
|
-
export interface LocalViewListener$instance {
|
|
1065
|
-
|
|
1189
|
+
export interface LocalViewListener$instance extends ILocalViewListener$instance {
|
|
1190
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_LocalViewListener: never;
|
|
1191
|
+
|
|
1192
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ILocalViewListener: never;
|
|
1193
|
+
|
|
1194
|
+
RegisterView(viewAction: Action_2<InternalEntityEntry, EntityState>): void;
|
|
1066
1195
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
1067
1196
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
1068
1197
|
}
|
|
@@ -1077,18 +1206,20 @@ export interface __LocalViewListener$views {
|
|
|
1077
1206
|
As_ILocalViewListener(): ILocalViewListener$instance;
|
|
1078
1207
|
}
|
|
1079
1208
|
|
|
1080
|
-
export interface LocalViewListener$instance extends ILocalViewListener$instance {}
|
|
1081
|
-
|
|
1082
1209
|
export type LocalViewListener = LocalViewListener$instance & __LocalViewListener$views;
|
|
1083
1210
|
|
|
1084
1211
|
|
|
1085
|
-
export interface NavigationFixer$instance {
|
|
1212
|
+
export interface NavigationFixer$instance extends INavigationFixer$instance {
|
|
1213
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NavigationFixer: never;
|
|
1214
|
+
|
|
1215
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_INavigationFixer: never;
|
|
1216
|
+
|
|
1086
1217
|
AbortDelayedFixup(): void;
|
|
1087
1218
|
BeginDelayedFixup(): boolean;
|
|
1088
1219
|
CompleteDelayedFixup(): void;
|
|
1089
1220
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
1090
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys:
|
|
1091
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
1221
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys: IEnumerable_1<IKey>, containingForeignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
1222
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
1092
1223
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, oldValue: unknown, newValue: unknown): void;
|
|
1093
1224
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
1094
1225
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
@@ -1105,12 +1236,14 @@ export interface __NavigationFixer$views {
|
|
|
1105
1236
|
As_INavigationFixer(): INavigationFixer$instance;
|
|
1106
1237
|
}
|
|
1107
1238
|
|
|
1108
|
-
export interface NavigationFixer$instance extends INavigationFixer$instance {}
|
|
1109
|
-
|
|
1110
1239
|
export type NavigationFixer = NavigationFixer$instance & __NavigationFixer$views;
|
|
1111
1240
|
|
|
1112
1241
|
|
|
1113
1242
|
export interface NullableClassCurrentProviderValueComparer_2$instance<TModel, TProvider> {
|
|
1243
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableClassCurrentProviderValueComparer_2: never;
|
|
1244
|
+
|
|
1245
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1246
|
+
|
|
1114
1247
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
1115
1248
|
}
|
|
1116
1249
|
|
|
@@ -1123,17 +1256,22 @@ export const NullableClassCurrentProviderValueComparer_2: {
|
|
|
1123
1256
|
export type NullableClassCurrentProviderValueComparer_2<TModel, TProvider> = NullableClassCurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
1124
1257
|
|
|
1125
1258
|
export interface NullableKeyIdentityMap_1$instance<TKey> extends IdentityMap_1$instance<TKey> {
|
|
1259
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableKeyIdentityMap_1: never;
|
|
1260
|
+
|
|
1261
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
1262
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
1263
|
+
|
|
1126
1264
|
Add(entry: InternalEntityEntry): void;
|
|
1127
|
-
Add(keyValues:
|
|
1265
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
1128
1266
|
Add(key: TKey, entry: InternalEntityEntry): void;
|
|
1129
1267
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
1130
|
-
All():
|
|
1268
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
1131
1269
|
Clear(): void;
|
|
1132
1270
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
1133
1271
|
RemoveUsingRelationshipSnapshot(entry: InternalEntityEntry): void;
|
|
1134
1272
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
1135
|
-
TryGetEntry(keyValues:
|
|
1136
|
-
TryGetEntry(keyValues:
|
|
1273
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
1274
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
1137
1275
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
1138
1276
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
1139
1277
|
}
|
|
@@ -1153,6 +1291,10 @@ export type NullableKeyIdentityMap_1<TKey> = NullableKeyIdentityMap_1$instance<T
|
|
|
1153
1291
|
|
|
1154
1292
|
|
|
1155
1293
|
export interface NullableStructCurrentProviderValueComparer_2$instance<TModel extends unknown, TProvider> {
|
|
1294
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableStructCurrentProviderValueComparer_2: never;
|
|
1295
|
+
|
|
1296
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1297
|
+
|
|
1156
1298
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
1157
1299
|
}
|
|
1158
1300
|
|
|
@@ -1164,7 +1306,13 @@ export const NullableStructCurrentProviderValueComparer_2: {
|
|
|
1164
1306
|
|
|
1165
1307
|
export type NullableStructCurrentProviderValueComparer_2<TModel, TProvider> = NullableStructCurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
1166
1308
|
|
|
1167
|
-
export interface NullableValueComparer_1$instance<T extends unknown> extends ValueComparer_1<
|
|
1309
|
+
export interface NullableValueComparer_1$instance<T extends unknown> extends ValueComparer_1<Nullable_1<T>>, Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer_1<unknown>, System_Collections_Generic_Internal.IEqualityComparer_1<Nullable_1<T>> {
|
|
1310
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableValueComparer_1: never;
|
|
1311
|
+
|
|
1312
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
1313
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1314
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
1315
|
+
|
|
1168
1316
|
}
|
|
1169
1317
|
|
|
1170
1318
|
|
|
@@ -1177,12 +1325,24 @@ export interface __NullableValueComparer_1$views<T extends unknown> {
|
|
|
1177
1325
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
|
|
1178
1326
|
}
|
|
1179
1327
|
|
|
1180
|
-
export interface NullableValueComparer_1$instance<T extends unknown> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer> {}
|
|
1181
|
-
|
|
1182
1328
|
export type NullableValueComparer_1<T> = NullableValueComparer_1$instance<T> & __NullableValueComparer_1$views<T>;
|
|
1183
1329
|
|
|
1184
1330
|
|
|
1185
1331
|
export interface ObservableBackedBindingList_1$instance<T> extends SortableBindingList_1<T> {
|
|
1332
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ObservableBackedBindingList_1: never;
|
|
1333
|
+
|
|
1334
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1335
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1336
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1337
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1338
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1339
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1340
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1341
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1342
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
1343
|
+
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
1344
|
+
readonly __tsonic_iface_System_ComponentModel_IRaiseItemChangedEvents: never;
|
|
1345
|
+
|
|
1186
1346
|
AddNewCore(): unknown | undefined;
|
|
1187
1347
|
CancelNew(itemIndex: int): void;
|
|
1188
1348
|
ClearItems(): void;
|
|
@@ -1194,13 +1354,15 @@ export interface ObservableBackedBindingList_1$instance<T> extends SortableBindi
|
|
|
1194
1354
|
|
|
1195
1355
|
|
|
1196
1356
|
export const ObservableBackedBindingList_1: {
|
|
1197
|
-
new<T>(observableCollection:
|
|
1357
|
+
new<T>(observableCollection: ICollection_1<T>): ObservableBackedBindingList_1<T>;
|
|
1198
1358
|
};
|
|
1199
1359
|
|
|
1200
1360
|
|
|
1201
1361
|
export type ObservableBackedBindingList_1<T> = ObservableBackedBindingList_1$instance<T>;
|
|
1202
1362
|
|
|
1203
1363
|
export interface OriginalPropertyValues$instance extends EntryPropertyValues {
|
|
1364
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_OriginalPropertyValues: never;
|
|
1365
|
+
|
|
1204
1366
|
GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
|
|
1205
1367
|
GetValue<TValue>(propertyName: string): TValue;
|
|
1206
1368
|
GetValue<TValue>(property: IProperty): TValue;
|
|
@@ -1217,6 +1379,8 @@ export const OriginalPropertyValues: {
|
|
|
1217
1379
|
export type OriginalPropertyValues = OriginalPropertyValues$instance;
|
|
1218
1380
|
|
|
1219
1381
|
export interface OriginalValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1382
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_OriginalValuesFactoryFactory: never;
|
|
1383
|
+
|
|
1220
1384
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1221
1385
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1222
1386
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1232,6 +1396,8 @@ export const OriginalValuesFactoryFactory: {
|
|
|
1232
1396
|
export type OriginalValuesFactoryFactory = OriginalValuesFactoryFactory$instance;
|
|
1233
1397
|
|
|
1234
1398
|
export interface RelationshipSnapshotFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1399
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_RelationshipSnapshotFactoryFactory: never;
|
|
1400
|
+
|
|
1235
1401
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1236
1402
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1237
1403
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1246,7 +1412,9 @@ export const RelationshipSnapshotFactoryFactory: {
|
|
|
1246
1412
|
|
|
1247
1413
|
export type RelationshipSnapshotFactoryFactory = RelationshipSnapshotFactoryFactory$instance;
|
|
1248
1414
|
|
|
1249
|
-
export interface ShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<
|
|
1415
|
+
export interface ShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IDictionary_2<System_Internal.String, unknown>> {
|
|
1416
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ShadowValuesFactoryFactory: never;
|
|
1417
|
+
|
|
1250
1418
|
readonly UseEntityVariable: boolean;
|
|
1251
1419
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
1252
1420
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -1265,6 +1433,8 @@ export const ShadowValuesFactoryFactory: {
|
|
|
1265
1433
|
export type ShadowValuesFactoryFactory = ShadowValuesFactoryFactory$instance;
|
|
1266
1434
|
|
|
1267
1435
|
export interface SidecarValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1436
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SidecarValuesFactoryFactory: never;
|
|
1437
|
+
|
|
1268
1438
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1269
1439
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1270
1440
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1280,7 +1450,12 @@ export const SidecarValuesFactoryFactory: (abstract new() => SidecarValuesFactor
|
|
|
1280
1450
|
export type SidecarValuesFactoryFactory = SidecarValuesFactoryFactory$instance;
|
|
1281
1451
|
|
|
1282
1452
|
export interface SimpleFullyNullableDependentKeyValueFactory_1$instance<TKey> extends DependentKeyValueFactory_1<TKey> {
|
|
1283
|
-
readonly
|
|
1453
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleFullyNullableDependentKeyValueFactory_1: never;
|
|
1454
|
+
|
|
1455
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1456
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1457
|
+
|
|
1458
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1284
1459
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1285
1460
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1286
1461
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1303,7 +1478,12 @@ export type SimpleFullyNullableDependentKeyValueFactory_1<TKey> = SimpleFullyNul
|
|
|
1303
1478
|
|
|
1304
1479
|
|
|
1305
1480
|
export interface SimpleNonNullableDependentKeyValueFactory_1$instance<TKey> extends DependentKeyValueFactory_1<TKey> {
|
|
1306
|
-
readonly
|
|
1481
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNonNullableDependentKeyValueFactory_1: never;
|
|
1482
|
+
|
|
1483
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1484
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1485
|
+
|
|
1486
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1307
1487
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1308
1488
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1309
1489
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1326,7 +1506,12 @@ export type SimpleNonNullableDependentKeyValueFactory_1<TKey> = SimpleNonNullabl
|
|
|
1326
1506
|
|
|
1327
1507
|
|
|
1328
1508
|
export interface SimpleNullableDependentKeyValueFactory_1$instance<TKey extends unknown> extends DependentKeyValueFactory_1<TKey> {
|
|
1329
|
-
readonly
|
|
1509
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNullableDependentKeyValueFactory_1: never;
|
|
1510
|
+
|
|
1511
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1512
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1513
|
+
|
|
1514
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1330
1515
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1331
1516
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1332
1517
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1349,7 +1534,12 @@ export type SimpleNullableDependentKeyValueFactory_1<TKey> = SimpleNullableDepen
|
|
|
1349
1534
|
|
|
1350
1535
|
|
|
1351
1536
|
export interface SimpleNullablePrincipalDependentKeyValueFactory_2$instance<TKey, TNonNullableKey extends unknown> extends DependentKeyValueFactory_1<TKey> {
|
|
1352
|
-
readonly
|
|
1537
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNullablePrincipalDependentKeyValueFactory_2: never;
|
|
1538
|
+
|
|
1539
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1540
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1541
|
+
|
|
1542
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1353
1543
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1354
1544
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1355
1545
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1372,14 +1562,19 @@ export type SimpleNullablePrincipalDependentKeyValueFactory_2<TKey, TNonNullable
|
|
|
1372
1562
|
|
|
1373
1563
|
|
|
1374
1564
|
export interface SimplePrincipalKeyValueFactory_1$instance<TKey> {
|
|
1375
|
-
readonly
|
|
1565
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimplePrincipalKeyValueFactory_1: never;
|
|
1566
|
+
|
|
1567
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory: never;
|
|
1568
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory_1: never;
|
|
1569
|
+
|
|
1570
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1376
1571
|
CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1377
1572
|
CreateFromCurrentValues(entry: IUpdateEntry): TKey;
|
|
1378
|
-
CreateFromKeyValues(keyValues:
|
|
1573
|
+
CreateFromKeyValues(keyValues: IReadOnlyList_1<unknown>): unknown | undefined;
|
|
1379
1574
|
CreateFromOriginalValues(entry: IUpdateEntry): TKey;
|
|
1380
1575
|
CreateFromRelationshipSnapshot(entry: IUpdateEntry): TKey;
|
|
1381
1576
|
FindNullPropertyInCurrentValues(entry: IUpdateEntry): IProperty;
|
|
1382
|
-
FindNullPropertyInKeyValues(keyValues:
|
|
1577
|
+
FindNullPropertyInKeyValues(keyValues: IReadOnlyList_1<unknown>): IProperty;
|
|
1383
1578
|
}
|
|
1384
1579
|
|
|
1385
1580
|
|
|
@@ -1396,7 +1591,11 @@ export interface __SimplePrincipalKeyValueFactory_1$views<TKey> {
|
|
|
1396
1591
|
export type SimplePrincipalKeyValueFactory_1<TKey> = SimplePrincipalKeyValueFactory_1$instance<TKey> & __SimplePrincipalKeyValueFactory_1$views<TKey>;
|
|
1397
1592
|
|
|
1398
1593
|
|
|
1399
|
-
export interface Snapshot$instance {
|
|
1594
|
+
export interface Snapshot$instance extends ISnapshot$instance {
|
|
1595
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot: never;
|
|
1596
|
+
|
|
1597
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1598
|
+
|
|
1400
1599
|
[index: number]: unknown | undefined;
|
|
1401
1600
|
GetValue<T>(index: int): T;
|
|
1402
1601
|
}
|
|
@@ -1415,12 +1614,14 @@ export interface __Snapshot$views {
|
|
|
1415
1614
|
As_ISnapshot(): ISnapshot$instance;
|
|
1416
1615
|
}
|
|
1417
1616
|
|
|
1418
|
-
export interface Snapshot$instance extends ISnapshot$instance {}
|
|
1419
|
-
|
|
1420
1617
|
export type Snapshot = Snapshot$instance & __Snapshot$views;
|
|
1421
1618
|
|
|
1422
1619
|
|
|
1423
|
-
export interface Snapshot_1$instance<T0> {
|
|
1620
|
+
export interface Snapshot_1$instance<T0> extends ISnapshot$instance {
|
|
1621
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_1: never;
|
|
1622
|
+
|
|
1623
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1624
|
+
|
|
1424
1625
|
[index: number]: unknown | undefined;
|
|
1425
1626
|
GetValue<T>(index: int): T;
|
|
1426
1627
|
}
|
|
@@ -1435,12 +1636,14 @@ export interface __Snapshot_1$views<T0> {
|
|
|
1435
1636
|
As_ISnapshot(): ISnapshot$instance;
|
|
1436
1637
|
}
|
|
1437
1638
|
|
|
1438
|
-
export interface Snapshot_1$instance<T0> extends ISnapshot$instance {}
|
|
1439
|
-
|
|
1440
1639
|
export type Snapshot_1<T0> = Snapshot_1$instance<T0> & __Snapshot_1$views<T0>;
|
|
1441
1640
|
|
|
1442
1641
|
|
|
1443
|
-
export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> {
|
|
1642
|
+
export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> extends ISnapshot$instance {
|
|
1643
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_10: never;
|
|
1644
|
+
|
|
1645
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1646
|
+
|
|
1444
1647
|
[index: number]: unknown | undefined;
|
|
1445
1648
|
GetValue<T>(index: int): T;
|
|
1446
1649
|
}
|
|
@@ -1455,12 +1658,14 @@ export interface __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> {
|
|
|
1455
1658
|
As_ISnapshot(): ISnapshot$instance;
|
|
1456
1659
|
}
|
|
1457
1660
|
|
|
1458
|
-
export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> extends ISnapshot$instance {}
|
|
1459
|
-
|
|
1460
1661
|
export type Snapshot_10<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> = Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> & __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>;
|
|
1461
1662
|
|
|
1462
1663
|
|
|
1463
|
-
export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> {
|
|
1664
|
+
export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends ISnapshot$instance {
|
|
1665
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_11: never;
|
|
1666
|
+
|
|
1667
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1668
|
+
|
|
1464
1669
|
[index: number]: unknown | undefined;
|
|
1465
1670
|
GetValue<T>(index: int): T;
|
|
1466
1671
|
}
|
|
@@ -1475,12 +1680,14 @@ export interface __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1475
1680
|
As_ISnapshot(): ISnapshot$instance;
|
|
1476
1681
|
}
|
|
1477
1682
|
|
|
1478
|
-
export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends ISnapshot$instance {}
|
|
1479
|
-
|
|
1480
1683
|
export type Snapshot_11<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> = Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> & __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>;
|
|
1481
1684
|
|
|
1482
1685
|
|
|
1483
|
-
export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> {
|
|
1686
|
+
export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends ISnapshot$instance {
|
|
1687
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_12: never;
|
|
1688
|
+
|
|
1689
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1690
|
+
|
|
1484
1691
|
[index: number]: unknown | undefined;
|
|
1485
1692
|
GetValue<T>(index: int): T;
|
|
1486
1693
|
}
|
|
@@ -1495,12 +1702,14 @@ export interface __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1495
1702
|
As_ISnapshot(): ISnapshot$instance;
|
|
1496
1703
|
}
|
|
1497
1704
|
|
|
1498
|
-
export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends ISnapshot$instance {}
|
|
1499
|
-
|
|
1500
1705
|
export type Snapshot_12<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> = Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> & __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>;
|
|
1501
1706
|
|
|
1502
1707
|
|
|
1503
|
-
export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> {
|
|
1708
|
+
export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extends ISnapshot$instance {
|
|
1709
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_13: never;
|
|
1710
|
+
|
|
1711
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1712
|
+
|
|
1504
1713
|
[index: number]: unknown | undefined;
|
|
1505
1714
|
GetValue<T>(index: int): T;
|
|
1506
1715
|
}
|
|
@@ -1515,12 +1724,14 @@ export interface __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1515
1724
|
As_ISnapshot(): ISnapshot$instance;
|
|
1516
1725
|
}
|
|
1517
1726
|
|
|
1518
|
-
export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extends ISnapshot$instance {}
|
|
1519
|
-
|
|
1520
1727
|
export type Snapshot_13<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> = Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> & __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>;
|
|
1521
1728
|
|
|
1522
1729
|
|
|
1523
|
-
export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> {
|
|
1730
|
+
export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> extends ISnapshot$instance {
|
|
1731
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_14: never;
|
|
1732
|
+
|
|
1733
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1734
|
+
|
|
1524
1735
|
[index: number]: unknown | undefined;
|
|
1525
1736
|
GetValue<T>(index: int): T;
|
|
1526
1737
|
}
|
|
@@ -1535,12 +1746,14 @@ export interface __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1535
1746
|
As_ISnapshot(): ISnapshot$instance;
|
|
1536
1747
|
}
|
|
1537
1748
|
|
|
1538
|
-
export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> extends ISnapshot$instance {}
|
|
1539
|
-
|
|
1540
1749
|
export type Snapshot_14<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> = Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> & __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>;
|
|
1541
1750
|
|
|
1542
1751
|
|
|
1543
|
-
export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> {
|
|
1752
|
+
export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> extends ISnapshot$instance {
|
|
1753
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_15: never;
|
|
1754
|
+
|
|
1755
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1756
|
+
|
|
1544
1757
|
[index: number]: unknown | undefined;
|
|
1545
1758
|
GetValue<T>(index: int): T;
|
|
1546
1759
|
}
|
|
@@ -1555,12 +1768,14 @@ export interface __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1555
1768
|
As_ISnapshot(): ISnapshot$instance;
|
|
1556
1769
|
}
|
|
1557
1770
|
|
|
1558
|
-
export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> extends ISnapshot$instance {}
|
|
1559
|
-
|
|
1560
1771
|
export type Snapshot_15<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> = Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> & __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>;
|
|
1561
1772
|
|
|
1562
1773
|
|
|
1563
|
-
export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> {
|
|
1774
|
+
export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> extends ISnapshot$instance {
|
|
1775
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_16: never;
|
|
1776
|
+
|
|
1777
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1778
|
+
|
|
1564
1779
|
[index: number]: unknown | undefined;
|
|
1565
1780
|
GetValue<T>(index: int): T;
|
|
1566
1781
|
}
|
|
@@ -1575,12 +1790,14 @@ export interface __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1575
1790
|
As_ISnapshot(): ISnapshot$instance;
|
|
1576
1791
|
}
|
|
1577
1792
|
|
|
1578
|
-
export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> extends ISnapshot$instance {}
|
|
1579
|
-
|
|
1580
1793
|
export type Snapshot_16<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> = Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> & __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>;
|
|
1581
1794
|
|
|
1582
1795
|
|
|
1583
|
-
export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> {
|
|
1796
|
+
export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> extends ISnapshot$instance {
|
|
1797
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_17: never;
|
|
1798
|
+
|
|
1799
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1800
|
+
|
|
1584
1801
|
[index: number]: unknown | undefined;
|
|
1585
1802
|
GetValue<T>(index: int): T;
|
|
1586
1803
|
}
|
|
@@ -1595,12 +1812,14 @@ export interface __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1595
1812
|
As_ISnapshot(): ISnapshot$instance;
|
|
1596
1813
|
}
|
|
1597
1814
|
|
|
1598
|
-
export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> extends ISnapshot$instance {}
|
|
1599
|
-
|
|
1600
1815
|
export type Snapshot_17<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> = Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> & __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>;
|
|
1601
1816
|
|
|
1602
1817
|
|
|
1603
|
-
export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> {
|
|
1818
|
+
export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> extends ISnapshot$instance {
|
|
1819
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_18: never;
|
|
1820
|
+
|
|
1821
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1822
|
+
|
|
1604
1823
|
[index: number]: unknown | undefined;
|
|
1605
1824
|
GetValue<T>(index: int): T;
|
|
1606
1825
|
}
|
|
@@ -1615,12 +1834,14 @@ export interface __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1615
1834
|
As_ISnapshot(): ISnapshot$instance;
|
|
1616
1835
|
}
|
|
1617
1836
|
|
|
1618
|
-
export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> extends ISnapshot$instance {}
|
|
1619
|
-
|
|
1620
1837
|
export type Snapshot_18<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> = Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> & __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>;
|
|
1621
1838
|
|
|
1622
1839
|
|
|
1623
|
-
export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> {
|
|
1840
|
+
export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> extends ISnapshot$instance {
|
|
1841
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_19: never;
|
|
1842
|
+
|
|
1843
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1844
|
+
|
|
1624
1845
|
[index: number]: unknown | undefined;
|
|
1625
1846
|
GetValue<T>(index: int): T;
|
|
1626
1847
|
}
|
|
@@ -1635,12 +1856,14 @@ export interface __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1635
1856
|
As_ISnapshot(): ISnapshot$instance;
|
|
1636
1857
|
}
|
|
1637
1858
|
|
|
1638
|
-
export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> extends ISnapshot$instance {}
|
|
1639
|
-
|
|
1640
1859
|
export type Snapshot_19<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> = Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> & __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>;
|
|
1641
1860
|
|
|
1642
1861
|
|
|
1643
|
-
export interface Snapshot_2$instance<T0, T1> {
|
|
1862
|
+
export interface Snapshot_2$instance<T0, T1> extends ISnapshot$instance {
|
|
1863
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_2: never;
|
|
1864
|
+
|
|
1865
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1866
|
+
|
|
1644
1867
|
[index: number]: unknown | undefined;
|
|
1645
1868
|
GetValue<T>(index: int): T;
|
|
1646
1869
|
}
|
|
@@ -1655,12 +1878,14 @@ export interface __Snapshot_2$views<T0, T1> {
|
|
|
1655
1878
|
As_ISnapshot(): ISnapshot$instance;
|
|
1656
1879
|
}
|
|
1657
1880
|
|
|
1658
|
-
export interface Snapshot_2$instance<T0, T1> extends ISnapshot$instance {}
|
|
1659
|
-
|
|
1660
1881
|
export type Snapshot_2<T0, T1> = Snapshot_2$instance<T0, T1> & __Snapshot_2$views<T0, T1>;
|
|
1661
1882
|
|
|
1662
1883
|
|
|
1663
|
-
export interface Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> {
|
|
1884
|
+
export interface Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> extends ISnapshot$instance {
|
|
1885
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_20: never;
|
|
1886
|
+
|
|
1887
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1888
|
+
|
|
1664
1889
|
[index: number]: unknown | undefined;
|
|
1665
1890
|
GetValue<T>(index: int): T;
|
|
1666
1891
|
}
|
|
@@ -1675,12 +1900,14 @@ export interface __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1675
1900
|
As_ISnapshot(): ISnapshot$instance;
|
|
1676
1901
|
}
|
|
1677
1902
|
|
|
1678
|
-
export interface Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> extends ISnapshot$instance {}
|
|
1679
|
-
|
|
1680
1903
|
export type Snapshot_20<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> = Snapshot_20$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> & __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>;
|
|
1681
1904
|
|
|
1682
1905
|
|
|
1683
|
-
export interface Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> {
|
|
1906
|
+
export interface Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> extends ISnapshot$instance {
|
|
1907
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_21: never;
|
|
1908
|
+
|
|
1909
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1910
|
+
|
|
1684
1911
|
[index: number]: unknown | undefined;
|
|
1685
1912
|
GetValue<T>(index: int): T;
|
|
1686
1913
|
}
|
|
@@ -1695,12 +1922,14 @@ export interface __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1695
1922
|
As_ISnapshot(): ISnapshot$instance;
|
|
1696
1923
|
}
|
|
1697
1924
|
|
|
1698
|
-
export interface Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> extends ISnapshot$instance {}
|
|
1699
|
-
|
|
1700
1925
|
export type Snapshot_21<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> = Snapshot_21$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20> & __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>;
|
|
1701
1926
|
|
|
1702
1927
|
|
|
1703
|
-
export interface Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> {
|
|
1928
|
+
export interface Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> extends ISnapshot$instance {
|
|
1929
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_22: never;
|
|
1930
|
+
|
|
1931
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1932
|
+
|
|
1704
1933
|
[index: number]: unknown | undefined;
|
|
1705
1934
|
GetValue<T>(index: int): T;
|
|
1706
1935
|
}
|
|
@@ -1715,12 +1944,14 @@ export interface __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1715
1944
|
As_ISnapshot(): ISnapshot$instance;
|
|
1716
1945
|
}
|
|
1717
1946
|
|
|
1718
|
-
export interface Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> extends ISnapshot$instance {}
|
|
1719
|
-
|
|
1720
1947
|
export type Snapshot_22<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> = Snapshot_22$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21> & __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>;
|
|
1721
1948
|
|
|
1722
1949
|
|
|
1723
|
-
export interface Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> {
|
|
1950
|
+
export interface Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extends ISnapshot$instance {
|
|
1951
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_23: never;
|
|
1952
|
+
|
|
1953
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1954
|
+
|
|
1724
1955
|
[index: number]: unknown | undefined;
|
|
1725
1956
|
GetValue<T>(index: int): T;
|
|
1726
1957
|
}
|
|
@@ -1735,12 +1966,14 @@ export interface __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1735
1966
|
As_ISnapshot(): ISnapshot$instance;
|
|
1736
1967
|
}
|
|
1737
1968
|
|
|
1738
|
-
export interface Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extends ISnapshot$instance {}
|
|
1739
|
-
|
|
1740
1969
|
export type Snapshot_23<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> = Snapshot_23$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> & __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>;
|
|
1741
1970
|
|
|
1742
1971
|
|
|
1743
|
-
export interface Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> {
|
|
1972
|
+
export interface Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> extends ISnapshot$instance {
|
|
1973
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_24: never;
|
|
1974
|
+
|
|
1975
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1976
|
+
|
|
1744
1977
|
[index: number]: unknown | undefined;
|
|
1745
1978
|
GetValue<T>(index: int): T;
|
|
1746
1979
|
}
|
|
@@ -1755,12 +1988,14 @@ export interface __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1755
1988
|
As_ISnapshot(): ISnapshot$instance;
|
|
1756
1989
|
}
|
|
1757
1990
|
|
|
1758
|
-
export interface Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> extends ISnapshot$instance {}
|
|
1759
|
-
|
|
1760
1991
|
export type Snapshot_24<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> = Snapshot_24$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23> & __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23>;
|
|
1761
1992
|
|
|
1762
1993
|
|
|
1763
|
-
export interface Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> {
|
|
1994
|
+
export interface Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> extends ISnapshot$instance {
|
|
1995
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_25: never;
|
|
1996
|
+
|
|
1997
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1998
|
+
|
|
1764
1999
|
[index: number]: unknown | undefined;
|
|
1765
2000
|
GetValue<T>(index: int): T;
|
|
1766
2001
|
}
|
|
@@ -1775,12 +2010,14 @@ export interface __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1775
2010
|
As_ISnapshot(): ISnapshot$instance;
|
|
1776
2011
|
}
|
|
1777
2012
|
|
|
1778
|
-
export interface Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> extends ISnapshot$instance {}
|
|
1779
|
-
|
|
1780
2013
|
export type Snapshot_25<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> = Snapshot_25$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24> & __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24>;
|
|
1781
2014
|
|
|
1782
2015
|
|
|
1783
|
-
export interface Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> {
|
|
2016
|
+
export interface Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> extends ISnapshot$instance {
|
|
2017
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_26: never;
|
|
2018
|
+
|
|
2019
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2020
|
+
|
|
1784
2021
|
[index: number]: unknown | undefined;
|
|
1785
2022
|
GetValue<T>(index: int): T;
|
|
1786
2023
|
}
|
|
@@ -1795,12 +2032,14 @@ export interface __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1795
2032
|
As_ISnapshot(): ISnapshot$instance;
|
|
1796
2033
|
}
|
|
1797
2034
|
|
|
1798
|
-
export interface Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> extends ISnapshot$instance {}
|
|
1799
|
-
|
|
1800
2035
|
export type Snapshot_26<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> = Snapshot_26$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25> & __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25>;
|
|
1801
2036
|
|
|
1802
2037
|
|
|
1803
|
-
export interface Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> {
|
|
2038
|
+
export interface Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> extends ISnapshot$instance {
|
|
2039
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_27: never;
|
|
2040
|
+
|
|
2041
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2042
|
+
|
|
1804
2043
|
[index: number]: unknown | undefined;
|
|
1805
2044
|
GetValue<T>(index: int): T;
|
|
1806
2045
|
}
|
|
@@ -1815,12 +2054,14 @@ export interface __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1815
2054
|
As_ISnapshot(): ISnapshot$instance;
|
|
1816
2055
|
}
|
|
1817
2056
|
|
|
1818
|
-
export interface Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> extends ISnapshot$instance {}
|
|
1819
|
-
|
|
1820
2057
|
export type Snapshot_27<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> = Snapshot_27$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26> & __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26>;
|
|
1821
2058
|
|
|
1822
2059
|
|
|
1823
|
-
export interface Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> {
|
|
2060
|
+
export interface Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> extends ISnapshot$instance {
|
|
2061
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_28: never;
|
|
2062
|
+
|
|
2063
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2064
|
+
|
|
1824
2065
|
[index: number]: unknown | undefined;
|
|
1825
2066
|
GetValue<T>(index: int): T;
|
|
1826
2067
|
}
|
|
@@ -1835,12 +2076,14 @@ export interface __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1835
2076
|
As_ISnapshot(): ISnapshot$instance;
|
|
1836
2077
|
}
|
|
1837
2078
|
|
|
1838
|
-
export interface Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> extends ISnapshot$instance {}
|
|
1839
|
-
|
|
1840
2079
|
export type Snapshot_28<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> = Snapshot_28$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27> & __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27>;
|
|
1841
2080
|
|
|
1842
2081
|
|
|
1843
|
-
export interface Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> {
|
|
2082
|
+
export interface Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> extends ISnapshot$instance {
|
|
2083
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_29: never;
|
|
2084
|
+
|
|
2085
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2086
|
+
|
|
1844
2087
|
[index: number]: unknown | undefined;
|
|
1845
2088
|
GetValue<T>(index: int): T;
|
|
1846
2089
|
}
|
|
@@ -1855,12 +2098,14 @@ export interface __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1855
2098
|
As_ISnapshot(): ISnapshot$instance;
|
|
1856
2099
|
}
|
|
1857
2100
|
|
|
1858
|
-
export interface Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> extends ISnapshot$instance {}
|
|
1859
|
-
|
|
1860
2101
|
export type Snapshot_29<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> = Snapshot_29$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28> & __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28>;
|
|
1861
2102
|
|
|
1862
2103
|
|
|
1863
|
-
export interface Snapshot_3$instance<T0, T1, T2> {
|
|
2104
|
+
export interface Snapshot_3$instance<T0, T1, T2> extends ISnapshot$instance {
|
|
2105
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_3: never;
|
|
2106
|
+
|
|
2107
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2108
|
+
|
|
1864
2109
|
[index: number]: unknown | undefined;
|
|
1865
2110
|
GetValue<T>(index: int): T;
|
|
1866
2111
|
}
|
|
@@ -1875,12 +2120,14 @@ export interface __Snapshot_3$views<T0, T1, T2> {
|
|
|
1875
2120
|
As_ISnapshot(): ISnapshot$instance;
|
|
1876
2121
|
}
|
|
1877
2122
|
|
|
1878
|
-
export interface Snapshot_3$instance<T0, T1, T2> extends ISnapshot$instance {}
|
|
1879
|
-
|
|
1880
2123
|
export type Snapshot_3<T0, T1, T2> = Snapshot_3$instance<T0, T1, T2> & __Snapshot_3$views<T0, T1, T2>;
|
|
1881
2124
|
|
|
1882
2125
|
|
|
1883
|
-
export interface Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> {
|
|
2126
|
+
export interface Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> extends ISnapshot$instance {
|
|
2127
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_30: never;
|
|
2128
|
+
|
|
2129
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2130
|
+
|
|
1884
2131
|
[index: number]: unknown | undefined;
|
|
1885
2132
|
GetValue<T>(index: int): T;
|
|
1886
2133
|
}
|
|
@@ -1895,12 +2142,14 @@ export interface __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1895
2142
|
As_ISnapshot(): ISnapshot$instance;
|
|
1896
2143
|
}
|
|
1897
2144
|
|
|
1898
|
-
export interface Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> extends ISnapshot$instance {}
|
|
1899
|
-
|
|
1900
2145
|
export type Snapshot_30<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> = Snapshot_30$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29> & __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29>;
|
|
1901
2146
|
|
|
1902
2147
|
|
|
1903
|
-
export interface Snapshot_4$instance<T0, T1, T2, T3> {
|
|
2148
|
+
export interface Snapshot_4$instance<T0, T1, T2, T3> extends ISnapshot$instance {
|
|
2149
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_4: never;
|
|
2150
|
+
|
|
2151
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2152
|
+
|
|
1904
2153
|
[index: number]: unknown | undefined;
|
|
1905
2154
|
GetValue<T>(index: int): T;
|
|
1906
2155
|
}
|
|
@@ -1915,12 +2164,14 @@ export interface __Snapshot_4$views<T0, T1, T2, T3> {
|
|
|
1915
2164
|
As_ISnapshot(): ISnapshot$instance;
|
|
1916
2165
|
}
|
|
1917
2166
|
|
|
1918
|
-
export interface Snapshot_4$instance<T0, T1, T2, T3> extends ISnapshot$instance {}
|
|
1919
|
-
|
|
1920
2167
|
export type Snapshot_4<T0, T1, T2, T3> = Snapshot_4$instance<T0, T1, T2, T3> & __Snapshot_4$views<T0, T1, T2, T3>;
|
|
1921
2168
|
|
|
1922
2169
|
|
|
1923
|
-
export interface Snapshot_5$instance<T0, T1, T2, T3, T4> {
|
|
2170
|
+
export interface Snapshot_5$instance<T0, T1, T2, T3, T4> extends ISnapshot$instance {
|
|
2171
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_5: never;
|
|
2172
|
+
|
|
2173
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2174
|
+
|
|
1924
2175
|
[index: number]: unknown | undefined;
|
|
1925
2176
|
GetValue<T>(index: int): T;
|
|
1926
2177
|
}
|
|
@@ -1935,12 +2186,14 @@ export interface __Snapshot_5$views<T0, T1, T2, T3, T4> {
|
|
|
1935
2186
|
As_ISnapshot(): ISnapshot$instance;
|
|
1936
2187
|
}
|
|
1937
2188
|
|
|
1938
|
-
export interface Snapshot_5$instance<T0, T1, T2, T3, T4> extends ISnapshot$instance {}
|
|
1939
|
-
|
|
1940
2189
|
export type Snapshot_5<T0, T1, T2, T3, T4> = Snapshot_5$instance<T0, T1, T2, T3, T4> & __Snapshot_5$views<T0, T1, T2, T3, T4>;
|
|
1941
2190
|
|
|
1942
2191
|
|
|
1943
|
-
export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> {
|
|
2192
|
+
export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> extends ISnapshot$instance {
|
|
2193
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_6: never;
|
|
2194
|
+
|
|
2195
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2196
|
+
|
|
1944
2197
|
[index: number]: unknown | undefined;
|
|
1945
2198
|
GetValue<T>(index: int): T;
|
|
1946
2199
|
}
|
|
@@ -1955,12 +2208,14 @@ export interface __Snapshot_6$views<T0, T1, T2, T3, T4, T5> {
|
|
|
1955
2208
|
As_ISnapshot(): ISnapshot$instance;
|
|
1956
2209
|
}
|
|
1957
2210
|
|
|
1958
|
-
export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> extends ISnapshot$instance {}
|
|
1959
|
-
|
|
1960
2211
|
export type Snapshot_6<T0, T1, T2, T3, T4, T5> = Snapshot_6$instance<T0, T1, T2, T3, T4, T5> & __Snapshot_6$views<T0, T1, T2, T3, T4, T5>;
|
|
1961
2212
|
|
|
1962
2213
|
|
|
1963
|
-
export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> {
|
|
2214
|
+
export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> extends ISnapshot$instance {
|
|
2215
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_7: never;
|
|
2216
|
+
|
|
2217
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2218
|
+
|
|
1964
2219
|
[index: number]: unknown | undefined;
|
|
1965
2220
|
GetValue<T>(index: int): T;
|
|
1966
2221
|
}
|
|
@@ -1975,12 +2230,14 @@ export interface __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6> {
|
|
|
1975
2230
|
As_ISnapshot(): ISnapshot$instance;
|
|
1976
2231
|
}
|
|
1977
2232
|
|
|
1978
|
-
export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> extends ISnapshot$instance {}
|
|
1979
|
-
|
|
1980
2233
|
export type Snapshot_7<T0, T1, T2, T3, T4, T5, T6> = Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> & __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6>;
|
|
1981
2234
|
|
|
1982
2235
|
|
|
1983
|
-
export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> {
|
|
2236
|
+
export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> extends ISnapshot$instance {
|
|
2237
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_8: never;
|
|
2238
|
+
|
|
2239
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2240
|
+
|
|
1984
2241
|
[index: number]: unknown | undefined;
|
|
1985
2242
|
GetValue<T>(index: int): T;
|
|
1986
2243
|
}
|
|
@@ -1995,12 +2252,14 @@ export interface __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7> {
|
|
|
1995
2252
|
As_ISnapshot(): ISnapshot$instance;
|
|
1996
2253
|
}
|
|
1997
2254
|
|
|
1998
|
-
export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> extends ISnapshot$instance {}
|
|
1999
|
-
|
|
2000
2255
|
export type Snapshot_8<T0, T1, T2, T3, T4, T5, T6, T7> = Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> & __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7>;
|
|
2001
2256
|
|
|
2002
2257
|
|
|
2003
|
-
export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
|
|
2258
|
+
export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends ISnapshot$instance {
|
|
2259
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_9: never;
|
|
2260
|
+
|
|
2261
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2262
|
+
|
|
2004
2263
|
[index: number]: unknown | undefined;
|
|
2005
2264
|
GetValue<T>(index: int): T;
|
|
2006
2265
|
}
|
|
@@ -2015,19 +2274,19 @@ export interface __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
|
|
|
2015
2274
|
As_ISnapshot(): ISnapshot$instance;
|
|
2016
2275
|
}
|
|
2017
2276
|
|
|
2018
|
-
export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends ISnapshot$instance {}
|
|
2019
|
-
|
|
2020
2277
|
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>;
|
|
2021
2278
|
|
|
2022
2279
|
|
|
2023
2280
|
export interface SnapshotFactoryFactory$instance {
|
|
2281
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SnapshotFactoryFactory: never;
|
|
2282
|
+
|
|
2024
2283
|
readonly UseEntityVariable: boolean;
|
|
2025
2284
|
CreateConstructorExpression(structuralType: IRuntimeTypeBase, parameter: Expression): Expression;
|
|
2026
|
-
CreateEmpty(structuralType: IRuntimeTypeBase):
|
|
2027
|
-
CreateEmptyExpression(structuralType: IRuntimeTypeBase):
|
|
2285
|
+
CreateEmpty(structuralType: IRuntimeTypeBase): Func_1<ISnapshot>;
|
|
2286
|
+
CreateEmptyExpression(structuralType: IRuntimeTypeBase): Expression_1<Func_1<ISnapshot>>;
|
|
2028
2287
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2029
2288
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2030
|
-
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases:
|
|
2289
|
+
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2031
2290
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
2032
2291
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
2033
2292
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -2036,7 +2295,7 @@ export interface SnapshotFactoryFactory$instance {
|
|
|
2036
2295
|
|
|
2037
2296
|
|
|
2038
2297
|
export const SnapshotFactoryFactory: (abstract new() => SnapshotFactoryFactory) & {
|
|
2039
|
-
SnapshotCollection(collection: IEnumerable):
|
|
2298
|
+
SnapshotCollection(collection: IEnumerable): HashSet_1<unknown> | undefined;
|
|
2040
2299
|
SnapshotComplexCollection(list: IList, complexProperty: IRuntimeComplexProperty): IList | undefined;
|
|
2041
2300
|
};
|
|
2042
2301
|
|
|
@@ -2044,8 +2303,10 @@ export const SnapshotFactoryFactory: (abstract new() => SnapshotFactoryFactory)
|
|
|
2044
2303
|
export type SnapshotFactoryFactory = SnapshotFactoryFactory$instance;
|
|
2045
2304
|
|
|
2046
2305
|
export interface SnapshotFactoryFactory_1$instance<TInput> extends SnapshotFactoryFactory {
|
|
2047
|
-
|
|
2048
|
-
|
|
2306
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SnapshotFactoryFactory_1: never;
|
|
2307
|
+
|
|
2308
|
+
Create(structuralType: IRuntimeTypeBase): Func_2<TInput, ISnapshot>;
|
|
2309
|
+
CreateExpression(structuralType: IRuntimeTypeBase): Expression_1<Func_2<TInput, ISnapshot>>;
|
|
2049
2310
|
}
|
|
2050
2311
|
|
|
2051
2312
|
|
|
@@ -2055,7 +2316,21 @@ export const SnapshotFactoryFactory_1: (abstract new<TInput>() => SnapshotFactor
|
|
|
2055
2316
|
|
|
2056
2317
|
export type SnapshotFactoryFactory_1<TInput> = SnapshotFactoryFactory_1$instance<TInput>;
|
|
2057
2318
|
|
|
2058
|
-
export interface SortableBindingList_1$instance<T> extends
|
|
2319
|
+
export interface SortableBindingList_1$instance<T> extends BindingList_1<T> {
|
|
2320
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SortableBindingList_1: never;
|
|
2321
|
+
|
|
2322
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
2323
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2324
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
2325
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2326
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
2327
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
2328
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2329
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
2330
|
+
readonly __tsonic_iface_System_ComponentModel_IBindingList: never;
|
|
2331
|
+
readonly __tsonic_iface_System_ComponentModel_ICancelAddNew: never;
|
|
2332
|
+
readonly __tsonic_iface_System_ComponentModel_IRaiseItemChangedEvents: never;
|
|
2333
|
+
|
|
2059
2334
|
readonly IsSortedCore: boolean;
|
|
2060
2335
|
readonly SortDirectionCore: ListSortDirection;
|
|
2061
2336
|
readonly SortPropertyCore: PropertyDescriptor | undefined;
|
|
@@ -2066,13 +2341,18 @@ export interface SortableBindingList_1$instance<T> extends BindingList<T> {
|
|
|
2066
2341
|
|
|
2067
2342
|
|
|
2068
2343
|
export const SortableBindingList_1: {
|
|
2069
|
-
new<T>(list:
|
|
2344
|
+
new<T>(list: List_1<T>): SortableBindingList_1<T>;
|
|
2070
2345
|
};
|
|
2071
2346
|
|
|
2072
2347
|
|
|
2073
2348
|
export type SortableBindingList_1<T> = SortableBindingList_1$instance<T>;
|
|
2074
2349
|
|
|
2075
2350
|
export interface StateManager$instance {
|
|
2351
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StateManager: never;
|
|
2352
|
+
|
|
2353
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager: never;
|
|
2354
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
2355
|
+
|
|
2076
2356
|
CascadeDeleteTiming: CascadeTiming;
|
|
2077
2357
|
ChangedCount: int;
|
|
2078
2358
|
readonly ChangeDetector: IChangeDetector;
|
|
@@ -2082,7 +2362,7 @@ export interface StateManager$instance {
|
|
|
2082
2362
|
readonly Dependencies: StateManagerDependencies;
|
|
2083
2363
|
readonly EntityFinderFactory: IEntityFinderFactory;
|
|
2084
2364
|
readonly EntityMaterializerSource: IStructuralTypeMaterializerSource;
|
|
2085
|
-
readonly Entries:
|
|
2365
|
+
readonly Entries: IEnumerable_1<InternalEntityEntry>;
|
|
2086
2366
|
readonly InternalEntityEntryNotifier: IInternalEntityEntryNotifier;
|
|
2087
2367
|
readonly Model: IModel;
|
|
2088
2368
|
SavingChanges: boolean;
|
|
@@ -2092,29 +2372,29 @@ export interface StateManager$instance {
|
|
|
2092
2372
|
AbortAttachGraph(): void;
|
|
2093
2373
|
AcceptAllChanges(): void;
|
|
2094
2374
|
BeginAttachGraph(): void;
|
|
2095
|
-
CaptureEvents():
|
|
2375
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<EntityTrackingEventArgs>, EventHandler_1<EntityTrackedEventArgs>, EventHandler_1<EntityStateChangingEventArgs>, EventHandler_1<EntityStateChangedEventArgs>>;
|
|
2096
2376
|
CascadeChanges(force: boolean): void;
|
|
2097
|
-
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?:
|
|
2377
|
+
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?: IEnumerable_1<IForeignKey>): void;
|
|
2098
2378
|
ChangingState(entry: InternalEntityEntry, newState: EntityState): void;
|
|
2099
2379
|
Clear(resetting: boolean): void;
|
|
2100
2380
|
CompleteAttachGraph(): void;
|
|
2101
2381
|
CreateEntityFinder(entityType: IEntityType): IEntityFinder;
|
|
2102
|
-
CreateEntry(values:
|
|
2382
|
+
CreateEntry(values: IDictionary_2<System_Internal.String, unknown>, entityType: IEntityType): InternalEntityEntry;
|
|
2103
2383
|
FindPrincipal(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2104
2384
|
FindPrincipalUsingPreStoreGeneratedValues(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2105
2385
|
FindPrincipalUsingRelationshipSnapshot(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2106
2386
|
GetCountForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, countDeletedSharedIdentity?: boolean): int;
|
|
2107
|
-
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2108
|
-
GetDependents(keyValues:
|
|
2109
|
-
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2110
|
-
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2111
|
-
GetEntries(key: IKey):
|
|
2112
|
-
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean):
|
|
2113
|
-
GetEntriesToSave(cascadeChanges: boolean):
|
|
2114
|
-
GetNonDeletedEntities<TEntity>():
|
|
2387
|
+
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2388
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2389
|
+
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry> | undefined;
|
|
2390
|
+
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2391
|
+
GetEntries(key: IKey): IEnumerable_1<InternalEntityEntry>;
|
|
2392
|
+
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
2393
|
+
GetEntriesToSave(cascadeChanges: boolean): IList_1<IUpdateEntry>;
|
|
2394
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
2115
2395
|
GetOrCreateEntry(entity: unknown): InternalEntityEntry;
|
|
2116
2396
|
GetOrCreateEntry(entity: unknown, entityType: IEntityType): InternalEntityEntry;
|
|
2117
|
-
GetRecordedReferrers(referencedEntity: unknown, clear: boolean):
|
|
2397
|
+
GetRecordedReferrers(referencedEntity: unknown, clear: boolean): IEnumerable_1<Tuple_2<INavigationBase, InternalEntityEntry>>;
|
|
2118
2398
|
OnStateChanged(internalEntityEntry: InternalEntityEntry, oldState: EntityState): void;
|
|
2119
2399
|
OnStateChanging(internalEntityEntry: InternalEntityEntry, newState: EntityState): void;
|
|
2120
2400
|
OnTracked(internalEntityEntry: InternalEntityEntry, fromQuery: boolean): void;
|
|
@@ -2123,17 +2403,17 @@ export interface StateManager$instance {
|
|
|
2123
2403
|
ResetState(): void;
|
|
2124
2404
|
ResetStateAsync(cancellationToken?: CancellationToken): Task;
|
|
2125
2405
|
ResolveToExistingEntry(newEntry: InternalEntityEntry, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): boolean;
|
|
2126
|
-
SaveChanges(entriesToSave:
|
|
2406
|
+
SaveChanges(entriesToSave: IList_1<IUpdateEntry>): int;
|
|
2127
2407
|
SaveChanges(acceptAllChangesOnSuccess: boolean): int;
|
|
2128
|
-
SaveChangesAsync(entriesToSave:
|
|
2129
|
-
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken):
|
|
2130
|
-
SetEvents(tracking:
|
|
2408
|
+
SaveChangesAsync(entriesToSave: IList_1<IUpdateEntry>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2409
|
+
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2410
|
+
SetEvents(tracking: EventHandler_1<EntityTrackingEventArgs>, tracked: EventHandler_1<EntityTrackedEventArgs>, stateChanging: EventHandler_1<EntityStateChangingEventArgs>, stateChanged: EventHandler_1<EntityStateChangedEventArgs>): void;
|
|
2131
2411
|
StartTracking(entry: InternalEntityEntry): InternalEntityEntry;
|
|
2132
2412
|
StartTracking(entry: InternalComplexEntry): InternalComplexEntry;
|
|
2133
2413
|
StartTrackingFromQuery(baseEntityType: IEntityType, entity: unknown, snapshot: ISnapshot): InternalEntityEntry;
|
|
2134
2414
|
StopTracking(entry: InternalEntityEntry, oldState: EntityState): void;
|
|
2135
2415
|
StopTracking(entry: InternalComplexEntry, oldState: EntityState): void;
|
|
2136
|
-
TryGetEntry(key: IKey, keyValues:
|
|
2416
|
+
TryGetEntry(key: IKey, keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
2137
2417
|
TryGetEntry(key: IKey, keyValues: unknown[], throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
2138
2418
|
TryGetEntry(entity: unknown, throwOnNonUniqueness?: boolean): InternalEntityEntry | undefined;
|
|
2139
2419
|
TryGetEntry(entity: unknown, entityType: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
|
|
@@ -2160,6 +2440,10 @@ export type StateManager = StateManager$instance & __StateManager$views;
|
|
|
2160
2440
|
|
|
2161
2441
|
|
|
2162
2442
|
export interface StateManagerDependencies$instance {
|
|
2443
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StateManagerDependencies: never;
|
|
2444
|
+
|
|
2445
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2446
|
+
|
|
2163
2447
|
ChangeTrackingLogger: IDiagnosticsLogger_1<DbLoggerCategory_ChangeTracking>;
|
|
2164
2448
|
ConcurrencyDetector: IConcurrencyDetector;
|
|
2165
2449
|
CoreSingletonOptions: ICoreSingletonOptions;
|
|
@@ -2193,6 +2477,8 @@ export const StateManagerDependencies: {
|
|
|
2193
2477
|
export type StateManagerDependencies = StateManagerDependencies$instance;
|
|
2194
2478
|
|
|
2195
2479
|
export interface StoreGeneratedValuesFactoryFactory$instance extends SidecarValuesFactoryFactory {
|
|
2480
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StoreGeneratedValuesFactoryFactory: never;
|
|
2481
|
+
|
|
2196
2482
|
readonly UseEntityVariable: boolean;
|
|
2197
2483
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2198
2484
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -2206,6 +2492,11 @@ export const StoreGeneratedValuesFactoryFactory: {
|
|
|
2206
2492
|
export type StoreGeneratedValuesFactoryFactory = StoreGeneratedValuesFactoryFactory$instance;
|
|
2207
2493
|
|
|
2208
2494
|
export interface StructuralEntryCurrentProviderValueComparer$instance extends StructuralEntryCurrentValueComparer {
|
|
2495
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StructuralEntryCurrentProviderValueComparer: never;
|
|
2496
|
+
|
|
2497
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
2498
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
2499
|
+
|
|
2209
2500
|
GetPropertyValue(entry: IUpdateEntry): unknown | undefined;
|
|
2210
2501
|
}
|
|
2211
2502
|
|
|
@@ -2218,6 +2509,11 @@ export const StructuralEntryCurrentProviderValueComparer: {
|
|
|
2218
2509
|
export type StructuralEntryCurrentProviderValueComparer = StructuralEntryCurrentProviderValueComparer$instance;
|
|
2219
2510
|
|
|
2220
2511
|
export interface StructuralEntryCurrentValueComparer$instance extends EntryCurrentValueComparer {
|
|
2512
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StructuralEntryCurrentValueComparer: never;
|
|
2513
|
+
|
|
2514
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
2515
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
2516
|
+
|
|
2221
2517
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
2222
2518
|
}
|
|
2223
2519
|
|
|
@@ -2230,8 +2526,10 @@ export const StructuralEntryCurrentValueComparer: {
|
|
|
2230
2526
|
export type StructuralEntryCurrentValueComparer = StructuralEntryCurrentValueComparer$instance;
|
|
2231
2527
|
|
|
2232
2528
|
export interface TemporaryValuesFactoryFactory$instance extends SidecarValuesFactoryFactory {
|
|
2233
|
-
|
|
2234
|
-
|
|
2529
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_TemporaryValuesFactoryFactory: never;
|
|
2530
|
+
|
|
2531
|
+
CreateSnapshotExpression(entityType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2532
|
+
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2235
2533
|
}
|
|
2236
2534
|
|
|
2237
2535
|
|
|
@@ -2241,11 +2539,15 @@ export const TemporaryValuesFactoryFactory: {
|
|
|
2241
2539
|
|
|
2242
2540
|
export type TemporaryValuesFactoryFactory = TemporaryValuesFactoryFactory$instance;
|
|
2243
2541
|
|
|
2244
|
-
export interface ValueGenerationManager$instance {
|
|
2542
|
+
export interface ValueGenerationManager$instance extends IValueGenerationManager$instance {
|
|
2543
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ValueGenerationManager: never;
|
|
2544
|
+
|
|
2545
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IValueGenerationManager: never;
|
|
2546
|
+
|
|
2245
2547
|
Generate(entry: InternalEntityEntry, includePrimaryKey?: boolean): boolean;
|
|
2246
|
-
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken):
|
|
2548
|
+
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2247
2549
|
Propagate(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
2248
|
-
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken):
|
|
2550
|
+
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
2249
2551
|
}
|
|
2250
2552
|
|
|
2251
2553
|
|
|
@@ -2258,14 +2560,12 @@ export interface __ValueGenerationManager$views {
|
|
|
2258
2560
|
As_IValueGenerationManager(): IValueGenerationManager$instance;
|
|
2259
2561
|
}
|
|
2260
2562
|
|
|
2261
|
-
export interface ValueGenerationManager$instance extends IValueGenerationManager$instance {}
|
|
2262
|
-
|
|
2263
2563
|
export type ValueGenerationManager = ValueGenerationManager$instance & __ValueGenerationManager$views;
|
|
2264
2564
|
|
|
2265
2565
|
|
|
2266
2566
|
export abstract class StateManagerExtensions$instance {
|
|
2267
|
-
static ToList(stateManager: IStateManager):
|
|
2268
|
-
static ToListForState(stateManager: IStateManager, added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean):
|
|
2567
|
+
static ToList(stateManager: IStateManager): IReadOnlyList_1<InternalEntityEntry>;
|
|
2568
|
+
static ToListForState(stateManager: IStateManager, added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): IReadOnlyList_1<InternalEntityEntry>;
|
|
2269
2569
|
}
|
|
2270
2570
|
|
|
2271
2571
|
|