コード例 #1
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetPositionTypeResponse(HiringRequestService.Contoso.OrgService.PositionType GetPositionTypeResult)
 {
     this.GetPositionTypeResult = GetPositionTypeResult;
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetEmployeesByPositionResponse(HiringRequestService.Contoso.OrgService.Employee[] GetEmployeesByPositionResult)
 {
     this.GetEmployeesByPositionResult = GetEmployeesByPositionResult;
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetEmployeeResponse(HiringRequestService.Contoso.OrgService.Employee GetEmployeeResult)
 {
     this.GetEmployeeResult = GetEmployeeResult;
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetDepartmentResponse(HiringRequestService.Contoso.OrgService.Department GetDepartmentResult)
 {
     this.GetDepartmentResult = GetDepartmentResult;
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetAllPositionsResponse(HiringRequestService.Contoso.OrgService.Position[] GetAllPositionsResult)
 {
     this.GetAllPositionsResult = GetAllPositionsResult;
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: tian1ll1/WPF_Examples
 public GetRequestsStartedByResponse(HiringRequestService.Contoso.InboxService.InboxItem[] GetRequestsStartedByResult)
 {
     this.GetRequestsStartedByResult = GetRequestsStartedByResult;
 }