Ejemplo n.º 1
0
 public TurnManagementEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.TrafficBLL.BLLTraffic_TKeys Key, Int32 TurnStatus, Int32?LadBillCreditID_int)
     : base(State, DataTable, null)
 {
     InitializeComponent();
     this._TurnStatus     = TurnStatus;
     this._TrafficKey     = Key;
     _LadBillCreditID_int = LadBillCreditID_int;
     LoadForm();
 }
Ejemplo n.º 2
0
 public MessageRecipientEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.MessageRecipientBLL.BLLMessageRecipient_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 3
0
 public BoundryEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.BoundryBLL.BLLBoundry_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 4
0
 public ServicesEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.ServicesBLL.BLLServices_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 5
0
 public LadeAssignmentCacelRequestEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.LadeAssignmentCacelRequestBLL.BLLLadeAssignmentCacelRequest_TKeys Key, HPS.BLL.LadeAssignmentBLL.BLLLadeAssignment_TKeys LadeAssignmentKey)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
     _LadeAssignmentKey = LadeAssignmentKey;
 }
Ejemplo n.º 6
0
 public CarEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.CarBLL.BLLCar_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 7
0
 public TurnCancelCommentEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.TurnCancelCommentBLL.BLLTurnCancelComment_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 8
0
 public UserGroupEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.UserGroupBLL.BLLUserGroup_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 9
0
 public InfractionSurveyGroupEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.InfractionSurveyGroupBLL.BLLInfractionSurveyGroup_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 10
0
 public ChooseSaloonForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.LaderTypeBLL.BLLLaderType_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 11
0
 public AnnouncementTimeEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.AnnouncementTimeBLL.BLLAnnouncementTime_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 12
0
 public BillMessageEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.BillMessageBLL.BLLBillMessage_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 13
0
 public DriverSpecificationEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.DriverSpecificationBLL.BLLDriverSpecification_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 14
0
 public DestinationAddressEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.DestinationAddressBLL.BLLDestinationAddress_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 15
0
 public TrafficTypeEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.TrafficTypeBLL.BLLTrafficType_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }
Ejemplo n.º 16
0
 public ProvinceEntityForm(Hepsa.Core.PL.BaseEntityParentForm.enmState State, DataTable DataTable, HPS.BLL.ProvinceBLL.BLLProvince_TKeys Key)
     : base(State, DataTable, Key)
 {
     InitializeComponent();
 }