コード例 #1
0
 public _IEventListener4_115(PartialCollectionReplicationTestCase _enclosing, IList
                             <PartialCollectionReplicationTestCase.Data> created)
 {
     this._enclosing = _enclosing;
     this.created    = created;
 }
コード例 #2
0
			public virtual void Add(PartialCollectionReplicationTestCase.Data data)
			{
				_children.Add(data);
			}
コード例 #3
0
 public _IEventListener4_97(PartialCollectionReplicationTestCase _enclosing, IList
                            <PartialCollectionReplicationTestCase.Data> updated)
 {
     this._enclosing = _enclosing;
     this.updated    = updated;
 }
コード例 #4
0
		private IObjectInfo ObjectInfoFor(PartialCollectionReplicationTestCase.Data c1)
		{
			return ContainerFor(A()).Ext().GetObjectInfo(c1);
		}
コード例 #5
0
		private long VersionFor(PartialCollectionReplicationTestCase.Data c1)
		{
			return ObjectInfoFor(c1).GetCommitTimestamp();
		}
コード例 #6
0
		private void Store(PartialCollectionReplicationTestCase.Data root, int depth)
		{
			IExtObjectContainer container = ContainerFor(A());
			container.Ext().Store(root, depth);
			container.Commit();
		}
コード例 #7
0
			public _IEventListener4_115(PartialCollectionReplicationTestCase _enclosing, IList
				<PartialCollectionReplicationTestCase.Data> created)
			{
				this._enclosing = _enclosing;
				this.created = created;
			}
コード例 #8
0
			public _IEventListener4_97(PartialCollectionReplicationTestCase _enclosing, IList
				<PartialCollectionReplicationTestCase.Data> updated)
			{
				this._enclosing = _enclosing;
				this.updated = updated;
			}