Example #1
0
 public void UpdateMajor(web136.SLMajor.Major major, ref string[] errors)
 {
     web136.SLMajor.UpdateMajorRequest inValue = new web136.SLMajor.UpdateMajorRequest();
     inValue.major  = major;
     inValue.errors = errors;
     web136.SLMajor.UpdateMajorResponse retVal = ((web136.SLMajor.ISLMajor)(this)).UpdateMajor(inValue);
     errors = retVal.errors;
 }
Example #2
0
 public GetMajorDetailResponse(web136.SLMajor.Major GetMajorDetailResult, string[] errors)
 {
     this.GetMajorDetailResult = GetMajorDetailResult;
     this.errors = errors;
 }
Example #3
0
 public UpdateMajorRequest(web136.SLMajor.Major major, string[] errors)
 {
     this.major  = major;
     this.errors = errors;
 }