예제 #1
0
 public Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelResponse_sync SaveMaterialLabelQueryResponse_In(Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQuery_sync SaveMaterialLabelQuery_sync)
 {
     Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InRequest();
     inValue.SaveMaterialLabelQuery_sync = SaveMaterialLabelQuery_sync;
     Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InResponse retVal = ((Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.ManageSaveMaterialLabel)(this)).SaveMaterialLabelQueryResponse_In(inValue);
     return(retVal.SaveMaterialLabelResponse_sync);
 }
예제 #2
0
 public System.Threading.Tasks.Task <Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InResponse> SaveMaterialLabelQueryResponse_InAsync(Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQuery_sync SaveMaterialLabelQuery_sync)
 {
     Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InRequest inValue = new Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQueryResponse_InRequest();
     inValue.SaveMaterialLabelQuery_sync = SaveMaterialLabelQuery_sync;
     return(((Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.ManageSaveMaterialLabel)(this)).SaveMaterialLabelQueryResponse_InAsync(inValue));
 }
예제 #3
0
 public SaveMaterialLabelQueryResponse_InRequest(Eland.NRSM.Template.MANAGESAVEMATERIALLABEL.SaveMaterialLabelQuery_sync SaveMaterialLabelQuery_sync)
 {
     this.SaveMaterialLabelQuery_sync = SaveMaterialLabelQuery_sync;
 }