public void DeepCopyFrom(OrderRecord src) { System.Diagnostics.Debug.Assert(src != null); this.capID = src.capID; this.orderedTime = src.orderedTime; this.orderMode = src.OrderMode; this.locationKind = src.locationKind; this.refType = src.refType; this.refRecordID = src.refRecordID; this.disasterKindCode = src.disasterKindCode; this.clearState = src.clearState; this.capText = src.capText; }
public void DeepCopyFrom(AlertingClearState src) { this.code = src.code; this.description = src.description; }