Exemplo n.º 1
0
 public UndoMatchRequest(DemoConnector.TwinfieldMatchingService.Header Header, string office, string dimensionType, string dimension, int matchNumber)
 {
     this.Header        = Header;
     this.office        = office;
     this.dimensionType = dimensionType;
     this.dimension     = dimension;
     this.matchNumber   = matchNumber;
 }
Exemplo n.º 2
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));
 }
Exemplo n.º 3
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);
 }