Exemplo n.º 1
0
        public System.Threading.Tasks.Task <InstantiateCollaborationECResponse> InstantiateCollaborationECAsync(string userName, string userPassword, string externalServiceCode, int externalServiceEditionCode, string reporteeNumber, string externalSystemReference, System.DateTime visibleDateTime, System.DateTime dueDate)
        {
            InstantiateCollaborationECRequest inValue = new InstantiateCollaborationECRequest();

            inValue.Body                            = new InstantiateCollaborationECRequestBody();
            inValue.Body.userName                   = userName;
            inValue.Body.userPassword               = userPassword;
            inValue.Body.externalServiceCode        = externalServiceCode;
            inValue.Body.externalServiceEditionCode = externalServiceEditionCode;
            inValue.Body.reporteeNumber             = reporteeNumber;
            inValue.Body.externalSystemReference    = externalSystemReference;
            inValue.Body.visibleDateTime            = visibleDateTime;
            inValue.Body.dueDate                    = dueDate;
            return(((ICaseEC)(this)).InstantiateCollaborationECAsync(inValue));
        }
Exemplo n.º 2
0
        public int InstantiateCollaborationEC(string userName, string userPassword, string externalServiceCode, int externalServiceEditionCode, string reporteeNumber, string externalSystemReference, System.DateTime visibleDateTime, System.DateTime dueDate)
        {
            InstantiateCollaborationECRequest inValue = new InstantiateCollaborationECRequest();

            inValue.Body                            = new InstantiateCollaborationECRequestBody();
            inValue.Body.userName                   = userName;
            inValue.Body.userPassword               = userPassword;
            inValue.Body.externalServiceCode        = externalServiceCode;
            inValue.Body.externalServiceEditionCode = externalServiceEditionCode;
            inValue.Body.reporteeNumber             = reporteeNumber;
            inValue.Body.externalSystemReference    = externalSystemReference;
            inValue.Body.visibleDateTime            = visibleDateTime;
            inValue.Body.dueDate                    = dueDate;
            InstantiateCollaborationECResponse retVal = ((ICaseEC)(this)).InstantiateCollaborationEC(inValue);

            return(retVal.Body.InstantiateCollaborationECResult);
        }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <InstantiateCollaborationECResponse> ICaseEC.InstantiateCollaborationECAsync(InstantiateCollaborationECRequest request)
 {
     return(base.Channel.InstantiateCollaborationECAsync(request));
 }
Exemplo n.º 4
0
 InstantiateCollaborationECResponse ICaseEC.InstantiateCollaborationEC(InstantiateCollaborationECRequest request)
 {
     return(base.Channel.InstantiateCollaborationEC(request));
 }