@tsonic/efcore 10.0.5 → 10.0.9
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 +601 -531
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +203 -166
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +388 -327
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +123 -103
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +22 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +443 -261
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +66 -42
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +221 -155
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +141 -123
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1275 -1307
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +553 -519
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +363 -307
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +13 -7
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +26 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1576 -1343
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +91 -67
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +78 -74
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +271 -207
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +22 -20
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +389 -241
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +354 -267
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +188 -120
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +21 -15
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +93 -73
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +359 -242
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +53 -37
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +85 -25
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +137 -43
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +92 -68
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +121 -91
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +53 -23
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
- package/System.Transactions/internal/index.d.ts +3 -3
- package/__internal/extensions/index.d.ts +1462 -1465
- package/package.json +4 -4
|
@@ -23,24 +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
42
|
|
|
43
|
-
CaptureEvents():
|
|
43
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<DetectChangesEventArgs>, EventHandler_1<DetectedChangesEventArgs>, EventHandler_1<DetectEntityChangesEventArgs>, EventHandler_1<DetectedEntityChangesEventArgs>>;
|
|
44
44
|
DetectChanges(entry: InternalComplexEntry): void;
|
|
45
45
|
DetectChanges(entry: InternalEntityEntry): void;
|
|
46
46
|
DetectChanges(stateManager: IStateManager): void;
|
|
@@ -50,7 +50,7 @@ export interface IChangeDetector$instance {
|
|
|
50
50
|
PropertyChanged(entry: IInternalEntry, propertyBase: IPropertyBase, setModified: boolean): void;
|
|
51
51
|
PropertyChanging(entry: IInternalEntry, propertyBase: IPropertyBase): void;
|
|
52
52
|
ResetState(): void;
|
|
53
|
-
SetEvents(detectingAllChanges:
|
|
53
|
+
SetEvents(detectingAllChanges: EventHandler_1<DetectChangesEventArgs>, detectedAllChanges: EventHandler_1<DetectedChangesEventArgs>, detectingEntityChanges: EventHandler_1<DetectEntityChangesEventArgs>, detectedEntityChanges: EventHandler_1<DetectedEntityChangesEventArgs>): void;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|
|
@@ -69,8 +69,8 @@ export interface IDependentsMap$instance {
|
|
|
69
69
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IDependentsMap: never;
|
|
70
70
|
|
|
71
71
|
Add(entry: IUpdateEntry): void;
|
|
72
|
-
GetDependents(principalEntry: IUpdateEntry):
|
|
73
|
-
GetDependents(keyValues:
|
|
72
|
+
GetDependents(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
73
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>): IEnumerable_1<IUpdateEntry>;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
|
|
@@ -90,15 +90,15 @@ export interface IIdentityMap$instance {
|
|
|
90
90
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
91
91
|
|
|
92
92
|
readonly Key: IKey;
|
|
93
|
-
Add(keyValues:
|
|
93
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
94
94
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
95
|
-
All():
|
|
95
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
96
96
|
Clear(): void;
|
|
97
97
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
98
98
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
99
99
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
100
|
-
TryGetEntry(keyValues:
|
|
101
|
-
TryGetEntry(keyValues:
|
|
100
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
101
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
|
|
@@ -108,15 +108,15 @@ export interface IIdentityMap_1$instance<TKey> extends IIdentityMap {
|
|
|
108
108
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
109
109
|
|
|
110
110
|
readonly Key: IKey;
|
|
111
|
-
Add(keyValues:
|
|
111
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
112
112
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
113
|
-
All():
|
|
113
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
114
114
|
Clear(): void;
|
|
115
115
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
116
116
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
117
117
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
118
|
-
TryGetEntry(keyValues:
|
|
119
|
-
TryGetEntry(keyValues:
|
|
118
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
119
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
120
120
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -127,8 +127,8 @@ export interface IInternalEntityEntryNotifier$instance {
|
|
|
127
127
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntityEntryNotifier: never;
|
|
128
128
|
|
|
129
129
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
130
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys:
|
|
131
|
-
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;
|
|
132
132
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigation: INavigation, oldValue: unknown, newValue: unknown): void;
|
|
133
133
|
PropertyChanged(entry: IInternalEntry, property: IPropertyBase, setModified: boolean): void;
|
|
134
134
|
PropertyChanging(entry: IInternalEntry, property: IPropertyBase): void;
|
|
@@ -155,12 +155,12 @@ export interface IInternalEntry$instance {
|
|
|
155
155
|
readonly StateManager: IStateManager;
|
|
156
156
|
AcceptChanges(): void;
|
|
157
157
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
158
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
158
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
159
159
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
160
160
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
161
161
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
162
|
-
GetFlattenedComplexEntries():
|
|
163
|
-
GetOrdinals():
|
|
162
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
163
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
164
164
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
165
165
|
HandleConceptualNulls(sensitiveLoggingEnabled: boolean, force: boolean, isCascadeDelete: boolean): void;
|
|
166
166
|
HasExplicitValue(property: IProperty): boolean;
|
|
@@ -172,7 +172,7 @@ export interface IInternalEntry$instance {
|
|
|
172
172
|
PrepareToSave(): IInternalEntry;
|
|
173
173
|
ReadOriginalValue<T>(property: IProperty, originalValueIndex: int): T;
|
|
174
174
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
175
|
-
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;
|
|
176
176
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
177
177
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
178
178
|
SetPropertyModified(property: IComplexProperty, isModified?: boolean, recurse?: boolean): void;
|
|
@@ -201,7 +201,7 @@ export interface IKeyPropagator$instance {
|
|
|
201
201
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IKeyPropagator: never;
|
|
202
202
|
|
|
203
203
|
PropagateValue(entry: InternalEntityEntry, property: IProperty): InternalEntityEntry | undefined;
|
|
204
|
-
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken):
|
|
204
|
+
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
|
|
@@ -210,7 +210,7 @@ export type IKeyPropagator = IKeyPropagator$instance;
|
|
|
210
210
|
export interface ILocalViewListener$instance {
|
|
211
211
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ILocalViewListener: never;
|
|
212
212
|
|
|
213
|
-
RegisterView(viewAction:
|
|
213
|
+
RegisterView(viewAction: Action_2<InternalEntityEntry, EntityState>): void;
|
|
214
214
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
215
215
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
216
216
|
}
|
|
@@ -224,8 +224,8 @@ export interface INavigationFixer$instance {
|
|
|
224
224
|
BeginDelayedFixup(): boolean;
|
|
225
225
|
CompleteDelayedFixup(): void;
|
|
226
226
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
227
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys:
|
|
228
|
-
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;
|
|
229
229
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, oldValue: unknown, newValue: unknown): void;
|
|
230
230
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
231
231
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
@@ -238,13 +238,12 @@ export type INavigationFixer = INavigationFixer$instance;
|
|
|
238
238
|
export interface ISnapshot$instance {
|
|
239
239
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
240
240
|
|
|
241
|
-
[index: number]: unknown | undefined;
|
|
242
241
|
readonly IsEmpty: boolean;
|
|
243
242
|
GetValue<T>(index: int): T;
|
|
244
243
|
}
|
|
245
244
|
|
|
246
245
|
|
|
247
|
-
export type ISnapshot = ISnapshot$instance;
|
|
246
|
+
export type ISnapshot = ISnapshot$instance & { [index: number]: unknown | undefined; };
|
|
248
247
|
|
|
249
248
|
export interface IStateManager$instance extends IResettableService {
|
|
250
249
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager: never;
|
|
@@ -253,7 +252,7 @@ export interface IStateManager$instance extends IResettableService {
|
|
|
253
252
|
DeleteOrphansTiming: CascadeTiming;
|
|
254
253
|
CascadeDeleteTiming: CascadeTiming;
|
|
255
254
|
readonly SavingChanges: boolean;
|
|
256
|
-
readonly Entries:
|
|
255
|
+
readonly Entries: IEnumerable_1<InternalEntityEntry>;
|
|
257
256
|
readonly Count: int;
|
|
258
257
|
ChangedCount: int;
|
|
259
258
|
readonly InternalEntityEntryNotifier: IInternalEntityEntryNotifier;
|
|
@@ -264,35 +263,35 @@ export interface IStateManager$instance extends IResettableService {
|
|
|
264
263
|
readonly SensitiveLoggingEnabled: boolean;
|
|
265
264
|
readonly UpdateLogger: IDiagnosticsLogger_1<DbLoggerCategory_Update>;
|
|
266
265
|
BeginAttachGraph(): void;
|
|
267
|
-
CaptureEvents():
|
|
268
|
-
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?:
|
|
266
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<EntityTrackingEventArgs>, EventHandler_1<EntityTrackedEventArgs>, EventHandler_1<EntityStateChangingEventArgs>, EventHandler_1<EntityStateChangedEventArgs>>;
|
|
267
|
+
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?: IEnumerable_1<IForeignKey>): void;
|
|
269
268
|
ChangingState(entry: InternalEntityEntry, newState: EntityState): void;
|
|
270
269
|
CreateEntityFinder(entityType: IEntityType): IEntityFinder;
|
|
271
|
-
CreateEntry(values:
|
|
270
|
+
CreateEntry(values: IDictionary_2<System_Internal.String, unknown>, entityType: IEntityType): InternalEntityEntry;
|
|
272
271
|
FindPrincipal(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
273
272
|
GetCountForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean): int;
|
|
274
|
-
GetDependents(keyValues:
|
|
275
|
-
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
276
|
-
GetEntries(key: IKey):
|
|
277
|
-
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean):
|
|
278
|
-
GetEntriesToSave(cascadeChanges: boolean):
|
|
279
|
-
GetNonDeletedEntities<TEntity>():
|
|
273
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
274
|
+
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry> | undefined;
|
|
275
|
+
GetEntries(key: IKey): IEnumerable_1<InternalEntityEntry>;
|
|
276
|
+
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnSharedIdentity?: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
277
|
+
GetEntriesToSave(cascadeChanges: boolean): IList_1<IUpdateEntry>;
|
|
278
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
280
279
|
GetOrCreateEntry(entity: unknown, entityType: IEntityType): InternalEntityEntry;
|
|
281
280
|
GetOrCreateEntry(entity: unknown): InternalEntityEntry;
|
|
282
|
-
GetRecordedReferrers(referencedEntity: unknown, clear: boolean):
|
|
281
|
+
GetRecordedReferrers(referencedEntity: unknown, clear: boolean): IEnumerable_1<Tuple_2<INavigationBase, InternalEntityEntry>>;
|
|
283
282
|
OnTracked(internalEntityEntry: InternalEntityEntry, fromQuery: boolean): void;
|
|
284
283
|
OnTracking(internalEntityEntry: InternalEntityEntry, state: EntityState, fromQuery: boolean): void;
|
|
285
284
|
RecordReferencedUntrackedEntity(referencedEntity: unknown, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): void;
|
|
286
285
|
ResetStateAsync(cancellationToken?: CancellationToken): Task;
|
|
287
286
|
ResolveToExistingEntry(newEntry: InternalEntityEntry, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): boolean;
|
|
288
287
|
SaveChanges(acceptAllChangesOnSuccess: boolean): int;
|
|
289
|
-
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken):
|
|
290
|
-
SetEvents(tracking:
|
|
288
|
+
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
289
|
+
SetEvents(tracking: EventHandler_1<EntityTrackingEventArgs>, tracked: EventHandler_1<EntityTrackedEventArgs>, stateChanging: EventHandler_1<EntityStateChangingEventArgs>, stateChanged: EventHandler_1<EntityStateChangedEventArgs>): void;
|
|
291
290
|
StartTracking(entry: InternalComplexEntry): InternalComplexEntry;
|
|
292
291
|
StartTracking(entry: InternalEntityEntry): InternalEntityEntry;
|
|
293
292
|
StartTrackingFromQuery(baseEntityType: IEntityType, entity: unknown, snapshot: ISnapshot): InternalEntityEntry;
|
|
294
293
|
StopTracking(entry: InternalComplexEntry, oldState: EntityState): void;
|
|
295
|
-
TryGetEntry(key: IKey, keyValues:
|
|
294
|
+
TryGetEntry(key: IKey, keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
296
295
|
TryGetEntry(key: IKey, keyValues: unknown[], throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
297
296
|
TryGetEntry(entity: unknown, type: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
|
|
298
297
|
TryGetEntry(entity: unknown, throwOnNonUniqueness?: boolean): InternalEntityEntry | undefined;
|
|
@@ -314,18 +313,19 @@ export interface IValueGenerationManager$instance {
|
|
|
314
313
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IValueGenerationManager: never;
|
|
315
314
|
|
|
316
315
|
Generate(entry: InternalEntityEntry, includePrimaryKey?: boolean): boolean;
|
|
317
|
-
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken):
|
|
316
|
+
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
318
317
|
Propagate(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
319
|
-
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken):
|
|
318
|
+
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
320
319
|
}
|
|
321
320
|
|
|
322
321
|
|
|
323
322
|
export type IValueGenerationManager = IValueGenerationManager$instance;
|
|
324
323
|
|
|
325
|
-
export interface MultiSnapshot$instance {
|
|
324
|
+
export interface MultiSnapshot$instance extends ISnapshot$instance {
|
|
325
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_MultiSnapshot: never;
|
|
326
|
+
|
|
326
327
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
327
328
|
|
|
328
|
-
[index: number]: unknown | undefined;
|
|
329
329
|
GetValue<T>(index: int): T;
|
|
330
330
|
}
|
|
331
331
|
|
|
@@ -339,12 +339,12 @@ export interface __MultiSnapshot$views {
|
|
|
339
339
|
As_ISnapshot(): ISnapshot$instance;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
export
|
|
343
|
-
|
|
344
|
-
export type MultiSnapshot = MultiSnapshot$instance & __MultiSnapshot$views;
|
|
342
|
+
export type MultiSnapshot = MultiSnapshot$instance & __MultiSnapshot$views & { [index: number]: unknown | undefined; };
|
|
345
343
|
|
|
346
344
|
|
|
347
345
|
export interface ArrayPropertyValues$instance extends PropertyValues {
|
|
346
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ArrayPropertyValues: never;
|
|
347
|
+
|
|
348
348
|
Clone(): PropertyValues;
|
|
349
349
|
get_Item(propertyName: string): unknown | undefined;
|
|
350
350
|
get_Item(property: IProperty): unknown | undefined;
|
|
@@ -356,7 +356,7 @@ export interface ArrayPropertyValues$instance extends PropertyValues {
|
|
|
356
356
|
set_Item(complexProperty: IComplexProperty, value: IList | undefined): void;
|
|
357
357
|
SetValues(obj: unknown): void;
|
|
358
358
|
SetValues(propertyValues: PropertyValues): void;
|
|
359
|
-
SetValues<TProperty>(values:
|
|
359
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
360
360
|
ToObject(): unknown;
|
|
361
361
|
}
|
|
362
362
|
|
|
@@ -369,9 +369,11 @@ export const ArrayPropertyValues: {
|
|
|
369
369
|
export type ArrayPropertyValues = ArrayPropertyValues$instance;
|
|
370
370
|
|
|
371
371
|
export interface ChangeDetector$instance {
|
|
372
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ChangeDetector: never;
|
|
373
|
+
|
|
372
374
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeDetector: never;
|
|
373
375
|
|
|
374
|
-
CaptureEvents():
|
|
376
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<DetectChangesEventArgs>, EventHandler_1<DetectedChangesEventArgs>, EventHandler_1<DetectEntityChangesEventArgs>, EventHandler_1<DetectedEntityChangesEventArgs>>;
|
|
375
377
|
DetectChanges(stateManager: IStateManager): void;
|
|
376
378
|
DetectChanges(entry: InternalEntityEntry): void;
|
|
377
379
|
DetectChanges(entry: InternalComplexEntry): void;
|
|
@@ -385,7 +387,7 @@ export interface ChangeDetector$instance {
|
|
|
385
387
|
PropertyChanged(entry: IInternalEntry, propertyBase: IPropertyBase, setModified: boolean): void;
|
|
386
388
|
PropertyChanging(entry: IInternalEntry, propertyBase: IPropertyBase): void;
|
|
387
389
|
ResetState(): void;
|
|
388
|
-
SetEvents(detectingAllChanges:
|
|
390
|
+
SetEvents(detectingAllChanges: EventHandler_1<DetectChangesEventArgs>, detectedAllChanges: EventHandler_1<DetectedChangesEventArgs>, detectingEntityChanges: EventHandler_1<DetectEntityChangesEventArgs>, detectedEntityChanges: EventHandler_1<DetectedEntityChangesEventArgs>): void;
|
|
389
391
|
}
|
|
390
392
|
|
|
391
393
|
|
|
@@ -401,7 +403,9 @@ export interface __ChangeDetector$views {
|
|
|
401
403
|
export type ChangeDetector = ChangeDetector$instance & __ChangeDetector$views;
|
|
402
404
|
|
|
403
405
|
|
|
404
|
-
export interface ChangeTrackerFactory$instance {
|
|
406
|
+
export interface ChangeTrackerFactory$instance extends IChangeTrackerFactory$instance {
|
|
407
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ChangeTrackerFactory: never;
|
|
408
|
+
|
|
405
409
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IChangeTrackerFactory: never;
|
|
406
410
|
|
|
407
411
|
Create(): ChangeTracker;
|
|
@@ -417,36 +421,38 @@ export interface __ChangeTrackerFactory$views {
|
|
|
417
421
|
As_IChangeTrackerFactory(): IChangeTrackerFactory$instance;
|
|
418
422
|
}
|
|
419
423
|
|
|
420
|
-
export interface ChangeTrackerFactory$instance extends IChangeTrackerFactory$instance {}
|
|
421
|
-
|
|
422
424
|
export type ChangeTrackerFactory = ChangeTrackerFactory$instance & __ChangeTrackerFactory$views;
|
|
423
425
|
|
|
424
426
|
|
|
425
427
|
export interface CompositeDependentKeyValueFactory$instance extends CompositeValueFactory$instance {
|
|
428
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositeDependentKeyValueFactory: never;
|
|
429
|
+
|
|
426
430
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
427
431
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
428
432
|
|
|
429
433
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
430
434
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
431
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
435
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
432
436
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: unknown): boolean;
|
|
433
437
|
}
|
|
434
438
|
|
|
435
439
|
|
|
436
440
|
export const CompositeDependentKeyValueFactory: {
|
|
437
|
-
new(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<
|
|
441
|
+
new(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<IReadOnlyList_1<unknown>>): CompositeDependentKeyValueFactory;
|
|
438
442
|
};
|
|
439
443
|
|
|
440
444
|
|
|
441
445
|
export interface __CompositeDependentKeyValueFactory$views {
|
|
442
446
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
443
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
447
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
444
448
|
}
|
|
445
449
|
|
|
446
450
|
export type CompositeDependentKeyValueFactory = CompositeDependentKeyValueFactory$instance & __CompositeDependentKeyValueFactory$views;
|
|
447
451
|
|
|
448
452
|
|
|
449
453
|
export interface CompositePrincipalKeyValueFactory$instance extends CompositeValueFactory$instance {
|
|
454
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositePrincipalKeyValueFactory: never;
|
|
455
|
+
|
|
450
456
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
451
457
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
452
458
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory: never;
|
|
@@ -454,14 +460,14 @@ export interface CompositePrincipalKeyValueFactory$instance extends CompositeVal
|
|
|
454
460
|
|
|
455
461
|
CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
456
462
|
CreateFromBuffer(valueBuffer: ValueBuffer): unknown | undefined;
|
|
457
|
-
CreateFromCurrentValues(entry: IUpdateEntry):
|
|
458
|
-
CreateFromKeyValues(keyValues:
|
|
459
|
-
CreateFromOriginalValues(entry: IUpdateEntry):
|
|
460
|
-
CreateFromRelationshipSnapshot(entry: IUpdateEntry):
|
|
463
|
+
CreateFromCurrentValues(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
464
|
+
CreateFromKeyValues(keyValues: IReadOnlyList_1<unknown>): unknown | undefined;
|
|
465
|
+
CreateFromOriginalValues(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
466
|
+
CreateFromRelationshipSnapshot(entry: IUpdateEntry): IReadOnlyList_1<unknown | undefined>;
|
|
461
467
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
462
468
|
FindNullPropertyInCurrentValues(entry: IUpdateEntry): IProperty;
|
|
463
|
-
FindNullPropertyInKeyValues(keyValues:
|
|
464
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
469
|
+
FindNullPropertyInKeyValues(keyValues: IReadOnlyList_1<unknown>): IProperty;
|
|
470
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
465
471
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: unknown): boolean;
|
|
466
472
|
}
|
|
467
473
|
|
|
@@ -473,46 +479,50 @@ export const CompositePrincipalKeyValueFactory: {
|
|
|
473
479
|
|
|
474
480
|
export interface __CompositePrincipalKeyValueFactory$views {
|
|
475
481
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
476
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
482
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
477
483
|
As_IPrincipalKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory$instance;
|
|
478
|
-
As_IPrincipalKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory_1$instance<
|
|
484
|
+
As_IPrincipalKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IPrincipalKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
479
485
|
}
|
|
480
486
|
|
|
481
487
|
export type CompositePrincipalKeyValueFactory = CompositePrincipalKeyValueFactory$instance & __CompositePrincipalKeyValueFactory$views;
|
|
482
488
|
|
|
483
489
|
|
|
484
490
|
export interface CompositeValueFactory$instance {
|
|
491
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CompositeValueFactory: never;
|
|
492
|
+
|
|
485
493
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
486
494
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
487
495
|
|
|
488
|
-
readonly EqualityComparer:
|
|
489
|
-
readonly Properties:
|
|
496
|
+
readonly EqualityComparer: IEqualityComparer_1<IReadOnlyList_1<unknown | undefined>>;
|
|
497
|
+
readonly Properties: IReadOnlyList_1<IProperty>;
|
|
490
498
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
491
499
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
492
|
-
TryCreateFromBuffer(valueBuffer: ValueBuffer, key:
|
|
493
|
-
TryCreateFromCurrentValues(entry: IUpdateEntry, key:
|
|
494
|
-
TryCreateFromEntry(entry: IUpdateEntry, getValue:
|
|
495
|
-
TryCreateFromOriginalValues(entry: IUpdateEntry, key:
|
|
496
|
-
TryCreateFromPreStoreGeneratedCurrentValues(entry: IUpdateEntry, key:
|
|
497
|
-
TryCreateFromRelationshipSnapshot(entry: IUpdateEntry, key:
|
|
500
|
+
TryCreateFromBuffer(valueBuffer: ValueBuffer, key: IReadOnlyList_1<unknown>): boolean;
|
|
501
|
+
TryCreateFromCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
502
|
+
TryCreateFromEntry(entry: IUpdateEntry, getValue: Func_3<IUpdateEntry, IProperty, unknown>, key: IReadOnlyList_1<unknown>): boolean;
|
|
503
|
+
TryCreateFromOriginalValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
504
|
+
TryCreateFromPreStoreGeneratedCurrentValues(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
505
|
+
TryCreateFromRelationshipSnapshot(entry: IUpdateEntry, key: IReadOnlyList_1<unknown>): boolean;
|
|
498
506
|
}
|
|
499
507
|
|
|
500
508
|
|
|
501
509
|
export const CompositeValueFactory: {
|
|
502
|
-
new(properties:
|
|
503
|
-
CreateEqualityComparer(properties:
|
|
510
|
+
new(properties: IReadOnlyList_1<IProperty>): CompositeValueFactory;
|
|
511
|
+
CreateEqualityComparer(properties: IReadOnlyList_1<IProperty>): IEqualityComparer_1<IReadOnlyList_1<unknown | undefined>>;
|
|
504
512
|
};
|
|
505
513
|
|
|
506
514
|
|
|
507
515
|
export interface __CompositeValueFactory$views {
|
|
508
516
|
As_IDependentKeyValueFactory(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory$instance;
|
|
509
|
-
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<
|
|
517
|
+
As_IDependentKeyValueFactory_1(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IDependentKeyValueFactory_1$instance<IReadOnlyList_1<unknown>>;
|
|
510
518
|
}
|
|
511
519
|
|
|
512
520
|
export type CompositeValueFactory = CompositeValueFactory$instance & __CompositeValueFactory$views;
|
|
513
521
|
|
|
514
522
|
|
|
515
|
-
export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends ValueComparer_1<TTo> {
|
|
523
|
+
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> {
|
|
524
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ConvertingValueComparer_2: never;
|
|
525
|
+
|
|
516
526
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
517
527
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
518
528
|
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
@@ -529,12 +539,12 @@ export interface __ConvertingValueComparer_2$views<TTo, TFrom> {
|
|
|
529
539
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
|
|
530
540
|
}
|
|
531
541
|
|
|
532
|
-
export interface ConvertingValueComparer_2$instance<TTo, TFrom> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer<unknown>, System_Collections_Generic_Internal.IEqualityComparer<TTo> {}
|
|
533
|
-
|
|
534
542
|
export type ConvertingValueComparer_2<TTo, TFrom> = ConvertingValueComparer_2$instance<TTo, TFrom> & __ConvertingValueComparer_2$views<TTo, TFrom>;
|
|
535
543
|
|
|
536
544
|
|
|
537
545
|
export interface CurrentPropertyValues$instance extends EntryPropertyValues {
|
|
546
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentPropertyValues: never;
|
|
547
|
+
|
|
538
548
|
GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
|
|
539
549
|
GetValue<TValue>(propertyName: string): TValue;
|
|
540
550
|
GetValue<TValue>(property: IProperty): TValue;
|
|
@@ -551,6 +561,8 @@ export const CurrentPropertyValues: {
|
|
|
551
561
|
export type CurrentPropertyValues = CurrentPropertyValues$instance;
|
|
552
562
|
|
|
553
563
|
export interface CurrentProviderValueComparer_2$instance<TModel, TProvider> {
|
|
564
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentProviderValueComparer_2: never;
|
|
565
|
+
|
|
554
566
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
555
567
|
|
|
556
568
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
@@ -565,7 +577,9 @@ export const CurrentProviderValueComparer_2: {
|
|
|
565
577
|
export type CurrentProviderValueComparer_2<TModel, TProvider> = CurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
566
578
|
|
|
567
579
|
export interface CurrentValueComparerFactory$instance {
|
|
568
|
-
|
|
580
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_CurrentValueComparerFactory: never;
|
|
581
|
+
|
|
582
|
+
Create(property: IPropertyBase): IComparer_1<IUpdateEntry>;
|
|
569
583
|
GetComparerType(propertyBase: IPropertyBase): Type;
|
|
570
584
|
}
|
|
571
585
|
|
|
@@ -578,7 +592,9 @@ export const CurrentValueComparerFactory: {
|
|
|
578
592
|
export type CurrentValueComparerFactory = CurrentValueComparerFactory$instance;
|
|
579
593
|
|
|
580
594
|
export interface DependentKeyValueFactory_1$instance<TKey> {
|
|
581
|
-
readonly
|
|
595
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentKeyValueFactory_1: never;
|
|
596
|
+
|
|
597
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
582
598
|
CreateDependentEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown | undefined;
|
|
583
599
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
584
600
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -593,7 +609,9 @@ export const DependentKeyValueFactory_1: (abstract new<TKey>(foreignKey: IForeig
|
|
|
593
609
|
export type DependentKeyValueFactory_1<TKey> = DependentKeyValueFactory_1$instance<TKey>;
|
|
594
610
|
|
|
595
611
|
export interface DependentKeyValueFactoryFactory$instance {
|
|
596
|
-
|
|
612
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentKeyValueFactoryFactory: never;
|
|
613
|
+
|
|
614
|
+
CreateComposite(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<IReadOnlyList_1<unknown>>): IDependentKeyValueFactory_1<IReadOnlyList_1<unknown | undefined>>;
|
|
597
615
|
CreateSimpleNonNullable<TKey extends unknown>(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>): IDependentKeyValueFactory_1<TKey>;
|
|
598
616
|
CreateSimpleNullable<TKey, TNonNullableKey extends unknown>(foreignKey: IForeignKey, principalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>): IDependentKeyValueFactory_1<TKey>;
|
|
599
617
|
}
|
|
@@ -607,12 +625,14 @@ export const DependentKeyValueFactoryFactory: {
|
|
|
607
625
|
export type DependentKeyValueFactoryFactory = DependentKeyValueFactoryFactory$instance;
|
|
608
626
|
|
|
609
627
|
export interface DependentsMap_1$instance<TKey> {
|
|
628
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_DependentsMap_1: never;
|
|
629
|
+
|
|
610
630
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IDependentsMap: never;
|
|
611
631
|
|
|
612
632
|
Add(entry: IUpdateEntry): void;
|
|
613
|
-
GetDependents(principalEntry: IUpdateEntry):
|
|
614
|
-
GetDependents(keyValues:
|
|
615
|
-
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry):
|
|
633
|
+
GetDependents(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
634
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>): IEnumerable_1<IUpdateEntry>;
|
|
635
|
+
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry): IEnumerable_1<IUpdateEntry>;
|
|
616
636
|
Remove(entry: IUpdateEntry): void;
|
|
617
637
|
Update(entry: IUpdateEntry): void;
|
|
618
638
|
}
|
|
@@ -631,6 +651,8 @@ export type DependentsMap_1<TKey> = DependentsMap_1$instance<TKey> & __Dependent
|
|
|
631
651
|
|
|
632
652
|
|
|
633
653
|
export interface EmptyShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory {
|
|
654
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EmptyShadowValuesFactoryFactory: never;
|
|
655
|
+
|
|
634
656
|
readonly UseEntityVariable: boolean;
|
|
635
657
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
636
658
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -648,11 +670,13 @@ export const EmptyShadowValuesFactoryFactory: {
|
|
|
648
670
|
|
|
649
671
|
export type EmptyShadowValuesFactoryFactory = EmptyShadowValuesFactoryFactory$instance;
|
|
650
672
|
|
|
651
|
-
export interface EntityEntryGraphIterator$instance {
|
|
673
|
+
export interface EntityEntryGraphIterator$instance extends Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance {
|
|
674
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityEntryGraphIterator: never;
|
|
675
|
+
|
|
652
676
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IEntityEntryGraphIterator: never;
|
|
653
677
|
|
|
654
|
-
TraverseGraph<TState>(node: EntityEntryGraphNode_1<TState>, handleNode:
|
|
655
|
-
TraverseGraphAsync<TState>(node: EntityEntryGraphNode_1<TState>, handleNode:
|
|
678
|
+
TraverseGraph<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_2<EntityEntryGraphNode_1<TState>, System_Internal.Boolean>): void;
|
|
679
|
+
TraverseGraphAsync<TState>(node: EntityEntryGraphNode_1<TState>, handleNode: Func_3<EntityEntryGraphNode_1<TState>, CancellationToken, Task_1<System_Internal.Boolean>>, cancellationToken?: CancellationToken): Task;
|
|
656
680
|
}
|
|
657
681
|
|
|
658
682
|
|
|
@@ -665,12 +689,12 @@ export interface __EntityEntryGraphIterator$views {
|
|
|
665
689
|
As_IEntityEntryGraphIterator(): Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance;
|
|
666
690
|
}
|
|
667
691
|
|
|
668
|
-
export interface EntityEntryGraphIterator$instance extends Microsoft_EntityFrameworkCore_ChangeTracking_Internal.IEntityEntryGraphIterator$instance {}
|
|
669
|
-
|
|
670
692
|
export type EntityEntryGraphIterator = EntityEntryGraphIterator$instance & __EntityEntryGraphIterator$views;
|
|
671
693
|
|
|
672
694
|
|
|
673
|
-
export interface EntityGraphAttacher$instance {
|
|
695
|
+
export interface EntityGraphAttacher$instance extends IEntityGraphAttacher$instance {
|
|
696
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityGraphAttacher: never;
|
|
697
|
+
|
|
674
698
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IEntityGraphAttacher: never;
|
|
675
699
|
|
|
676
700
|
AttachGraph(rootEntry: InternalEntityEntry, targetState: EntityState, storeGeneratedWithKeySetTargetState: EntityState, forceStateWhenUnknownKey: boolean): void;
|
|
@@ -687,18 +711,18 @@ export interface __EntityGraphAttacher$views {
|
|
|
687
711
|
As_IEntityGraphAttacher(): IEntityGraphAttacher$instance;
|
|
688
712
|
}
|
|
689
713
|
|
|
690
|
-
export interface EntityGraphAttacher$instance extends IEntityGraphAttacher$instance {}
|
|
691
|
-
|
|
692
714
|
export type EntityGraphAttacher = EntityGraphAttacher$instance & __EntityGraphAttacher$views;
|
|
693
715
|
|
|
694
716
|
|
|
695
717
|
export interface EntityReferenceMap$instance {
|
|
718
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntityReferenceMap: never;
|
|
719
|
+
|
|
696
720
|
Clear(): void;
|
|
697
721
|
GetCountForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, countDeletedSharedIdentity: boolean): int;
|
|
698
|
-
GetEntriesForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, returnDeletedSharedIdentity: boolean):
|
|
699
|
-
GetNonDeletedEntities<TEntity>():
|
|
722
|
+
GetEntriesForState(added: boolean, modified: boolean, deleted: boolean, unchanged: boolean, returnDeletedSharedIdentity: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
723
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
700
724
|
TryGet(entity: unknown, entityType: IEntityType, entry: InternalEntityEntry, throwOnNonUniqueness: boolean): boolean;
|
|
701
|
-
Update(entry: InternalEntityEntry, state: EntityState, oldState:
|
|
725
|
+
Update(entry: InternalEntityEntry, state: EntityState, oldState: Nullable_1<EntityState>): void;
|
|
702
726
|
}
|
|
703
727
|
|
|
704
728
|
|
|
@@ -710,6 +734,8 @@ export const EntityReferenceMap: {
|
|
|
710
734
|
export type EntityReferenceMap = EntityReferenceMap$instance;
|
|
711
735
|
|
|
712
736
|
export interface EntryCurrentProviderValueComparer$instance extends EntryCurrentValueComparer {
|
|
737
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryCurrentProviderValueComparer: never;
|
|
738
|
+
|
|
713
739
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
714
740
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
715
741
|
|
|
@@ -725,6 +751,8 @@ export const EntryCurrentProviderValueComparer: {
|
|
|
725
751
|
export type EntryCurrentProviderValueComparer = EntryCurrentProviderValueComparer$instance;
|
|
726
752
|
|
|
727
753
|
export interface EntryCurrentValueComparer$instance {
|
|
754
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryCurrentValueComparer: never;
|
|
755
|
+
|
|
728
756
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
729
757
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
730
758
|
|
|
@@ -745,6 +773,8 @@ export const EntryCurrentValueComparer: {
|
|
|
745
773
|
export type EntryCurrentValueComparer = EntryCurrentValueComparer$instance;
|
|
746
774
|
|
|
747
775
|
export interface EntryPropertyValues$instance extends PropertyValues {
|
|
776
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_EntryPropertyValues: never;
|
|
777
|
+
|
|
748
778
|
Clone(): PropertyValues;
|
|
749
779
|
get_Item(propertyName: string): unknown | undefined;
|
|
750
780
|
get_Item(property: IProperty): unknown | undefined;
|
|
@@ -757,8 +787,8 @@ export interface EntryPropertyValues$instance extends PropertyValues {
|
|
|
757
787
|
SetValueInternal(entry: IInternalEntry, property: IPropertyBase, value: unknown): void;
|
|
758
788
|
SetValues(obj: unknown): void;
|
|
759
789
|
SetValues(propertyValues: PropertyValues): void;
|
|
760
|
-
SetValues<TProperty>(values:
|
|
761
|
-
SetValues<TProperty>(values:
|
|
790
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
791
|
+
SetValues<TProperty>(values: IDictionary_2<System_Internal.String, TProperty>): void;
|
|
762
792
|
ToObject(): unknown;
|
|
763
793
|
}
|
|
764
794
|
|
|
@@ -770,16 +800,18 @@ export const EntryPropertyValues: (abstract new(internalEntry: InternalEntryBase
|
|
|
770
800
|
export type EntryPropertyValues = EntryPropertyValues$instance;
|
|
771
801
|
|
|
772
802
|
export interface IdentityMap_1$instance<TKey> {
|
|
803
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IdentityMap_1: never;
|
|
804
|
+
|
|
773
805
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
774
806
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
775
807
|
|
|
776
808
|
readonly Key: IKey;
|
|
777
809
|
readonly PrincipalKeyValueFactory: IPrincipalKeyValueFactory_1<TKey>;
|
|
778
810
|
Add(entry: InternalEntityEntry): void;
|
|
779
|
-
Add(keyValues:
|
|
811
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
780
812
|
Add(key: TKey, entry: InternalEntityEntry): void;
|
|
781
813
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
782
|
-
All():
|
|
814
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
783
815
|
Clear(): void;
|
|
784
816
|
FindDependentsMap(foreignKey: IForeignKey): IDependentsMap | undefined;
|
|
785
817
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
@@ -787,8 +819,8 @@ export interface IdentityMap_1$instance<TKey> {
|
|
|
787
819
|
Remove(key: TKey, entry: InternalEntityEntry): void;
|
|
788
820
|
RemoveUsingRelationshipSnapshot(entry: InternalEntityEntry): void;
|
|
789
821
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
790
|
-
TryGetEntry(keyValues:
|
|
791
|
-
TryGetEntry(keyValues:
|
|
822
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
823
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
792
824
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
793
825
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
794
826
|
TryGetEntryUsingPreStoreGeneratedValues(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
@@ -810,19 +842,23 @@ export type IdentityMap_1<TKey> = IdentityMap_1$instance<TKey> & __IdentityMap_1
|
|
|
810
842
|
|
|
811
843
|
|
|
812
844
|
export interface IdentityMapFactoryFactory$instance {
|
|
845
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IdentityMapFactoryFactory: never;
|
|
846
|
+
|
|
813
847
|
}
|
|
814
848
|
|
|
815
849
|
|
|
816
850
|
export const IdentityMapFactoryFactory: {
|
|
817
851
|
new(): IdentityMapFactoryFactory;
|
|
818
|
-
Create(key: IKey):
|
|
819
|
-
CreateFactory<TKey>(key: IKey):
|
|
852
|
+
Create(key: IKey): Func_2<System_Internal.Boolean, IIdentityMap>;
|
|
853
|
+
CreateFactory<TKey>(key: IKey): Func_2<System_Internal.Boolean, IIdentityMap>;
|
|
820
854
|
};
|
|
821
855
|
|
|
822
856
|
|
|
823
857
|
export type IdentityMapFactoryFactory = IdentityMapFactoryFactory$instance;
|
|
824
858
|
|
|
825
859
|
export interface InternalComplexEntry$instance extends InternalEntryBase$instance {
|
|
860
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalComplexEntry: never;
|
|
861
|
+
|
|
826
862
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
827
863
|
|
|
828
864
|
readonly ComplexProperty: IComplexProperty;
|
|
@@ -836,13 +872,13 @@ export interface InternalComplexEntry$instance extends InternalEntryBase$instanc
|
|
|
836
872
|
AcceptChanges(): void;
|
|
837
873
|
DiscardStoreGeneratedValues(): void;
|
|
838
874
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
839
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
875
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
840
876
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
841
877
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
842
878
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
843
|
-
GetFlattenedComplexEntries():
|
|
844
|
-
GetOrdinals():
|
|
845
|
-
GetOrdinals():
|
|
879
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
880
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
881
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
846
882
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
847
883
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
848
884
|
GetPropertyPath(property: IReadOnlyProperty): string;
|
|
@@ -862,7 +898,7 @@ export interface InternalComplexEntry$instance extends InternalEntryBase$instanc
|
|
|
862
898
|
ReadPropertyValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
863
899
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
864
900
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
865
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
901
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
866
902
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
867
903
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
868
904
|
SetPropertyModified(property: IProperty, changeState?: boolean, isModified?: boolean, isConceptualNull?: boolean, acceptChanges?: boolean): void;
|
|
@@ -885,6 +921,8 @@ export type InternalComplexEntry = InternalComplexEntry$instance & __InternalCom
|
|
|
885
921
|
|
|
886
922
|
|
|
887
923
|
export interface InternalEntityEntry$instance extends InternalEntryBase$instance {
|
|
924
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntityEntry: never;
|
|
925
|
+
|
|
888
926
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
889
927
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Update_IUpdateEntry: never;
|
|
890
928
|
|
|
@@ -892,13 +930,13 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
892
930
|
readonly Entity: unknown;
|
|
893
931
|
readonly EntityType: IRuntimeEntityType;
|
|
894
932
|
readonly HasRelationshipSnapshot: boolean;
|
|
895
|
-
readonly IsKeySet:
|
|
933
|
+
readonly IsKeySet: ValueTuple_2<System_Internal.Boolean, System_Internal.Boolean>;
|
|
896
934
|
readonly IsKeyUnknown: boolean;
|
|
897
935
|
get SharedIdentityEntry(): InternalEntityEntry | undefined;
|
|
898
936
|
set SharedIdentityEntry(value: InternalEntityEntry | undefined);
|
|
899
937
|
readonly StateManager: IStateManager;
|
|
900
938
|
AcceptChanges(): void;
|
|
901
|
-
AddRangeToCollectionSnapshot(navigation: INavigationBase, addedEntities:
|
|
939
|
+
AddRangeToCollectionSnapshot(navigation: INavigationBase, addedEntities: IEnumerable_1<unknown>): void;
|
|
902
940
|
AddToCollection(navigationBase: INavigationBase, value: unknown, forMaterialization: boolean): boolean;
|
|
903
941
|
AddToCollectionSnapshot(navigation: INavigationBase, addedEntity: unknown): void;
|
|
904
942
|
CanHaveOriginalValue(propertyBase: IPropertyBase): boolean;
|
|
@@ -906,13 +944,13 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
906
944
|
DiscardStoreGeneratedValues(): void;
|
|
907
945
|
EnsureRelationshipSnapshot(): void;
|
|
908
946
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
909
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
947
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
910
948
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
911
949
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
912
950
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
913
|
-
GetFlattenedComplexEntries():
|
|
951
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
914
952
|
GetOrCreateCollection(navigationBase: INavigationBase, forMaterialization: boolean): unknown;
|
|
915
|
-
GetOrdinals():
|
|
953
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
916
954
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
917
955
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
918
956
|
GetRelationshipSnapshotValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
@@ -940,11 +978,11 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
940
978
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
941
979
|
RemoveFromCollection(navigationBase: INavigationBase, value: unknown): boolean;
|
|
942
980
|
RemoveFromCollectionSnapshot(navigation: INavigationBase, removedEntity: unknown): void;
|
|
943
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
944
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
981
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
982
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
945
983
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
946
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
947
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
984
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
985
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
948
986
|
SetIsLoaded(navigation: INavigationBase, loaded?: boolean): void;
|
|
949
987
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
950
988
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
@@ -961,7 +999,7 @@ export interface InternalEntityEntry$instance extends InternalEntryBase$instance
|
|
|
961
999
|
export const InternalEntityEntry: {
|
|
962
1000
|
new(stateManager: IStateManager, entityType: IEntityType, entity: unknown): InternalEntityEntry;
|
|
963
1001
|
new(stateManager: IStateManager, entityType: IEntityType, entity: unknown, shadowValues: ISnapshot): InternalEntityEntry;
|
|
964
|
-
new(stateManager: IStateManager, entityType: IEntityType, values:
|
|
1002
|
+
new(stateManager: IStateManager, entityType: IEntityType, values: IDictionary_2<System_Internal.String, unknown>, entityMaterializerSource: IStructuralTypeMaterializerSource): InternalEntityEntry;
|
|
965
1003
|
};
|
|
966
1004
|
|
|
967
1005
|
|
|
@@ -974,9 +1012,11 @@ export type InternalEntityEntry = InternalEntityEntry$instance & __InternalEntit
|
|
|
974
1012
|
|
|
975
1013
|
|
|
976
1014
|
export interface InternalEntityEntryNotifier$instance {
|
|
1015
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntityEntryNotifier: never;
|
|
1016
|
+
|
|
977
1017
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
978
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys:
|
|
979
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
1018
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, keys: IEnumerable_1<IKey>, foreignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
1019
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
980
1020
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigation: INavigation, oldValue: unknown, newValue: unknown): void;
|
|
981
1021
|
PropertyChanged(entry: IInternalEntry, property: IPropertyBase, setModified: boolean): void;
|
|
982
1022
|
PropertyChanging(entry: IInternalEntry, property: IPropertyBase): void;
|
|
@@ -994,6 +1034,8 @@ export const InternalEntityEntryNotifier: {
|
|
|
994
1034
|
export type InternalEntityEntryNotifier = InternalEntityEntryNotifier$instance;
|
|
995
1035
|
|
|
996
1036
|
export interface InternalEntryBase$instance {
|
|
1037
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntryBase: never;
|
|
1038
|
+
|
|
997
1039
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IInternalEntry: never;
|
|
998
1040
|
|
|
999
1041
|
readonly ContainingEntry: InternalEntryBase;
|
|
@@ -1016,15 +1058,15 @@ export interface InternalEntryBase$instance {
|
|
|
1016
1058
|
EnsureTemporaryValues(): void;
|
|
1017
1059
|
FlaggedAsStoreGenerated(propertyIndex: int): boolean;
|
|
1018
1060
|
FlaggedAsTemporary(propertyIndex: int): boolean;
|
|
1019
|
-
GetComplexCollectionEntries(property: IComplexProperty):
|
|
1061
|
+
GetComplexCollectionEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
1020
1062
|
GetComplexCollectionEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
1021
|
-
GetComplexCollectionOriginalEntries(property: IComplexProperty):
|
|
1063
|
+
GetComplexCollectionOriginalEntries(property: IComplexProperty): IReadOnlyList_1<InternalComplexEntry | undefined>;
|
|
1022
1064
|
GetComplexCollectionOriginalEntry(property: IComplexProperty, ordinal: int): InternalComplexEntry;
|
|
1023
1065
|
GetCurrentValue<TProperty>(propertyBase: IPropertyBase): TProperty;
|
|
1024
1066
|
GetCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
1025
|
-
GetFlattenedComplexEntries():
|
|
1067
|
+
GetFlattenedComplexEntries(): IEnumerable_1<InternalComplexEntry>;
|
|
1026
1068
|
GetOrCreateShadowCollection(navigation: INavigationBase): unknown;
|
|
1027
|
-
GetOrdinals():
|
|
1069
|
+
GetOrdinals(): IReadOnlyList_1<System_Internal.Int32>;
|
|
1028
1070
|
GetOriginalValue<TProperty>(property: IProperty): TProperty;
|
|
1029
1071
|
GetOriginalValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
1030
1072
|
GetPreStoreGeneratedCurrentValue(propertyBase: IPropertyBase): unknown | undefined;
|
|
@@ -1055,9 +1097,9 @@ export interface InternalEntryBase$instance {
|
|
|
1055
1097
|
ReadShadowValue<T>(shadowIndex: int): T;
|
|
1056
1098
|
ReadStoreGeneratedValue<T>(storeGeneratedIndex: int): T;
|
|
1057
1099
|
ReadTemporaryValue<T>(storeGeneratedIndex: int): T;
|
|
1058
|
-
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
1100
|
+
SetEntityState(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>): void;
|
|
1059
1101
|
SetEntityState(oldState: EntityState, newState: EntityState, acceptChanges: boolean, modifyProperties: boolean): void;
|
|
1060
|
-
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?:
|
|
1102
|
+
SetEntityStateAsync(entityState: EntityState, acceptChanges?: boolean, modifyProperties?: boolean, forceStateWhenUnknownKey?: Nullable_1<EntityState>, fallbackState?: Nullable_1<EntityState>, cancellationToken?: CancellationToken): Task;
|
|
1061
1103
|
SetOriginalValue(propertyBase: IPropertyBase, value: unknown, index?: int): void;
|
|
1062
1104
|
SetProperty(propertyBase: IPropertyBase, value: unknown, isMaterialization: boolean, setModified?: boolean, isCascadeDelete?: boolean): void;
|
|
1063
1105
|
SetPropertyModified(property: IProperty, changeState?: boolean, isModified?: boolean, isConceptualNull?: boolean, acceptChanges?: boolean): void;
|
|
@@ -1069,7 +1111,7 @@ export interface InternalEntryBase$instance {
|
|
|
1069
1111
|
}
|
|
1070
1112
|
|
|
1071
1113
|
|
|
1072
|
-
export const InternalEntryBase: (abstract new(structuralType: IRuntimeTypeBase) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues: ISnapshot) => InternalEntryBase) & (abstract new(structuralType: IRuntimeTypeBase, shadowValues:
|
|
1114
|
+
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) & {
|
|
1073
1115
|
readonly FlaggedAsTemporaryMethod: MethodInfo;
|
|
1074
1116
|
readonly FlaggedAsStoreGeneratedMethod: MethodInfo;
|
|
1075
1117
|
};
|
|
@@ -1083,6 +1125,8 @@ export type InternalEntryBase = InternalEntryBase$instance & __InternalEntryBase
|
|
|
1083
1125
|
|
|
1084
1126
|
|
|
1085
1127
|
export interface InternalEntrySubscriber$instance {
|
|
1128
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_InternalEntrySubscriber: never;
|
|
1129
|
+
|
|
1086
1130
|
SnapshotAndSubscribe(entry: InternalEntityEntry): boolean;
|
|
1087
1131
|
SnapshotAndSubscribe(entry: InternalComplexEntry): boolean;
|
|
1088
1132
|
SubscribeCollectionChanged(entry: InternalEntityEntry, navigation: INavigationBase): void;
|
|
@@ -1101,11 +1145,13 @@ export const InternalEntrySubscriber: {
|
|
|
1101
1145
|
|
|
1102
1146
|
export type InternalEntrySubscriber = InternalEntrySubscriber$instance;
|
|
1103
1147
|
|
|
1104
|
-
export interface KeyPropagator$instance {
|
|
1148
|
+
export interface KeyPropagator$instance extends IKeyPropagator$instance {
|
|
1149
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_KeyPropagator: never;
|
|
1150
|
+
|
|
1105
1151
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IKeyPropagator: never;
|
|
1106
1152
|
|
|
1107
1153
|
PropagateValue(entry: InternalEntityEntry, property: IProperty): InternalEntityEntry | undefined;
|
|
1108
|
-
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken):
|
|
1154
|
+
PropagateValueAsync(entry: InternalEntityEntry, property: IProperty, cancellationToken?: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
1109
1155
|
}
|
|
1110
1156
|
|
|
1111
1157
|
|
|
@@ -1118,12 +1164,12 @@ export interface __KeyPropagator$views {
|
|
|
1118
1164
|
As_IKeyPropagator(): IKeyPropagator$instance;
|
|
1119
1165
|
}
|
|
1120
1166
|
|
|
1121
|
-
export interface KeyPropagator$instance extends IKeyPropagator$instance {}
|
|
1122
|
-
|
|
1123
1167
|
export type KeyPropagator = KeyPropagator$instance & __KeyPropagator$views;
|
|
1124
1168
|
|
|
1125
1169
|
|
|
1126
1170
|
export interface KeyValueFactoryFactory$instance {
|
|
1171
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_KeyValueFactoryFactory: never;
|
|
1172
|
+
|
|
1127
1173
|
}
|
|
1128
1174
|
|
|
1129
1175
|
|
|
@@ -1138,10 +1184,12 @@ export const KeyValueFactoryFactory: {
|
|
|
1138
1184
|
|
|
1139
1185
|
export type KeyValueFactoryFactory = KeyValueFactoryFactory$instance;
|
|
1140
1186
|
|
|
1141
|
-
export interface LocalViewListener$instance {
|
|
1187
|
+
export interface LocalViewListener$instance extends ILocalViewListener$instance {
|
|
1188
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_LocalViewListener: never;
|
|
1189
|
+
|
|
1142
1190
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ILocalViewListener: never;
|
|
1143
1191
|
|
|
1144
|
-
RegisterView(viewAction:
|
|
1192
|
+
RegisterView(viewAction: Action_2<InternalEntityEntry, EntityState>): void;
|
|
1145
1193
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
1146
1194
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
1147
1195
|
}
|
|
@@ -1156,20 +1204,20 @@ export interface __LocalViewListener$views {
|
|
|
1156
1204
|
As_ILocalViewListener(): ILocalViewListener$instance;
|
|
1157
1205
|
}
|
|
1158
1206
|
|
|
1159
|
-
export interface LocalViewListener$instance extends ILocalViewListener$instance {}
|
|
1160
|
-
|
|
1161
1207
|
export type LocalViewListener = LocalViewListener$instance & __LocalViewListener$views;
|
|
1162
1208
|
|
|
1163
1209
|
|
|
1164
|
-
export interface NavigationFixer$instance {
|
|
1210
|
+
export interface NavigationFixer$instance extends INavigationFixer$instance {
|
|
1211
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NavigationFixer: never;
|
|
1212
|
+
|
|
1165
1213
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_INavigationFixer: never;
|
|
1166
1214
|
|
|
1167
1215
|
AbortDelayedFixup(): void;
|
|
1168
1216
|
BeginDelayedFixup(): boolean;
|
|
1169
1217
|
CompleteDelayedFixup(): void;
|
|
1170
1218
|
FixupResolved(entry: InternalEntityEntry, duplicateEntry: InternalEntityEntry): void;
|
|
1171
|
-
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys:
|
|
1172
|
-
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added:
|
|
1219
|
+
KeyPropertyChanged(entry: InternalEntityEntry, property: IProperty, containingPrincipalKeys: IEnumerable_1<IKey>, containingForeignKeys: IEnumerable_1<IForeignKey>, oldValue: unknown, newValue: unknown): void;
|
|
1220
|
+
NavigationCollectionChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, added: IEnumerable_1<unknown>, removed: IEnumerable_1<unknown>): void;
|
|
1173
1221
|
NavigationReferenceChanged(entry: InternalEntityEntry, navigationBase: INavigationBase, oldValue: unknown, newValue: unknown): void;
|
|
1174
1222
|
StateChanged(entry: InternalEntityEntry, oldState: EntityState, fromQuery: boolean): void;
|
|
1175
1223
|
StateChanging(entry: InternalEntityEntry, newState: EntityState): void;
|
|
@@ -1186,12 +1234,12 @@ export interface __NavigationFixer$views {
|
|
|
1186
1234
|
As_INavigationFixer(): INavigationFixer$instance;
|
|
1187
1235
|
}
|
|
1188
1236
|
|
|
1189
|
-
export interface NavigationFixer$instance extends INavigationFixer$instance {}
|
|
1190
|
-
|
|
1191
1237
|
export type NavigationFixer = NavigationFixer$instance & __NavigationFixer$views;
|
|
1192
1238
|
|
|
1193
1239
|
|
|
1194
1240
|
export interface NullableClassCurrentProviderValueComparer_2$instance<TModel, TProvider> {
|
|
1241
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableClassCurrentProviderValueComparer_2: never;
|
|
1242
|
+
|
|
1195
1243
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1196
1244
|
|
|
1197
1245
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
@@ -1206,20 +1254,22 @@ export const NullableClassCurrentProviderValueComparer_2: {
|
|
|
1206
1254
|
export type NullableClassCurrentProviderValueComparer_2<TModel, TProvider> = NullableClassCurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
1207
1255
|
|
|
1208
1256
|
export interface NullableKeyIdentityMap_1$instance<TKey> extends IdentityMap_1$instance<TKey> {
|
|
1257
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableKeyIdentityMap_1: never;
|
|
1258
|
+
|
|
1209
1259
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap: never;
|
|
1210
1260
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IIdentityMap_1: never;
|
|
1211
1261
|
|
|
1212
1262
|
Add(entry: InternalEntityEntry): void;
|
|
1213
|
-
Add(keyValues:
|
|
1263
|
+
Add(keyValues: IReadOnlyList_1<unknown>, entry: InternalEntityEntry): void;
|
|
1214
1264
|
Add(key: TKey, entry: InternalEntityEntry): void;
|
|
1215
1265
|
AddOrUpdate(entry: InternalEntityEntry): void;
|
|
1216
|
-
All():
|
|
1266
|
+
All(): IEnumerable_1<InternalEntityEntry>;
|
|
1217
1267
|
Clear(): void;
|
|
1218
1268
|
GetDependentsMap(foreignKey: IForeignKey): IDependentsMap;
|
|
1219
1269
|
RemoveUsingRelationshipSnapshot(entry: InternalEntityEntry): void;
|
|
1220
1270
|
TryGetEntry(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
1221
|
-
TryGetEntry(keyValues:
|
|
1222
|
-
TryGetEntry(keyValues:
|
|
1271
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
1272
|
+
TryGetEntry(keyValues: IReadOnlyList_1<unknown>, throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
1223
1273
|
TryGetEntry(foreignKey: IForeignKey, dependentEntry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
1224
1274
|
TryGetEntryTyped(keyValue: TKey): InternalEntityEntry | undefined;
|
|
1225
1275
|
}
|
|
@@ -1239,6 +1289,8 @@ export type NullableKeyIdentityMap_1<TKey> = NullableKeyIdentityMap_1$instance<T
|
|
|
1239
1289
|
|
|
1240
1290
|
|
|
1241
1291
|
export interface NullableStructCurrentProviderValueComparer_2$instance<TModel extends unknown, TProvider> {
|
|
1292
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableStructCurrentProviderValueComparer_2: never;
|
|
1293
|
+
|
|
1242
1294
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1243
1295
|
|
|
1244
1296
|
Compare(x: IUpdateEntry, y: IUpdateEntry): int;
|
|
@@ -1252,7 +1304,9 @@ export const NullableStructCurrentProviderValueComparer_2: {
|
|
|
1252
1304
|
|
|
1253
1305
|
export type NullableStructCurrentProviderValueComparer_2<TModel, TProvider> = NullableStructCurrentProviderValueComparer_2$instance<TModel, TProvider>;
|
|
1254
1306
|
|
|
1255
|
-
export interface NullableValueComparer_1$instance<T extends unknown> extends ValueComparer_1<
|
|
1307
|
+
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>> {
|
|
1308
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_NullableValueComparer_1: never;
|
|
1309
|
+
|
|
1256
1310
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
1257
1311
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1258
1312
|
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
@@ -1269,12 +1323,12 @@ export interface __NullableValueComparer_1$views<T extends unknown> {
|
|
|
1269
1323
|
As_IInfrastructure_1(): Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>;
|
|
1270
1324
|
}
|
|
1271
1325
|
|
|
1272
|
-
export interface NullableValueComparer_1$instance<T extends unknown> extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IInfrastructure_1$instance<ValueComparer>, System_Collections_Generic_Internal.IEqualityComparer<unknown>, System_Collections_Generic_Internal.IEqualityComparer<Nullable<T>> {}
|
|
1273
|
-
|
|
1274
1326
|
export type NullableValueComparer_1<T> = NullableValueComparer_1$instance<T> & __NullableValueComparer_1$views<T>;
|
|
1275
1327
|
|
|
1276
1328
|
|
|
1277
1329
|
export interface ObservableBackedBindingList_1$instance<T> extends SortableBindingList_1<T> {
|
|
1330
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ObservableBackedBindingList_1: never;
|
|
1331
|
+
|
|
1278
1332
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1279
1333
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1280
1334
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -1298,13 +1352,15 @@ export interface ObservableBackedBindingList_1$instance<T> extends SortableBindi
|
|
|
1298
1352
|
|
|
1299
1353
|
|
|
1300
1354
|
export const ObservableBackedBindingList_1: {
|
|
1301
|
-
new<T>(observableCollection:
|
|
1355
|
+
new<T>(observableCollection: ICollection_1<T>): ObservableBackedBindingList_1<T>;
|
|
1302
1356
|
};
|
|
1303
1357
|
|
|
1304
1358
|
|
|
1305
1359
|
export type ObservableBackedBindingList_1<T> = ObservableBackedBindingList_1$instance<T>;
|
|
1306
1360
|
|
|
1307
1361
|
export interface OriginalPropertyValues$instance extends EntryPropertyValues {
|
|
1362
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_OriginalPropertyValues: never;
|
|
1363
|
+
|
|
1308
1364
|
GetComplexCollectionEntry(entry: InternalEntryBase, complexProperty: IComplexProperty, i: int): InternalComplexEntry;
|
|
1309
1365
|
GetValue<TValue>(propertyName: string): TValue;
|
|
1310
1366
|
GetValue<TValue>(property: IProperty): TValue;
|
|
@@ -1321,6 +1377,8 @@ export const OriginalPropertyValues: {
|
|
|
1321
1377
|
export type OriginalPropertyValues = OriginalPropertyValues$instance;
|
|
1322
1378
|
|
|
1323
1379
|
export interface OriginalValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1380
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_OriginalValuesFactoryFactory: never;
|
|
1381
|
+
|
|
1324
1382
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1325
1383
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1326
1384
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1336,6 +1394,8 @@ export const OriginalValuesFactoryFactory: {
|
|
|
1336
1394
|
export type OriginalValuesFactoryFactory = OriginalValuesFactoryFactory$instance;
|
|
1337
1395
|
|
|
1338
1396
|
export interface RelationshipSnapshotFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1397
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_RelationshipSnapshotFactoryFactory: never;
|
|
1398
|
+
|
|
1339
1399
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1340
1400
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1341
1401
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1350,7 +1410,9 @@ export const RelationshipSnapshotFactoryFactory: {
|
|
|
1350
1410
|
|
|
1351
1411
|
export type RelationshipSnapshotFactoryFactory = RelationshipSnapshotFactoryFactory$instance;
|
|
1352
1412
|
|
|
1353
|
-
export interface ShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<
|
|
1413
|
+
export interface ShadowValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IDictionary_2<System_Internal.String, unknown>> {
|
|
1414
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ShadowValuesFactoryFactory: never;
|
|
1415
|
+
|
|
1354
1416
|
readonly UseEntityVariable: boolean;
|
|
1355
1417
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
1356
1418
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -1369,6 +1431,8 @@ export const ShadowValuesFactoryFactory: {
|
|
|
1369
1431
|
export type ShadowValuesFactoryFactory = ShadowValuesFactoryFactory$instance;
|
|
1370
1432
|
|
|
1371
1433
|
export interface SidecarValuesFactoryFactory$instance extends SnapshotFactoryFactory_1<IInternalEntry> {
|
|
1434
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SidecarValuesFactoryFactory: never;
|
|
1435
|
+
|
|
1372
1436
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
1373
1437
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
1374
1438
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -1384,10 +1448,12 @@ export const SidecarValuesFactoryFactory: (abstract new() => SidecarValuesFactor
|
|
|
1384
1448
|
export type SidecarValuesFactoryFactory = SidecarValuesFactoryFactory$instance;
|
|
1385
1449
|
|
|
1386
1450
|
export interface SimpleFullyNullableDependentKeyValueFactory_1$instance<TKey> extends DependentKeyValueFactory_1<TKey> {
|
|
1451
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleFullyNullableDependentKeyValueFactory_1: never;
|
|
1452
|
+
|
|
1387
1453
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1388
1454
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1389
1455
|
|
|
1390
|
-
readonly EqualityComparer:
|
|
1456
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1391
1457
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1392
1458
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1393
1459
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1410,10 +1476,12 @@ export type SimpleFullyNullableDependentKeyValueFactory_1<TKey> = SimpleFullyNul
|
|
|
1410
1476
|
|
|
1411
1477
|
|
|
1412
1478
|
export interface SimpleNonNullableDependentKeyValueFactory_1$instance<TKey> extends DependentKeyValueFactory_1<TKey> {
|
|
1479
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNonNullableDependentKeyValueFactory_1: never;
|
|
1480
|
+
|
|
1413
1481
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1414
1482
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1415
1483
|
|
|
1416
|
-
readonly EqualityComparer:
|
|
1484
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1417
1485
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1418
1486
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1419
1487
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1436,10 +1504,12 @@ export type SimpleNonNullableDependentKeyValueFactory_1<TKey> = SimpleNonNullabl
|
|
|
1436
1504
|
|
|
1437
1505
|
|
|
1438
1506
|
export interface SimpleNullableDependentKeyValueFactory_1$instance<TKey extends unknown> extends DependentKeyValueFactory_1<TKey> {
|
|
1507
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNullableDependentKeyValueFactory_1: never;
|
|
1508
|
+
|
|
1439
1509
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1440
1510
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1441
1511
|
|
|
1442
|
-
readonly EqualityComparer:
|
|
1512
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1443
1513
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1444
1514
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1445
1515
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1462,10 +1532,12 @@ export type SimpleNullableDependentKeyValueFactory_1<TKey> = SimpleNullableDepen
|
|
|
1462
1532
|
|
|
1463
1533
|
|
|
1464
1534
|
export interface SimpleNullablePrincipalDependentKeyValueFactory_2$instance<TKey, TNonNullableKey extends unknown> extends DependentKeyValueFactory_1<TKey> {
|
|
1535
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimpleNullablePrincipalDependentKeyValueFactory_2: never;
|
|
1536
|
+
|
|
1465
1537
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory: never;
|
|
1466
1538
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IDependentKeyValueFactory_1: never;
|
|
1467
1539
|
|
|
1468
|
-
readonly EqualityComparer:
|
|
1540
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1469
1541
|
CreatePrincipalEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1470
1542
|
TryCreateFromCurrentValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
1471
1543
|
TryCreateFromOriginalValues(entry: IUpdateEntry, key: TKey): boolean;
|
|
@@ -1488,17 +1560,19 @@ export type SimpleNullablePrincipalDependentKeyValueFactory_2<TKey, TNonNullable
|
|
|
1488
1560
|
|
|
1489
1561
|
|
|
1490
1562
|
export interface SimplePrincipalKeyValueFactory_1$instance<TKey> {
|
|
1563
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SimplePrincipalKeyValueFactory_1: never;
|
|
1564
|
+
|
|
1491
1565
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory: never;
|
|
1492
1566
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_IPrincipalKeyValueFactory_1: never;
|
|
1493
1567
|
|
|
1494
|
-
readonly EqualityComparer:
|
|
1568
|
+
readonly EqualityComparer: IEqualityComparer_1<TKey>;
|
|
1495
1569
|
CreateEquatableKey(entry: IUpdateEntry, fromOriginalValues: boolean): unknown;
|
|
1496
1570
|
CreateFromCurrentValues(entry: IUpdateEntry): TKey;
|
|
1497
|
-
CreateFromKeyValues(keyValues:
|
|
1571
|
+
CreateFromKeyValues(keyValues: IReadOnlyList_1<unknown>): unknown | undefined;
|
|
1498
1572
|
CreateFromOriginalValues(entry: IUpdateEntry): TKey;
|
|
1499
1573
|
CreateFromRelationshipSnapshot(entry: IUpdateEntry): TKey;
|
|
1500
1574
|
FindNullPropertyInCurrentValues(entry: IUpdateEntry): IProperty;
|
|
1501
|
-
FindNullPropertyInKeyValues(keyValues:
|
|
1575
|
+
FindNullPropertyInKeyValues(keyValues: IReadOnlyList_1<unknown>): IProperty;
|
|
1502
1576
|
}
|
|
1503
1577
|
|
|
1504
1578
|
|
|
@@ -1515,10 +1589,11 @@ export interface __SimplePrincipalKeyValueFactory_1$views<TKey> {
|
|
|
1515
1589
|
export type SimplePrincipalKeyValueFactory_1<TKey> = SimplePrincipalKeyValueFactory_1$instance<TKey> & __SimplePrincipalKeyValueFactory_1$views<TKey>;
|
|
1516
1590
|
|
|
1517
1591
|
|
|
1518
|
-
export interface Snapshot$instance {
|
|
1592
|
+
export interface Snapshot$instance extends ISnapshot$instance {
|
|
1593
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot: never;
|
|
1594
|
+
|
|
1519
1595
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1520
1596
|
|
|
1521
|
-
[index: number]: unknown | undefined;
|
|
1522
1597
|
GetValue<T>(index: int): T;
|
|
1523
1598
|
}
|
|
1524
1599
|
|
|
@@ -1536,15 +1611,14 @@ export interface __Snapshot$views {
|
|
|
1536
1611
|
As_ISnapshot(): ISnapshot$instance;
|
|
1537
1612
|
}
|
|
1538
1613
|
|
|
1539
|
-
export
|
|
1614
|
+
export type Snapshot = Snapshot$instance & __Snapshot$views & { [index: number]: unknown | undefined; };
|
|
1540
1615
|
|
|
1541
|
-
export type Snapshot = Snapshot$instance & __Snapshot$views;
|
|
1542
1616
|
|
|
1617
|
+
export interface Snapshot_1$instance<T0> extends ISnapshot$instance {
|
|
1618
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_1: never;
|
|
1543
1619
|
|
|
1544
|
-
export interface Snapshot_1$instance<T0> {
|
|
1545
1620
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1546
1621
|
|
|
1547
|
-
[index: number]: unknown | undefined;
|
|
1548
1622
|
GetValue<T>(index: int): T;
|
|
1549
1623
|
}
|
|
1550
1624
|
|
|
@@ -1558,15 +1632,14 @@ export interface __Snapshot_1$views<T0> {
|
|
|
1558
1632
|
As_ISnapshot(): ISnapshot$instance;
|
|
1559
1633
|
}
|
|
1560
1634
|
|
|
1561
|
-
export
|
|
1635
|
+
export type Snapshot_1<T0> = Snapshot_1$instance<T0> & __Snapshot_1$views<T0> & { [index: number]: unknown | undefined; };
|
|
1562
1636
|
|
|
1563
|
-
export type Snapshot_1<T0> = Snapshot_1$instance<T0> & __Snapshot_1$views<T0>;
|
|
1564
1637
|
|
|
1638
|
+
export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> extends ISnapshot$instance {
|
|
1639
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_10: never;
|
|
1565
1640
|
|
|
1566
|
-
export interface Snapshot_10$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> {
|
|
1567
1641
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1568
1642
|
|
|
1569
|
-
[index: number]: unknown | undefined;
|
|
1570
1643
|
GetValue<T>(index: int): T;
|
|
1571
1644
|
}
|
|
1572
1645
|
|
|
@@ -1580,15 +1653,14 @@ export interface __Snapshot_10$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> {
|
|
|
1580
1653
|
As_ISnapshot(): ISnapshot$instance;
|
|
1581
1654
|
}
|
|
1582
1655
|
|
|
1583
|
-
export
|
|
1656
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1584
1657
|
|
|
1585
|
-
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>;
|
|
1586
1658
|
|
|
1659
|
+
export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extends ISnapshot$instance {
|
|
1660
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_11: never;
|
|
1587
1661
|
|
|
1588
|
-
export interface Snapshot_11$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> {
|
|
1589
1662
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1590
1663
|
|
|
1591
|
-
[index: number]: unknown | undefined;
|
|
1592
1664
|
GetValue<T>(index: int): T;
|
|
1593
1665
|
}
|
|
1594
1666
|
|
|
@@ -1602,15 +1674,14 @@ export interface __Snapshot_11$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1602
1674
|
As_ISnapshot(): ISnapshot$instance;
|
|
1603
1675
|
}
|
|
1604
1676
|
|
|
1605
|
-
export
|
|
1677
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1606
1678
|
|
|
1607
|
-
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>;
|
|
1608
1679
|
|
|
1680
|
+
export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> extends ISnapshot$instance {
|
|
1681
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_12: never;
|
|
1609
1682
|
|
|
1610
|
-
export interface Snapshot_12$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> {
|
|
1611
1683
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1612
1684
|
|
|
1613
|
-
[index: number]: unknown | undefined;
|
|
1614
1685
|
GetValue<T>(index: int): T;
|
|
1615
1686
|
}
|
|
1616
1687
|
|
|
@@ -1624,15 +1695,14 @@ export interface __Snapshot_12$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1624
1695
|
As_ISnapshot(): ISnapshot$instance;
|
|
1625
1696
|
}
|
|
1626
1697
|
|
|
1627
|
-
export
|
|
1698
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1628
1699
|
|
|
1629
|
-
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>;
|
|
1630
1700
|
|
|
1701
|
+
export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> extends ISnapshot$instance {
|
|
1702
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_13: never;
|
|
1631
1703
|
|
|
1632
|
-
export interface Snapshot_13$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> {
|
|
1633
1704
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1634
1705
|
|
|
1635
|
-
[index: number]: unknown | undefined;
|
|
1636
1706
|
GetValue<T>(index: int): T;
|
|
1637
1707
|
}
|
|
1638
1708
|
|
|
@@ -1646,15 +1716,14 @@ export interface __Snapshot_13$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1646
1716
|
As_ISnapshot(): ISnapshot$instance;
|
|
1647
1717
|
}
|
|
1648
1718
|
|
|
1649
|
-
export
|
|
1719
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1650
1720
|
|
|
1651
|
-
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>;
|
|
1652
1721
|
|
|
1722
|
+
export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> extends ISnapshot$instance {
|
|
1723
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_14: never;
|
|
1653
1724
|
|
|
1654
|
-
export interface Snapshot_14$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> {
|
|
1655
1725
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1656
1726
|
|
|
1657
|
-
[index: number]: unknown | undefined;
|
|
1658
1727
|
GetValue<T>(index: int): T;
|
|
1659
1728
|
}
|
|
1660
1729
|
|
|
@@ -1668,15 +1737,14 @@ export interface __Snapshot_14$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1668
1737
|
As_ISnapshot(): ISnapshot$instance;
|
|
1669
1738
|
}
|
|
1670
1739
|
|
|
1671
|
-
export
|
|
1740
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1672
1741
|
|
|
1673
|
-
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>;
|
|
1674
1742
|
|
|
1743
|
+
export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> extends ISnapshot$instance {
|
|
1744
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_15: never;
|
|
1675
1745
|
|
|
1676
|
-
export interface Snapshot_15$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> {
|
|
1677
1746
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1678
1747
|
|
|
1679
|
-
[index: number]: unknown | undefined;
|
|
1680
1748
|
GetValue<T>(index: int): T;
|
|
1681
1749
|
}
|
|
1682
1750
|
|
|
@@ -1690,15 +1758,14 @@ export interface __Snapshot_15$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1690
1758
|
As_ISnapshot(): ISnapshot$instance;
|
|
1691
1759
|
}
|
|
1692
1760
|
|
|
1693
|
-
export
|
|
1761
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1694
1762
|
|
|
1695
|
-
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>;
|
|
1696
1763
|
|
|
1764
|
+
export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> extends ISnapshot$instance {
|
|
1765
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_16: never;
|
|
1697
1766
|
|
|
1698
|
-
export interface Snapshot_16$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> {
|
|
1699
1767
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1700
1768
|
|
|
1701
|
-
[index: number]: unknown | undefined;
|
|
1702
1769
|
GetValue<T>(index: int): T;
|
|
1703
1770
|
}
|
|
1704
1771
|
|
|
@@ -1712,15 +1779,14 @@ export interface __Snapshot_16$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1712
1779
|
As_ISnapshot(): ISnapshot$instance;
|
|
1713
1780
|
}
|
|
1714
1781
|
|
|
1715
|
-
export
|
|
1782
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1716
1783
|
|
|
1717
|
-
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>;
|
|
1718
1784
|
|
|
1785
|
+
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 {
|
|
1786
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_17: never;
|
|
1719
1787
|
|
|
1720
|
-
export interface Snapshot_17$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> {
|
|
1721
1788
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1722
1789
|
|
|
1723
|
-
[index: number]: unknown | undefined;
|
|
1724
1790
|
GetValue<T>(index: int): T;
|
|
1725
1791
|
}
|
|
1726
1792
|
|
|
@@ -1734,15 +1800,14 @@ export interface __Snapshot_17$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1734
1800
|
As_ISnapshot(): ISnapshot$instance;
|
|
1735
1801
|
}
|
|
1736
1802
|
|
|
1737
|
-
export
|
|
1803
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1738
1804
|
|
|
1739
|
-
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>;
|
|
1740
1805
|
|
|
1806
|
+
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 {
|
|
1807
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_18: never;
|
|
1741
1808
|
|
|
1742
|
-
export interface Snapshot_18$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> {
|
|
1743
1809
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1744
1810
|
|
|
1745
|
-
[index: number]: unknown | undefined;
|
|
1746
1811
|
GetValue<T>(index: int): T;
|
|
1747
1812
|
}
|
|
1748
1813
|
|
|
@@ -1756,15 +1821,14 @@ export interface __Snapshot_18$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1756
1821
|
As_ISnapshot(): ISnapshot$instance;
|
|
1757
1822
|
}
|
|
1758
1823
|
|
|
1759
|
-
export
|
|
1824
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1760
1825
|
|
|
1761
|
-
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>;
|
|
1762
1826
|
|
|
1827
|
+
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 {
|
|
1828
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_19: never;
|
|
1763
1829
|
|
|
1764
|
-
export interface Snapshot_19$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> {
|
|
1765
1830
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1766
1831
|
|
|
1767
|
-
[index: number]: unknown | undefined;
|
|
1768
1832
|
GetValue<T>(index: int): T;
|
|
1769
1833
|
}
|
|
1770
1834
|
|
|
@@ -1778,15 +1842,14 @@ export interface __Snapshot_19$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1778
1842
|
As_ISnapshot(): ISnapshot$instance;
|
|
1779
1843
|
}
|
|
1780
1844
|
|
|
1781
|
-
export
|
|
1845
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1782
1846
|
|
|
1783
|
-
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>;
|
|
1784
1847
|
|
|
1848
|
+
export interface Snapshot_2$instance<T0, T1> extends ISnapshot$instance {
|
|
1849
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_2: never;
|
|
1785
1850
|
|
|
1786
|
-
export interface Snapshot_2$instance<T0, T1> {
|
|
1787
1851
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1788
1852
|
|
|
1789
|
-
[index: number]: unknown | undefined;
|
|
1790
1853
|
GetValue<T>(index: int): T;
|
|
1791
1854
|
}
|
|
1792
1855
|
|
|
@@ -1800,15 +1863,14 @@ export interface __Snapshot_2$views<T0, T1> {
|
|
|
1800
1863
|
As_ISnapshot(): ISnapshot$instance;
|
|
1801
1864
|
}
|
|
1802
1865
|
|
|
1803
|
-
export
|
|
1866
|
+
export type Snapshot_2<T0, T1> = Snapshot_2$instance<T0, T1> & __Snapshot_2$views<T0, T1> & { [index: number]: unknown | undefined; };
|
|
1804
1867
|
|
|
1805
|
-
export type Snapshot_2<T0, T1> = Snapshot_2$instance<T0, T1> & __Snapshot_2$views<T0, T1>;
|
|
1806
1868
|
|
|
1869
|
+
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 {
|
|
1870
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_20: never;
|
|
1807
1871
|
|
|
1808
|
-
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> {
|
|
1809
1872
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1810
1873
|
|
|
1811
|
-
[index: number]: unknown | undefined;
|
|
1812
1874
|
GetValue<T>(index: int): T;
|
|
1813
1875
|
}
|
|
1814
1876
|
|
|
@@ -1822,15 +1884,14 @@ export interface __Snapshot_20$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1822
1884
|
As_ISnapshot(): ISnapshot$instance;
|
|
1823
1885
|
}
|
|
1824
1886
|
|
|
1825
|
-
export
|
|
1887
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1826
1888
|
|
|
1827
|
-
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>;
|
|
1828
1889
|
|
|
1890
|
+
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 {
|
|
1891
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_21: never;
|
|
1829
1892
|
|
|
1830
|
-
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> {
|
|
1831
1893
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1832
1894
|
|
|
1833
|
-
[index: number]: unknown | undefined;
|
|
1834
1895
|
GetValue<T>(index: int): T;
|
|
1835
1896
|
}
|
|
1836
1897
|
|
|
@@ -1844,15 +1905,14 @@ export interface __Snapshot_21$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1844
1905
|
As_ISnapshot(): ISnapshot$instance;
|
|
1845
1906
|
}
|
|
1846
1907
|
|
|
1847
|
-
export
|
|
1908
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1848
1909
|
|
|
1849
|
-
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>;
|
|
1850
1910
|
|
|
1911
|
+
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 {
|
|
1912
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_22: never;
|
|
1851
1913
|
|
|
1852
|
-
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> {
|
|
1853
1914
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1854
1915
|
|
|
1855
|
-
[index: number]: unknown | undefined;
|
|
1856
1916
|
GetValue<T>(index: int): T;
|
|
1857
1917
|
}
|
|
1858
1918
|
|
|
@@ -1866,15 +1926,14 @@ export interface __Snapshot_22$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1866
1926
|
As_ISnapshot(): ISnapshot$instance;
|
|
1867
1927
|
}
|
|
1868
1928
|
|
|
1869
|
-
export
|
|
1929
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1870
1930
|
|
|
1871
|
-
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>;
|
|
1872
1931
|
|
|
1932
|
+
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 {
|
|
1933
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_23: never;
|
|
1873
1934
|
|
|
1874
|
-
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> {
|
|
1875
1935
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1876
1936
|
|
|
1877
|
-
[index: number]: unknown | undefined;
|
|
1878
1937
|
GetValue<T>(index: int): T;
|
|
1879
1938
|
}
|
|
1880
1939
|
|
|
@@ -1888,15 +1947,14 @@ export interface __Snapshot_23$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1888
1947
|
As_ISnapshot(): ISnapshot$instance;
|
|
1889
1948
|
}
|
|
1890
1949
|
|
|
1891
|
-
export
|
|
1950
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1892
1951
|
|
|
1893
|
-
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>;
|
|
1894
1952
|
|
|
1953
|
+
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 {
|
|
1954
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_24: never;
|
|
1895
1955
|
|
|
1896
|
-
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> {
|
|
1897
1956
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1898
1957
|
|
|
1899
|
-
[index: number]: unknown | undefined;
|
|
1900
1958
|
GetValue<T>(index: int): T;
|
|
1901
1959
|
}
|
|
1902
1960
|
|
|
@@ -1910,15 +1968,14 @@ export interface __Snapshot_24$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1910
1968
|
As_ISnapshot(): ISnapshot$instance;
|
|
1911
1969
|
}
|
|
1912
1970
|
|
|
1913
|
-
export
|
|
1971
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1914
1972
|
|
|
1915
|
-
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>;
|
|
1916
1973
|
|
|
1974
|
+
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 {
|
|
1975
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_25: never;
|
|
1917
1976
|
|
|
1918
|
-
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> {
|
|
1919
1977
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1920
1978
|
|
|
1921
|
-
[index: number]: unknown | undefined;
|
|
1922
1979
|
GetValue<T>(index: int): T;
|
|
1923
1980
|
}
|
|
1924
1981
|
|
|
@@ -1932,15 +1989,14 @@ export interface __Snapshot_25$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1932
1989
|
As_ISnapshot(): ISnapshot$instance;
|
|
1933
1990
|
}
|
|
1934
1991
|
|
|
1935
|
-
export
|
|
1992
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1936
1993
|
|
|
1937
|
-
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>;
|
|
1938
1994
|
|
|
1995
|
+
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 {
|
|
1996
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_26: never;
|
|
1939
1997
|
|
|
1940
|
-
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> {
|
|
1941
1998
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1942
1999
|
|
|
1943
|
-
[index: number]: unknown | undefined;
|
|
1944
2000
|
GetValue<T>(index: int): T;
|
|
1945
2001
|
}
|
|
1946
2002
|
|
|
@@ -1954,15 +2010,14 @@ export interface __Snapshot_26$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1954
2010
|
As_ISnapshot(): ISnapshot$instance;
|
|
1955
2011
|
}
|
|
1956
2012
|
|
|
1957
|
-
export
|
|
2013
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1958
2014
|
|
|
1959
|
-
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>;
|
|
1960
2015
|
|
|
2016
|
+
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 {
|
|
2017
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_27: never;
|
|
1961
2018
|
|
|
1962
|
-
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> {
|
|
1963
2019
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1964
2020
|
|
|
1965
|
-
[index: number]: unknown | undefined;
|
|
1966
2021
|
GetValue<T>(index: int): T;
|
|
1967
2022
|
}
|
|
1968
2023
|
|
|
@@ -1976,15 +2031,14 @@ export interface __Snapshot_27$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1976
2031
|
As_ISnapshot(): ISnapshot$instance;
|
|
1977
2032
|
}
|
|
1978
2033
|
|
|
1979
|
-
export
|
|
2034
|
+
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> & { [index: number]: unknown | undefined; };
|
|
1980
2035
|
|
|
1981
|
-
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>;
|
|
1982
2036
|
|
|
2037
|
+
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 {
|
|
2038
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_28: never;
|
|
1983
2039
|
|
|
1984
|
-
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> {
|
|
1985
2040
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
1986
2041
|
|
|
1987
|
-
[index: number]: unknown | undefined;
|
|
1988
2042
|
GetValue<T>(index: int): T;
|
|
1989
2043
|
}
|
|
1990
2044
|
|
|
@@ -1998,15 +2052,14 @@ export interface __Snapshot_28$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
1998
2052
|
As_ISnapshot(): ISnapshot$instance;
|
|
1999
2053
|
}
|
|
2000
2054
|
|
|
2001
|
-
export
|
|
2055
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2002
2056
|
|
|
2003
|
-
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>;
|
|
2004
2057
|
|
|
2058
|
+
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 {
|
|
2059
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_29: never;
|
|
2005
2060
|
|
|
2006
|
-
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> {
|
|
2007
2061
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2008
2062
|
|
|
2009
|
-
[index: number]: unknown | undefined;
|
|
2010
2063
|
GetValue<T>(index: int): T;
|
|
2011
2064
|
}
|
|
2012
2065
|
|
|
@@ -2020,15 +2073,14 @@ export interface __Snapshot_29$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
2020
2073
|
As_ISnapshot(): ISnapshot$instance;
|
|
2021
2074
|
}
|
|
2022
2075
|
|
|
2023
|
-
export
|
|
2076
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2024
2077
|
|
|
2025
|
-
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>;
|
|
2026
2078
|
|
|
2079
|
+
export interface Snapshot_3$instance<T0, T1, T2> extends ISnapshot$instance {
|
|
2080
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_3: never;
|
|
2027
2081
|
|
|
2028
|
-
export interface Snapshot_3$instance<T0, T1, T2> {
|
|
2029
2082
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2030
2083
|
|
|
2031
|
-
[index: number]: unknown | undefined;
|
|
2032
2084
|
GetValue<T>(index: int): T;
|
|
2033
2085
|
}
|
|
2034
2086
|
|
|
@@ -2042,15 +2094,14 @@ export interface __Snapshot_3$views<T0, T1, T2> {
|
|
|
2042
2094
|
As_ISnapshot(): ISnapshot$instance;
|
|
2043
2095
|
}
|
|
2044
2096
|
|
|
2045
|
-
export
|
|
2097
|
+
export type Snapshot_3<T0, T1, T2> = Snapshot_3$instance<T0, T1, T2> & __Snapshot_3$views<T0, T1, T2> & { [index: number]: unknown | undefined; };
|
|
2046
2098
|
|
|
2047
|
-
export type Snapshot_3<T0, T1, T2> = Snapshot_3$instance<T0, T1, T2> & __Snapshot_3$views<T0, T1, T2>;
|
|
2048
2099
|
|
|
2100
|
+
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 {
|
|
2101
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_30: never;
|
|
2049
2102
|
|
|
2050
|
-
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> {
|
|
2051
2103
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2052
2104
|
|
|
2053
|
-
[index: number]: unknown | undefined;
|
|
2054
2105
|
GetValue<T>(index: int): T;
|
|
2055
2106
|
}
|
|
2056
2107
|
|
|
@@ -2064,15 +2115,14 @@ export interface __Snapshot_30$views<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
|
|
|
2064
2115
|
As_ISnapshot(): ISnapshot$instance;
|
|
2065
2116
|
}
|
|
2066
2117
|
|
|
2067
|
-
export
|
|
2118
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2068
2119
|
|
|
2069
|
-
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>;
|
|
2070
2120
|
|
|
2121
|
+
export interface Snapshot_4$instance<T0, T1, T2, T3> extends ISnapshot$instance {
|
|
2122
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_4: never;
|
|
2071
2123
|
|
|
2072
|
-
export interface Snapshot_4$instance<T0, T1, T2, T3> {
|
|
2073
2124
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2074
2125
|
|
|
2075
|
-
[index: number]: unknown | undefined;
|
|
2076
2126
|
GetValue<T>(index: int): T;
|
|
2077
2127
|
}
|
|
2078
2128
|
|
|
@@ -2086,15 +2136,14 @@ export interface __Snapshot_4$views<T0, T1, T2, T3> {
|
|
|
2086
2136
|
As_ISnapshot(): ISnapshot$instance;
|
|
2087
2137
|
}
|
|
2088
2138
|
|
|
2089
|
-
export
|
|
2139
|
+
export type Snapshot_4<T0, T1, T2, T3> = Snapshot_4$instance<T0, T1, T2, T3> & __Snapshot_4$views<T0, T1, T2, T3> & { [index: number]: unknown | undefined; };
|
|
2090
2140
|
|
|
2091
|
-
export type Snapshot_4<T0, T1, T2, T3> = Snapshot_4$instance<T0, T1, T2, T3> & __Snapshot_4$views<T0, T1, T2, T3>;
|
|
2092
2141
|
|
|
2142
|
+
export interface Snapshot_5$instance<T0, T1, T2, T3, T4> extends ISnapshot$instance {
|
|
2143
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_5: never;
|
|
2093
2144
|
|
|
2094
|
-
export interface Snapshot_5$instance<T0, T1, T2, T3, T4> {
|
|
2095
2145
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2096
2146
|
|
|
2097
|
-
[index: number]: unknown | undefined;
|
|
2098
2147
|
GetValue<T>(index: int): T;
|
|
2099
2148
|
}
|
|
2100
2149
|
|
|
@@ -2108,15 +2157,14 @@ export interface __Snapshot_5$views<T0, T1, T2, T3, T4> {
|
|
|
2108
2157
|
As_ISnapshot(): ISnapshot$instance;
|
|
2109
2158
|
}
|
|
2110
2159
|
|
|
2111
|
-
export
|
|
2160
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2112
2161
|
|
|
2113
|
-
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>;
|
|
2114
2162
|
|
|
2163
|
+
export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> extends ISnapshot$instance {
|
|
2164
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_6: never;
|
|
2115
2165
|
|
|
2116
|
-
export interface Snapshot_6$instance<T0, T1, T2, T3, T4, T5> {
|
|
2117
2166
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2118
2167
|
|
|
2119
|
-
[index: number]: unknown | undefined;
|
|
2120
2168
|
GetValue<T>(index: int): T;
|
|
2121
2169
|
}
|
|
2122
2170
|
|
|
@@ -2130,15 +2178,14 @@ export interface __Snapshot_6$views<T0, T1, T2, T3, T4, T5> {
|
|
|
2130
2178
|
As_ISnapshot(): ISnapshot$instance;
|
|
2131
2179
|
}
|
|
2132
2180
|
|
|
2133
|
-
export
|
|
2181
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2134
2182
|
|
|
2135
|
-
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>;
|
|
2136
2183
|
|
|
2184
|
+
export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> extends ISnapshot$instance {
|
|
2185
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_7: never;
|
|
2137
2186
|
|
|
2138
|
-
export interface Snapshot_7$instance<T0, T1, T2, T3, T4, T5, T6> {
|
|
2139
2187
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2140
2188
|
|
|
2141
|
-
[index: number]: unknown | undefined;
|
|
2142
2189
|
GetValue<T>(index: int): T;
|
|
2143
2190
|
}
|
|
2144
2191
|
|
|
@@ -2152,15 +2199,14 @@ export interface __Snapshot_7$views<T0, T1, T2, T3, T4, T5, T6> {
|
|
|
2152
2199
|
As_ISnapshot(): ISnapshot$instance;
|
|
2153
2200
|
}
|
|
2154
2201
|
|
|
2155
|
-
export
|
|
2202
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2156
2203
|
|
|
2157
|
-
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>;
|
|
2158
2204
|
|
|
2205
|
+
export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> extends ISnapshot$instance {
|
|
2206
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_8: never;
|
|
2159
2207
|
|
|
2160
|
-
export interface Snapshot_8$instance<T0, T1, T2, T3, T4, T5, T6, T7> {
|
|
2161
2208
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2162
2209
|
|
|
2163
|
-
[index: number]: unknown | undefined;
|
|
2164
2210
|
GetValue<T>(index: int): T;
|
|
2165
2211
|
}
|
|
2166
2212
|
|
|
@@ -2174,15 +2220,14 @@ export interface __Snapshot_8$views<T0, T1, T2, T3, T4, T5, T6, T7> {
|
|
|
2174
2220
|
As_ISnapshot(): ISnapshot$instance;
|
|
2175
2221
|
}
|
|
2176
2222
|
|
|
2177
|
-
export
|
|
2223
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2178
2224
|
|
|
2179
|
-
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>;
|
|
2180
2225
|
|
|
2226
|
+
export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> extends ISnapshot$instance {
|
|
2227
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_Snapshot_9: never;
|
|
2181
2228
|
|
|
2182
|
-
export interface Snapshot_9$instance<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
|
|
2183
2229
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ISnapshot: never;
|
|
2184
2230
|
|
|
2185
|
-
[index: number]: unknown | undefined;
|
|
2186
2231
|
GetValue<T>(index: int): T;
|
|
2187
2232
|
}
|
|
2188
2233
|
|
|
@@ -2196,19 +2241,19 @@ export interface __Snapshot_9$views<T0, T1, T2, T3, T4, T5, T6, T7, T8> {
|
|
|
2196
2241
|
As_ISnapshot(): ISnapshot$instance;
|
|
2197
2242
|
}
|
|
2198
2243
|
|
|
2199
|
-
export
|
|
2200
|
-
|
|
2201
|
-
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>;
|
|
2244
|
+
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> & { [index: number]: unknown | undefined; };
|
|
2202
2245
|
|
|
2203
2246
|
|
|
2204
2247
|
export interface SnapshotFactoryFactory$instance {
|
|
2248
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SnapshotFactoryFactory: never;
|
|
2249
|
+
|
|
2205
2250
|
readonly UseEntityVariable: boolean;
|
|
2206
2251
|
CreateConstructorExpression(structuralType: IRuntimeTypeBase, parameter: Expression): Expression;
|
|
2207
|
-
CreateEmpty(structuralType: IRuntimeTypeBase):
|
|
2208
|
-
CreateEmptyExpression(structuralType: IRuntimeTypeBase):
|
|
2252
|
+
CreateEmpty(structuralType: IRuntimeTypeBase): Func_1<ISnapshot>;
|
|
2253
|
+
CreateEmptyExpression(structuralType: IRuntimeTypeBase): Expression_1<Func_1<ISnapshot>>;
|
|
2209
2254
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2210
2255
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2211
|
-
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases:
|
|
2256
|
+
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2212
2257
|
GetPropertyCount(structuralType: IRuntimeTypeBase): int;
|
|
2213
2258
|
GetPropertyIndex(propertyBase: IPropertyBase): int;
|
|
2214
2259
|
GetValueComparer(property: IProperty): ValueComparer | undefined;
|
|
@@ -2217,7 +2262,7 @@ export interface SnapshotFactoryFactory$instance {
|
|
|
2217
2262
|
|
|
2218
2263
|
|
|
2219
2264
|
export const SnapshotFactoryFactory: (abstract new() => SnapshotFactoryFactory) & {
|
|
2220
|
-
SnapshotCollection(collection: IEnumerable):
|
|
2265
|
+
SnapshotCollection(collection: IEnumerable): HashSet_1<unknown> | undefined;
|
|
2221
2266
|
SnapshotComplexCollection(list: IList, complexProperty: IRuntimeComplexProperty): IList | undefined;
|
|
2222
2267
|
};
|
|
2223
2268
|
|
|
@@ -2225,8 +2270,10 @@ export const SnapshotFactoryFactory: (abstract new() => SnapshotFactoryFactory)
|
|
|
2225
2270
|
export type SnapshotFactoryFactory = SnapshotFactoryFactory$instance;
|
|
2226
2271
|
|
|
2227
2272
|
export interface SnapshotFactoryFactory_1$instance<TInput> extends SnapshotFactoryFactory {
|
|
2228
|
-
|
|
2229
|
-
|
|
2273
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SnapshotFactoryFactory_1: never;
|
|
2274
|
+
|
|
2275
|
+
Create(structuralType: IRuntimeTypeBase): Func_2<TInput, ISnapshot>;
|
|
2276
|
+
CreateExpression(structuralType: IRuntimeTypeBase): Expression_1<Func_2<TInput, ISnapshot>>;
|
|
2230
2277
|
}
|
|
2231
2278
|
|
|
2232
2279
|
|
|
@@ -2236,7 +2283,9 @@ export const SnapshotFactoryFactory_1: (abstract new<TInput>() => SnapshotFactor
|
|
|
2236
2283
|
|
|
2237
2284
|
export type SnapshotFactoryFactory_1<TInput> = SnapshotFactoryFactory_1$instance<TInput>;
|
|
2238
2285
|
|
|
2239
|
-
export interface SortableBindingList_1$instance<T> extends
|
|
2286
|
+
export interface SortableBindingList_1$instance<T> extends BindingList_1<T> {
|
|
2287
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_SortableBindingList_1: never;
|
|
2288
|
+
|
|
2240
2289
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
2241
2290
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2242
2291
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -2259,13 +2308,15 @@ export interface SortableBindingList_1$instance<T> extends BindingList<T> {
|
|
|
2259
2308
|
|
|
2260
2309
|
|
|
2261
2310
|
export const SortableBindingList_1: {
|
|
2262
|
-
new<T>(list:
|
|
2311
|
+
new<T>(list: List_1<T>): SortableBindingList_1<T>;
|
|
2263
2312
|
};
|
|
2264
2313
|
|
|
2265
2314
|
|
|
2266
2315
|
export type SortableBindingList_1<T> = SortableBindingList_1$instance<T>;
|
|
2267
2316
|
|
|
2268
2317
|
export interface StateManager$instance {
|
|
2318
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StateManager: never;
|
|
2319
|
+
|
|
2269
2320
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IStateManager: never;
|
|
2270
2321
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
2271
2322
|
|
|
@@ -2278,7 +2329,7 @@ export interface StateManager$instance {
|
|
|
2278
2329
|
readonly Dependencies: StateManagerDependencies;
|
|
2279
2330
|
readonly EntityFinderFactory: IEntityFinderFactory;
|
|
2280
2331
|
readonly EntityMaterializerSource: IStructuralTypeMaterializerSource;
|
|
2281
|
-
readonly Entries:
|
|
2332
|
+
readonly Entries: IEnumerable_1<InternalEntityEntry>;
|
|
2282
2333
|
readonly InternalEntityEntryNotifier: IInternalEntityEntryNotifier;
|
|
2283
2334
|
readonly Model: IModel;
|
|
2284
2335
|
SavingChanges: boolean;
|
|
@@ -2288,29 +2339,29 @@ export interface StateManager$instance {
|
|
|
2288
2339
|
AbortAttachGraph(): void;
|
|
2289
2340
|
AcceptAllChanges(): void;
|
|
2290
2341
|
BeginAttachGraph(): void;
|
|
2291
|
-
CaptureEvents():
|
|
2342
|
+
CaptureEvents(): ValueTuple_4<EventHandler_1<EntityTrackingEventArgs>, EventHandler_1<EntityTrackedEventArgs>, EventHandler_1<EntityStateChangingEventArgs>, EventHandler_1<EntityStateChangedEventArgs>>;
|
|
2292
2343
|
CascadeChanges(force: boolean): void;
|
|
2293
|
-
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?:
|
|
2344
|
+
CascadeDelete(entry: InternalEntityEntry, force: boolean, foreignKeys?: IEnumerable_1<IForeignKey>): void;
|
|
2294
2345
|
ChangingState(entry: InternalEntityEntry, newState: EntityState): void;
|
|
2295
2346
|
Clear(resetting: boolean): void;
|
|
2296
2347
|
CompleteAttachGraph(): void;
|
|
2297
2348
|
CreateEntityFinder(entityType: IEntityType): IEntityFinder;
|
|
2298
|
-
CreateEntry(values:
|
|
2349
|
+
CreateEntry(values: IDictionary_2<System_Internal.String, unknown>, entityType: IEntityType): InternalEntityEntry;
|
|
2299
2350
|
FindPrincipal(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2300
2351
|
FindPrincipalUsingPreStoreGeneratedValues(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2301
2352
|
FindPrincipalUsingRelationshipSnapshot(dependentEntry: InternalEntityEntry, foreignKey: IForeignKey): InternalEntityEntry | undefined;
|
|
2302
2353
|
GetCountForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, countDeletedSharedIdentity?: boolean): int;
|
|
2303
|
-
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2304
|
-
GetDependents(keyValues:
|
|
2305
|
-
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2306
|
-
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry, foreignKey: IForeignKey):
|
|
2307
|
-
GetEntries(key: IKey):
|
|
2308
|
-
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean):
|
|
2309
|
-
GetEntriesToSave(cascadeChanges: boolean):
|
|
2310
|
-
GetNonDeletedEntities<TEntity>():
|
|
2354
|
+
GetDependents(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2355
|
+
GetDependents(keyValues: IReadOnlyList_1<unknown>, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2356
|
+
GetDependentsFromNavigation(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry> | undefined;
|
|
2357
|
+
GetDependentsUsingRelationshipSnapshot(principalEntry: IUpdateEntry, foreignKey: IForeignKey): IEnumerable_1<IUpdateEntry>;
|
|
2358
|
+
GetEntries(key: IKey): IEnumerable_1<InternalEntityEntry>;
|
|
2359
|
+
GetEntriesForState(added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): IEnumerable_1<InternalEntityEntry>;
|
|
2360
|
+
GetEntriesToSave(cascadeChanges: boolean): IList_1<IUpdateEntry>;
|
|
2361
|
+
GetNonDeletedEntities<TEntity>(): IEnumerable_1<TEntity>;
|
|
2311
2362
|
GetOrCreateEntry(entity: unknown): InternalEntityEntry;
|
|
2312
2363
|
GetOrCreateEntry(entity: unknown, entityType: IEntityType): InternalEntityEntry;
|
|
2313
|
-
GetRecordedReferrers(referencedEntity: unknown, clear: boolean):
|
|
2364
|
+
GetRecordedReferrers(referencedEntity: unknown, clear: boolean): IEnumerable_1<Tuple_2<INavigationBase, InternalEntityEntry>>;
|
|
2314
2365
|
OnStateChanged(internalEntityEntry: InternalEntityEntry, oldState: EntityState): void;
|
|
2315
2366
|
OnStateChanging(internalEntityEntry: InternalEntityEntry, newState: EntityState): void;
|
|
2316
2367
|
OnTracked(internalEntityEntry: InternalEntityEntry, fromQuery: boolean): void;
|
|
@@ -2319,17 +2370,17 @@ export interface StateManager$instance {
|
|
|
2319
2370
|
ResetState(): void;
|
|
2320
2371
|
ResetStateAsync(cancellationToken?: CancellationToken): Task;
|
|
2321
2372
|
ResolveToExistingEntry(newEntry: InternalEntityEntry, navigation: INavigationBase, referencedFromEntry: InternalEntityEntry): boolean;
|
|
2322
|
-
SaveChanges(entriesToSave:
|
|
2373
|
+
SaveChanges(entriesToSave: IList_1<IUpdateEntry>): int;
|
|
2323
2374
|
SaveChanges(acceptAllChangesOnSuccess: boolean): int;
|
|
2324
|
-
SaveChangesAsync(entriesToSave:
|
|
2325
|
-
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken):
|
|
2326
|
-
SetEvents(tracking:
|
|
2375
|
+
SaveChangesAsync(entriesToSave: IList_1<IUpdateEntry>, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2376
|
+
SaveChangesAsync(acceptAllChangesOnSuccess: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2377
|
+
SetEvents(tracking: EventHandler_1<EntityTrackingEventArgs>, tracked: EventHandler_1<EntityTrackedEventArgs>, stateChanging: EventHandler_1<EntityStateChangingEventArgs>, stateChanged: EventHandler_1<EntityStateChangedEventArgs>): void;
|
|
2327
2378
|
StartTracking(entry: InternalEntityEntry): InternalEntityEntry;
|
|
2328
2379
|
StartTracking(entry: InternalComplexEntry): InternalComplexEntry;
|
|
2329
2380
|
StartTrackingFromQuery(baseEntityType: IEntityType, entity: unknown, snapshot: ISnapshot): InternalEntityEntry;
|
|
2330
2381
|
StopTracking(entry: InternalEntityEntry, oldState: EntityState): void;
|
|
2331
2382
|
StopTracking(entry: InternalComplexEntry, oldState: EntityState): void;
|
|
2332
|
-
TryGetEntry(key: IKey, keyValues:
|
|
2383
|
+
TryGetEntry(key: IKey, keyValues: IReadOnlyList_1<unknown>): InternalEntityEntry | undefined;
|
|
2333
2384
|
TryGetEntry(key: IKey, keyValues: unknown[], throwOnNullKey: boolean, hasNullKey: boolean): InternalEntityEntry | undefined;
|
|
2334
2385
|
TryGetEntry(entity: unknown, throwOnNonUniqueness?: boolean): InternalEntityEntry | undefined;
|
|
2335
2386
|
TryGetEntry(entity: unknown, entityType: IEntityType, throwOnTypeMismatch?: boolean): InternalEntityEntry | undefined;
|
|
@@ -2356,6 +2407,8 @@ export type StateManager = StateManager$instance & __StateManager$views;
|
|
|
2356
2407
|
|
|
2357
2408
|
|
|
2358
2409
|
export interface StateManagerDependencies$instance {
|
|
2410
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StateManagerDependencies: never;
|
|
2411
|
+
|
|
2359
2412
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2360
2413
|
|
|
2361
2414
|
ChangeTrackingLogger: IDiagnosticsLogger_1<DbLoggerCategory_ChangeTracking>;
|
|
@@ -2391,6 +2444,8 @@ export const StateManagerDependencies: {
|
|
|
2391
2444
|
export type StateManagerDependencies = StateManagerDependencies$instance;
|
|
2392
2445
|
|
|
2393
2446
|
export interface StoreGeneratedValuesFactoryFactory$instance extends SidecarValuesFactoryFactory {
|
|
2447
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StoreGeneratedValuesFactoryFactory: never;
|
|
2448
|
+
|
|
2394
2449
|
readonly UseEntityVariable: boolean;
|
|
2395
2450
|
CreateReadShadowValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
2396
2451
|
CreateReadValueExpression(parameter: Expression, property: IPropertyBase): Expression;
|
|
@@ -2404,6 +2459,8 @@ export const StoreGeneratedValuesFactoryFactory: {
|
|
|
2404
2459
|
export type StoreGeneratedValuesFactoryFactory = StoreGeneratedValuesFactoryFactory$instance;
|
|
2405
2460
|
|
|
2406
2461
|
export interface StructuralEntryCurrentProviderValueComparer$instance extends StructuralEntryCurrentValueComparer {
|
|
2462
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StructuralEntryCurrentProviderValueComparer: never;
|
|
2463
|
+
|
|
2407
2464
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
2408
2465
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
2409
2466
|
|
|
@@ -2419,6 +2476,8 @@ export const StructuralEntryCurrentProviderValueComparer: {
|
|
|
2419
2476
|
export type StructuralEntryCurrentProviderValueComparer = StructuralEntryCurrentProviderValueComparer$instance;
|
|
2420
2477
|
|
|
2421
2478
|
export interface StructuralEntryCurrentValueComparer$instance extends EntryCurrentValueComparer {
|
|
2479
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_StructuralEntryCurrentValueComparer: never;
|
|
2480
|
+
|
|
2422
2481
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
2423
2482
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
2424
2483
|
|
|
@@ -2434,8 +2493,10 @@ export const StructuralEntryCurrentValueComparer: {
|
|
|
2434
2493
|
export type StructuralEntryCurrentValueComparer = StructuralEntryCurrentValueComparer$instance;
|
|
2435
2494
|
|
|
2436
2495
|
export interface TemporaryValuesFactoryFactory$instance extends SidecarValuesFactoryFactory {
|
|
2437
|
-
|
|
2438
|
-
|
|
2496
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_TemporaryValuesFactoryFactory: never;
|
|
2497
|
+
|
|
2498
|
+
CreateSnapshotExpression(entityType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2499
|
+
CreateSnapshotExpression(clrType: Type, parameter: Expression, types: Type[], propertyBases: IList_1<IPropertyBase>): Expression;
|
|
2439
2500
|
}
|
|
2440
2501
|
|
|
2441
2502
|
|
|
@@ -2445,13 +2506,15 @@ export const TemporaryValuesFactoryFactory: {
|
|
|
2445
2506
|
|
|
2446
2507
|
export type TemporaryValuesFactoryFactory = TemporaryValuesFactoryFactory$instance;
|
|
2447
2508
|
|
|
2448
|
-
export interface ValueGenerationManager$instance {
|
|
2509
|
+
export interface ValueGenerationManager$instance extends IValueGenerationManager$instance {
|
|
2510
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_ValueGenerationManager: never;
|
|
2511
|
+
|
|
2449
2512
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ChangeTracking_Internal_IValueGenerationManager: never;
|
|
2450
2513
|
|
|
2451
2514
|
Generate(entry: InternalEntityEntry, includePrimaryKey?: boolean): boolean;
|
|
2452
|
-
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken):
|
|
2515
|
+
GenerateAsync(entry: InternalEntityEntry, includePrimaryKey?: boolean, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2453
2516
|
Propagate(entry: InternalEntityEntry): InternalEntityEntry | undefined;
|
|
2454
|
-
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken):
|
|
2517
|
+
PropagateAsync(entry: InternalEntityEntry, cancellationToken: CancellationToken): Task_1<InternalEntityEntry | undefined>;
|
|
2455
2518
|
}
|
|
2456
2519
|
|
|
2457
2520
|
|
|
@@ -2464,14 +2527,12 @@ export interface __ValueGenerationManager$views {
|
|
|
2464
2527
|
As_IValueGenerationManager(): IValueGenerationManager$instance;
|
|
2465
2528
|
}
|
|
2466
2529
|
|
|
2467
|
-
export interface ValueGenerationManager$instance extends IValueGenerationManager$instance {}
|
|
2468
|
-
|
|
2469
2530
|
export type ValueGenerationManager = ValueGenerationManager$instance & __ValueGenerationManager$views;
|
|
2470
2531
|
|
|
2471
2532
|
|
|
2472
2533
|
export abstract class StateManagerExtensions$instance {
|
|
2473
|
-
static ToList(stateManager: IStateManager):
|
|
2474
|
-
static ToListForState(stateManager: IStateManager, added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean):
|
|
2534
|
+
static ToList(stateManager: IStateManager): IReadOnlyList_1<InternalEntityEntry>;
|
|
2535
|
+
static ToListForState(stateManager: IStateManager, added?: boolean, modified?: boolean, deleted?: boolean, unchanged?: boolean, returnDeletedSharedIdentity?: boolean): IReadOnlyList_1<InternalEntityEntry>;
|
|
2475
2536
|
}
|
|
2476
2537
|
|
|
2477
2538
|
|