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