Exemplo n.º 1
0
 public EA110()
 {
     EAConductChoice = new EAConductChoice();
     EAStayAwayOrders = new EAStayAwayOrders();
     CAPROSEntry = new CAPROSEntry();
     NoServiceFee = new NoServiceFee();
     Firearms = new Firearms();
 }
Exemplo n.º 2
0
 protected EA110(IEA110 order):base(order)
 {
     EAConductChoiceState = order.EAConductChoiceState;
     EAConductChoice = new EAConductChoice(order.EAConductChoice);
     EAStayAwayOrdersState = order.EAStayAwayOrdersState;
     EAStayAwayOrders = new EAStayAwayOrders(order.EAStayAwayOrders);
     MoveoutState = order.MoveoutState;
     MoveoutAddress = order.MoveoutAddress;
     CAPROSEntry = new CAPROSEntry(order.CAPROSEntry);
     NoServiceFee = new NoServiceFee(order.NoServiceFee);
     IsOtherOrdersAttached = order.IsOtherOrdersAttached;
     OtherOrderDetail = order.OtherOrderDetail;
     OtherOrdersState = order.OtherOrdersState;
     IsFirearmsGranted = order.IsFirearmsGranted;
     Firearms = new Firearms(order.Firearms);
     IsFinancialAbuseInvolved = order.IsFinancialAbuseInvolved;
 }
Exemplo n.º 3
0
 public EA130(IEA130 order) : base(order)
 {
     IsEAConductChoiceEnabled = order.IsEAConductChoiceEnabled;
     EAConductChoice = new EAConductChoice(order.EAConductChoice);
     EAStayAwayOrdersEnabled = order.EAStayAwayOrdersEnabled;
     EAStayAwayOrders = new EAStayAwayOrders(order.EAStayAwayOrders);
     IsMoveoutEnabled = order.IsMoveoutEnabled;
     MoveoutAddress = order.MoveoutAddress;
     CAPROSEntrySection = new CAPROSEntry(order.CAPROSEntrySection);
     NoServiceFeeSection = new NoServiceFee(order.NoServiceFeeSection);
     IsOtherOrdersEnabled = order.IsOtherOrdersEnabled;
     IsOtherOrdersAttached = order.IsOtherOrdersAttached;
     OtherOrderDetail = order.OtherOrderDetail;
     IsNoGuns = order.IsNoGuns;
     Firearms = new Firearms(order.Firearms);
     IsFinancialAbuseInvolved = order.IsFinancialAbuseInvolved;
 }