Example #1
0
 public CreateRequest(string MessageIdentifier, string ChannelIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType RecipientIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType SenderIdentifier, STARTLibrary.accesspointService.DocumentIdentifierType DocumentIdentifier, STARTLibrary.accesspointService.ProcessIdentifierType ProcessIdentifier, STARTLibrary.accesspointService.Create Create)
 {
     this.MessageIdentifier   = MessageIdentifier;
     this.ChannelIdentifier   = ChannelIdentifier;
     this.RecipientIdentifier = RecipientIdentifier;
     this.SenderIdentifier    = SenderIdentifier;
     this.DocumentIdentifier  = DocumentIdentifier;
     this.ProcessIdentifier   = ProcessIdentifier;
     this.Create = Create;
 }
Example #2
0
 public STARTLibrary.accesspointService.CreateResponse Create(string MessageIdentifier, string ChannelIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType RecipientIdentifier, STARTLibrary.accesspointService.ParticipantIdentifierType SenderIdentifier, STARTLibrary.accesspointService.DocumentIdentifierType DocumentIdentifier, STARTLibrary.accesspointService.ProcessIdentifierType ProcessIdentifier, STARTLibrary.accesspointService.Create Create1)
 {
     STARTLibrary.accesspointService.CreateRequest inValue = new STARTLibrary.accesspointService.CreateRequest();
     inValue.MessageIdentifier   = MessageIdentifier;
     inValue.ChannelIdentifier   = ChannelIdentifier;
     inValue.RecipientIdentifier = RecipientIdentifier;
     inValue.SenderIdentifier    = SenderIdentifier;
     inValue.DocumentIdentifier  = DocumentIdentifier;
     inValue.ProcessIdentifier   = ProcessIdentifier;
     inValue.Create = Create1;
     STARTLibrary.accesspointService.CreateResponse1 retVal = ((STARTLibrary.accesspointService.Resource)(this)).Create(inValue);
     return(retVal.CreateResponse);
 }