Exemplo n.º 1
0
 public CorePlus.API.BaiduAPI_V2_ReportService.ResHeader getProfessionalReportId(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, CorePlus.API.BaiduAPI_V2_ReportService.ReportRequestType reportRequestType, out string reportId)
 {
     CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdRequest inValue = new CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdRequest();
     inValue.AuthHeader        = AuthHeader;
     inValue.reportRequestType = reportRequestType;
     CorePlus.API.BaiduAPI_V2_ReportService.getProfessionalReportIdResponse retVal = ((CorePlus.API.BaiduAPI_V2_ReportService.ReportService)(this)).getProfessionalReportId(inValue);
     reportId = retVal.reportId;
     return(retVal.ResHeader);
 }
Exemplo n.º 2
0
 public getProfessionalReportIdRequest(CorePlus.API.BaiduAPI_V2_ReportService.AuthHeader AuthHeader, CorePlus.API.BaiduAPI_V2_ReportService.ReportRequestType reportRequestType)
 {
     this.AuthHeader        = AuthHeader;
     this.reportRequestType = reportRequestType;
 }