コード例 #1
0
ファイル: DeltaSnapshot.cs プロジェクト: zhonli/odata.net
        public DeltaSnapshotEntry Clone()
        {
            DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);

            return(entry);
        }
コード例 #2
0
 public DeltaSnapshotEntry Clone()
 {
     DeltaSnapshotEntry entry = new DeltaSnapshotEntry(this.Id, this.ParentId, this.RelationShip);
     return entry;
 }