Exemplo n.º 1
0
 protected CompositeObjectChangeSet()
 {
     ChildObjectChangeSets = new SimpleObjectChangeSet[0];
     AttributeValues       = new AttributeValue[0];
 }
 public SimpleObjectChangeSetExceptionRecord(SimpleObjectChangeSet changeSet, Exception exception)
 {
     Exception = exception;
     ChangeSet = changeSet;
 }