예제 #1
0
 public TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANResponse ZPPM_COGNOS_IN_FIN_PLAN(TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLAN ZPPM_COGNOS_IN_FIN_PLAN1)
 {
     TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANRequest inValue = new TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANRequest();
     inValue.ZPPM_COGNOS_IN_FIN_PLAN = ZPPM_COGNOS_IN_FIN_PLAN1;
     TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANResponse1 retVal = ((TM1_Maximo.SapService.Z_CognosIN)(this)).ZPPM_COGNOS_IN_FIN_PLAN(inValue);
     return(retVal.ZPPM_COGNOS_IN_FIN_PLANResponse);
 }
예제 #2
0
 public System.Threading.Tasks.Task <TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANResponse1> ZPPM_COGNOS_IN_FIN_PLANAsync(TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLAN ZPPM_COGNOS_IN_FIN_PLAN)
 {
     TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANRequest inValue = new TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLANRequest();
     inValue.ZPPM_COGNOS_IN_FIN_PLAN = ZPPM_COGNOS_IN_FIN_PLAN;
     return(((TM1_Maximo.SapService.Z_CognosIN)(this)).ZPPM_COGNOS_IN_FIN_PLANAsync(inValue));
 }
예제 #3
0
 public ZPPM_COGNOS_IN_FIN_PLANRequest(TM1_Maximo.SapService.ZPPM_COGNOS_IN_FIN_PLAN ZPPM_COGNOS_IN_FIN_PLAN)
 {
     this.ZPPM_COGNOS_IN_FIN_PLAN = ZPPM_COGNOS_IN_FIN_PLAN;
 }