public _IEventListener4_115(PartialCollectionReplicationTestCase _enclosing, IList <PartialCollectionReplicationTestCase.Data> created) { this._enclosing = _enclosing; this.created = created; }
public virtual void Add(PartialCollectionReplicationTestCase.Data data) { _children.Add(data); }
public _IEventListener4_97(PartialCollectionReplicationTestCase _enclosing, IList <PartialCollectionReplicationTestCase.Data> updated) { this._enclosing = _enclosing; this.updated = updated; }
private IObjectInfo ObjectInfoFor(PartialCollectionReplicationTestCase.Data c1) { return ContainerFor(A()).Ext().GetObjectInfo(c1); }
private long VersionFor(PartialCollectionReplicationTestCase.Data c1) { return ObjectInfoFor(c1).GetCommitTimestamp(); }
private void Store(PartialCollectionReplicationTestCase.Data root, int depth) { IExtObjectContainer container = ContainerFor(A()); container.Ext().Store(root, depth); container.Commit(); }