コード例 #1
0
 public RolepowerManager(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService, RightsClientBase <IPower> powerClient)
 {
     this._rightsUploadService = _rightsUploadService;
     this._rightsQueryService  = _rightsQueryService;
     rolepowerClient           = new RolepowerClient(_rightsUploadService, _rightsQueryService);
     this.powerClient          = powerClient;
 }
コード例 #2
0
ファイル: Login.cs プロジェクト: mengpenghang/GCClient
 public Login(IRightsUploadServicePrx rightsUploadService, IRightsQueryServicePrx rightsQueryService, Ice.Communicator communicator)
 {
     _rightsUploadService = rightsUploadService;
     _rightsQueryService  = rightsQueryService;
     this.communicator    = communicator;
     InitializeComponent();
 }
コード例 #3
0
 public RightManagerBase(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService, RightsClientBase <T> rightsClient)
 {
     this._rightsUploadService = _rightsUploadService;
     this._rightsQueryService  = _rightsQueryService;
     this.rightsClient         = rightsClient;
     bindingList = new BindingList <T>();
 }
コード例 #4
0
 public UserRoleCreateForm(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     InitializeComponent();
     this._rightsUploadService = _rightsUploadService;
     this._rightsQueryService  = _rightsQueryService;
     roleManager = new RightManagerBase <Role>(_rightsUploadService, _rightsQueryService, new RoleClient(_rightsUploadService, _rightsQueryService));
     roleManager.ExceptionAction = ExceptionAction;
 }
コード例 #5
0
 public UserEditForm(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     InitializeComponent();
     this._rightsUploadService        = _rightsUploadService;
     this._rightsQueryService         = _rightsQueryService;
     employeeManager                  = new RightManagerBase <Employee>(_rightsUploadService, _rightsQueryService, new EmployeeClient(_rightsUploadService, _rightsQueryService));
     employeeManager.ExceptionAction  = ExceptionAction;
     empltoroleClient                 = new EmpltoroleClient(_rightsUploadService, _rightsQueryService);
     empltoroleClient.ExceptionAction = ExceptionAction;
 }
コード例 #6
0
 public MenuInfoControl(IRightsUploadServicePrx rightsUploadService, IRightsQueryServicePrx rightsQueryService)
 {
     InitializeComponent();
     _rightsUploadService = rightsUploadService;
     _rightsQueryService  = rightsQueryService;
     assemblies           = new Assembly[]
     {
         Assembly.GetAssembly(this.GetType())
     };
 }
コード例 #7
0
 public PowerClientBase(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
     rolepowerClient           = new RolepowerClient(_rightsUploadService, _rightsQueryService);
 }
コード例 #8
0
 public MenuinfoClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
 }
コード例 #9
0
 public ResButtonClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
 }
コード例 #10
0
 public RestablecolumnClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
 }
コード例 #11
0
 public RightsClientBase(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }
コード例 #12
0
 public ResTableColumnControl(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     InitializeComponent();
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }
コード例 #13
0
 public RespermscopeClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
 }
コード例 #14
0
 public ResPermScopeControl(IRightsUploadServicePrx rightsUploadService, IRightsQueryServicePrx rightsQueryService)
 {
     InitializeComponent(); _rightsUploadService = rightsUploadService;
     _rightsQueryService = rightsQueryService;
 }
コード例 #15
0
 public EmployeeClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }
コード例 #16
0
 public EmpltoroleClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }
コード例 #17
0
 public RolePowerForm(IRightsUploadServicePrx rightsUploadService, IRightsQueryServicePrx rightsQueryService)
 {
     InitializeComponent();
     _rightsUploadService = rightsUploadService;
     _rightsQueryService  = rightsQueryService;
 }
コード例 #18
0
 public MenuinfoPowerClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
     : base(_rightsUploadService, _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }
コード例 #19
0
 public RolepowerClient(IRightsUploadServicePrx _rightsUploadService, IRightsQueryServicePrx _rightsQueryService)
 {
     this._rightsQueryService  = _rightsQueryService;
     this._rightsUploadService = _rightsUploadService;
 }