Merge pull request #7334 from flyfishMT/master

breeze.d.ts: Adding method acceptChanges to class EntityManager
This commit is contained in:
Masahiro Wakame
2015-12-27 21:52:32 +09:00

1
breeze/breeze.d.ts vendored
View File

@@ -392,6 +392,7 @@ declare module breeze {
constructor(config?: EntityManagerOptions);
constructor(config?: string);
acceptChanges(): void;
addEntity(entity: Entity): Entity;
attachEntity(entity: Entity, entityState?: EntityStateSymbol, mergeStrategy?: MergeStrategySymbol): Entity;
clear(): void;