Example #1
0
 protected void AssignToRevisionedObjectChangeHistory(RevisionedObjectChangeHistory t)
 {
     t.Name = this.RevBase.Name;
     t.Revision = this.Revision;
     t.Description = this.Description;
 }
Example #2
0
 protected void AssignToRevisionedObjectChangeHistory(RevisionedObjectChangeHistory t)
 {
     t.Name        = this.RevBase.Name;
     t.Revision    = this.Revision;
     t.Description = this.Description;
 }