Adding method acceptChanges to class EntityManager

This commit is contained in:
flyfishMT
2015-12-23 14:18:24 -07:00
parent efb7efb904
commit 4426294361
+1
View File
@@ -392,6 +392,7 @@ declare module breeze {
constructor(config?: EntityManagerOptions);
constructor(config?: string);
acceptChanges();
addEntity(entity: Entity): Entity;
attachEntity(entity: Entity, entityState?: EntityStateSymbol, mergeStrategy?: MergeStrategySymbol): Entity;
clear(): void;