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