Пример #1
0
 public bool INSERTStudentApplication(
     string firstName,
     string middleName,
     string lastName,
     string dOB,
     string gender,
     string @class,
     string term,
     string countyCode,
     string nEMISNo,
     string academicYear,
     string names,
     string type,
     string occupation,
     string mobileNo,
     string companyName,
     string companyAddress,
     string email,
     string companyTelNo,
     string residentialAddress,
     string apartmentNo,
     string houseNo,
     string address)
 {
     StudentManagementApi.ServiceReference4.INSERTStudentApplication inValue = new StudentManagementApi.ServiceReference4.INSERTStudentApplication();
     inValue.firstName          = firstName;
     inValue.middleName         = middleName;
     inValue.lastName           = lastName;
     inValue.dOB                = dOB;
     inValue.gender             = gender;
     inValue.@class             = @class;
     inValue.term               = term;
     inValue.countyCode         = countyCode;
     inValue.nEMISNo            = nEMISNo;
     inValue.academicYear       = academicYear;
     inValue.names              = names;
     inValue.type               = type;
     inValue.occupation         = occupation;
     inValue.mobileNo           = mobileNo;
     inValue.companyName        = companyName;
     inValue.companyAddress     = companyAddress;
     inValue.email              = email;
     inValue.companyTelNo       = companyTelNo;
     inValue.residentialAddress = residentialAddress;
     inValue.apartmentNo        = apartmentNo;
     inValue.houseNo            = houseNo;
     inValue.address            = address;
     StudentManagementApi.ServiceReference4.INSERTStudentApplication_Result retVal = ((StudentManagementApi.ServiceReference4.StudentManagementWebService_Port)(this)).INSERTStudentApplication(inValue);
     return(retVal.return_value);
 }
Пример #2
0
 System.Threading.Tasks.Task <StudentManagementApi.ServiceReference4.INSERTStudentApplication_Result> StudentManagementApi.ServiceReference4.StudentManagementWebService_Port.INSERTStudentApplicationAsync(StudentManagementApi.ServiceReference4.INSERTStudentApplication request)
 {
     return(base.Channel.INSERTStudentApplicationAsync(request));
 }
Пример #3
0
 StudentManagementApi.ServiceReference4.INSERTStudentApplication_Result StudentManagementApi.ServiceReference4.StudentManagementWebService_Port.INSERTStudentApplication(StudentManagementApi.ServiceReference4.INSERTStudentApplication request)
 {
     return(base.Channel.INSERTStudentApplication(request));
 }