コード例 #1
0
 public Task <Get_Student_Aggregate_AwardsOutput> Get_Student_Aggregate_AwardsAsync(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Aggregate_Awards_RequestType Get_Student_Aggregate_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Aggregate_AwardsAsync(new Get_Student_Aggregate_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Aggregate_Awards_Request = Get_Student_Aggregate_Awards_Request
     }));
 }
コード例 #2
0
 public Get_Student_Aggregate_AwardsInput(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Aggregate_Awards_RequestType Get_Student_Aggregate_Awards_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Get_Student_Aggregate_Awards_Request = Get_Student_Aggregate_Awards_Request;
 }
コード例 #3
0
 public Get_Student_Aggregate_Awards_ResponseType Get_Student_Aggregate_Awards(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Aggregate_Awards_RequestType Get_Student_Aggregate_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Aggregate_Awards(new Get_Student_Aggregate_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Aggregate_Awards_Request = Get_Student_Aggregate_Awards_Request
     }).Get_Student_Aggregate_Awards_Response);
 }