Type.registerNamespace('EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer');
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought=function() {
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_path();},
ExaminateExamPaperBought:function(ExamNo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExaminateExamPaperBought',false,{ExamNo:ExamNo},succeededCallback,failedCallback,userContext); }}
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.registerClass('EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought',Sys.Net.WebServiceProxy);
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance = new EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought();
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_path = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_path(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_path = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_path(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_timeout = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_timeout(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_timeout = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_timeout(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_defaultUserContext = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_defaultUserContext(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_defaultUserContext = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_defaultUserContext(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_defaultSucceededCallback = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_defaultSucceededCallback(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_defaultSucceededCallback = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_defaultSucceededCallback(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_defaultFailedCallback = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_defaultFailedCallback(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_defaultFailedCallback = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_defaultFailedCallback(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_enableJsonp = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_enableJsonp(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_enableJsonp = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_enableJsonp(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_jsonpCallbackParameter = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.set_jsonpCallbackParameter(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.get_jsonpCallbackParameter = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.get_jsonpCallbackParameter(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.set_path("/MyLearnning/MyPointLog/BussinessLogicLayer/WS_ExaminateExamPaperBought.asmx");
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought.ExaminateExamPaperBought= function(ExamNo,onSuccess,onFailed,userContext) {EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_ExaminateExamPaperBought._staticInstance.ExaminateExamPaperBought(ExamNo,onSuccess,onFailed,userContext); }

