Пример #1
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldMatchingService.UndoMatchResponse> UndoMatchAsync(DemoConnector.TwinfieldMatchingService.Header Header, string office, string dimensionType, string dimension, int matchNumber)
 {
     DemoConnector.TwinfieldMatchingService.UndoMatchRequest inValue = new DemoConnector.TwinfieldMatchingService.UndoMatchRequest();
     inValue.Header        = Header;
     inValue.office        = office;
     inValue.dimensionType = dimensionType;
     inValue.dimension     = dimension;
     inValue.matchNumber   = matchNumber;
     return(((DemoConnector.TwinfieldMatchingService.MatchingSoap)(this)).UndoMatchAsync(inValue));
 }
Пример #2
0
 public DemoConnector.TwinfieldMatchingService.MessageOfUndoSetByTypeResult[] UndoMatch(DemoConnector.TwinfieldMatchingService.Header Header, string office, string dimensionType, string dimension, int matchNumber)
 {
     DemoConnector.TwinfieldMatchingService.UndoMatchRequest inValue = new DemoConnector.TwinfieldMatchingService.UndoMatchRequest();
     inValue.Header        = Header;
     inValue.office        = office;
     inValue.dimensionType = dimensionType;
     inValue.dimension     = dimension;
     inValue.matchNumber   = matchNumber;
     DemoConnector.TwinfieldMatchingService.UndoMatchResponse retVal = ((DemoConnector.TwinfieldMatchingService.MatchingSoap)(this)).UndoMatch(inValue);
     return(retVal.UndoMatchResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <DemoConnector.TwinfieldMatchingService.UndoMatchResponse> DemoConnector.TwinfieldMatchingService.MatchingSoap.UndoMatchAsync(DemoConnector.TwinfieldMatchingService.UndoMatchRequest request)
 {
     return(base.Channel.UndoMatchAsync(request));
 }
Пример #4
0
 DemoConnector.TwinfieldMatchingService.UndoMatchResponse DemoConnector.TwinfieldMatchingService.MatchingSoap.UndoMatch(DemoConnector.TwinfieldMatchingService.UndoMatchRequest request)
 {
     return(base.Channel.UndoMatch(request));
 }