Esempio n. 1
0
 public EA110()
 {
     EAConductChoice = new EAConductChoice();
     EAStayAwayOrders = new EAStayAwayOrders();
     CAPROSEntry = new CAPROSEntry();
     NoServiceFee = new NoServiceFee();
     Firearms = new Firearms();
 }
Esempio n. 2
0
 public CH110()
 {
     ConductSection = new CHConductChoice();
     StayAwayOrders = new CHStayAwayOrders();
     CAPROSEntrySection = new CAPROSEntry();
     NoServiceFeeSection = new NoServiceFee();
     OrdersType = CourtOrdersTypes.CH110;
 }
Esempio n. 3
0
 public CH130()
 {
     ConductChoice = new CHConductChoice();
     StayAwayOrders = new CHStayAwayOrders();
     CAPROSEntry = new CAPROSEntry();
     NoServiceFee = new NoServiceFee();
     LawersFeeAndCourtCosts = new LawersFeeAndCourtCosts();
     OrdersType = CourtOrdersTypes.CH130;
 }
Esempio n. 4
0
 public CH110(ICH110 order)
     : base(order)
 {
     ConductSectionState = order.ConductSectionState;
     ConductSection = new CHConductChoice(order.ConductSection);
     StayAwayOrdersState = order.StayAwayOrdersState;
     StayAwayOrders = new CHStayAwayOrders(order.StayAwayOrders);
     IsNoGuns = order.IsNoGuns;
     CAPROSEntrySection = new CAPROSEntry(order.CAPROSEntrySection);
     NoServiceFeeSection = new NoServiceFee(order.NoServiceFeeSection);
     IsOtherOrdersAttached = order.IsOtherOrdersAttached;
     OtherOrderDetail = order.OtherOrderDetail;
     OrdersType = CourtOrdersTypes.CH110;
 }
Esempio n. 5
0
 public CH130(ICH130 order)
     : base(order)
 {
     IsConductChoiceEnabled = order.IsConductChoiceEnabled;
     ConductChoice = new CHConductChoice(order.ConductChoice);
     IsStayAwayOrdersEnabled = order.IsStayAwayOrdersEnabled;
     StayAwayOrders = new CHStayAwayOrders(order.StayAwayOrders);
     IsNoGuns = order.IsNoGuns;
     CAPROSEntry = new CAPROSEntry(order.CAPROSEntry);
     NoServiceFee = new NoServiceFee(NoServiceFee);
     IsPOSGeneral = order.IsPOSGeneral;
     LawersFeeAndCourtCosts = new LawersFeeAndCourtCosts(order.LawersFeeAndCourtCosts);
     IsOtherOrdersAttached = order.IsOtherOrdersAttached;
     OtherOrderDetail = order.OtherOrderDetail;
     OrdersType = CourtOrdersTypes.CH130;
 }
Esempio n. 6
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;
 }
Esempio n. 7
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;
 }