Type.registerNamespace('DaShi.WebSite.Services');
DaShi.WebSite.Services.ProjectApplicants=function() {
DaShi.WebSite.Services.ProjectApplicants.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DaShi.WebSite.Services.ProjectApplicants.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_path();},
BackApplicantsAndProgram:function(bmid,stage,succeededCallback, failedCallback, userContext) {
/// <param name="bmid" type="Number">System.Int32</param>
/// <param name="stage" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'BackApplicantsAndProgram',false,{bmid:bmid,stage:stage},succeededCallback,failedCallback,userContext); },
Get_applicant:function(projectid,phaseid,viewuserid,succeededCallback, failedCallback, userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Get_applicant',false,{projectid:projectid,phaseid:phaseid,viewuserid:viewuserid},succeededCallback,failedCallback,userContext); },
ApplyStandard:function(paid,content,succeededCallback, failedCallback, userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="content" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ApplyStandard',false,{paid:paid,content:content},succeededCallback,failedCallback,userContext); },
GetMaterialsMsg:function(projectid,phasesid,succeededCallback, failedCallback, userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phasesid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetMaterialsMsg',false,{projectid:projectid,phasesid:phasesid},succeededCallback,failedCallback,userContext); },
Update_ProjectApplicants_Refusereason:function(projectapplicantsid,refusereason,succeededCallback, failedCallback, userContext) {
/// <param name="projectapplicantsid" type="String">System.String</param>
/// <param name="refusereason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Update_ProjectApplicants_Refusereason',false,{projectapplicantsid:projectapplicantsid,refusereason:refusereason},succeededCallback,failedCallback,userContext); },
Alipay_ADD:function(objectid,tousersid,txtsubject,txtorderno,txttotal_fee,succeededCallback, failedCallback, userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="tousersid" type="Number">System.Int32</param>
/// <param name="txtsubject" type="String">System.String</param>
/// <param name="txtorderno" type="String">System.String</param>
/// <param name="txttotal_fee" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Alipay_ADD',false,{objectid:objectid,tousersid:tousersid,txtsubject:txtsubject,txtorderno:txtorderno,txttotal_fee:txttotal_fee},succeededCallback,failedCallback,userContext); },
Update_Alipay_Confirm:function(alipayid,succeededCallback, failedCallback, userContext) {
/// <param name="alipayid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Update_Alipay_Confirm',false,{alipayid:alipayid},succeededCallback,failedCallback,userContext); },
ExitStandard:function(alipayid,succeededCallback, failedCallback, userContext) {
/// <param name="alipayid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ExitStandard',false,{alipayid:alipayid},succeededCallback,failedCallback,userContext); },
Update_ProjectApplicants_Confirm:function(bmid,succeededCallback, failedCallback, userContext) {
/// <param name="bmid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Update_ProjectApplicants_Confirm',false,{bmid:bmid},succeededCallback,failedCallback,userContext); },
Add:function(projectid,phaseid,fromusersid,tousersid,material,succeededCallback, failedCallback, userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="fromusersid" type="Number">System.Int32</param>
/// <param name="tousersid" type="Number">System.Int32</param>
/// <param name="material" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Add',false,{projectid:projectid,phaseid:phaseid,fromusersid:fromusersid,tousersid:tousersid,material:material},succeededCallback,failedCallback,userContext); },
Get_refusereason:function(bmid,succeededCallback, failedCallback, userContext) {
/// <param name="bmid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Get_refusereason',false,{bmid:bmid},succeededCallback,failedCallback,userContext); },
Project_View:function(projectid,phaseid,fbzid,viewuserid,succeededCallback, failedCallback, userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="fbzid" type="Number">System.Int32</param>
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Project_View',false,{projectid:projectid,phaseid:phaseid,fbzid:fbzid,viewuserid:viewuserid},succeededCallback,failedCallback,userContext); },
Get_Money:function(viewuserid,succeededCallback, failedCallback, userContext) {
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Get_Money',false,{viewuserid:viewuserid},succeededCallback,failedCallback,userContext); },
Get_SenderCardMoney:function(viewuserid,checkcount,succeededCallback, failedCallback, userContext) {
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="checkcount" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Get_SenderCardMoney',false,{viewuserid:viewuserid,checkcount:checkcount},succeededCallback,failedCallback,userContext); },
Refuse:function(paid,refuseReason,succeededCallback, failedCallback, userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="refuseReason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Refuse',false,{paid:paid,refuseReason:refuseReason},succeededCallback,failedCallback,userContext); },
BackProgram:function(paid,refuseReason,succeededCallback, failedCallback, userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="refuseReason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'BackProgram',false,{paid:paid,refuseReason:refuseReason},succeededCallback,failedCallback,userContext); },
WatchVideo:function(id,password,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="password" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'WatchVideo',false,{id:id,password:password},succeededCallback,failedCallback,userContext); }}
DaShi.WebSite.Services.ProjectApplicants.registerClass('DaShi.WebSite.Services.ProjectApplicants',Sys.Net.WebServiceProxy);
DaShi.WebSite.Services.ProjectApplicants._staticInstance = new DaShi.WebSite.Services.ProjectApplicants();
DaShi.WebSite.Services.ProjectApplicants.set_path = function(value) {
DaShi.WebSite.Services.ProjectApplicants._staticInstance.set_path(value); }
DaShi.WebSite.Services.ProjectApplicants.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_path();}
DaShi.WebSite.Services.ProjectApplicants.set_timeout = function(value) {
DaShi.WebSite.Services.ProjectApplicants._staticInstance.set_timeout(value); }
DaShi.WebSite.Services.ProjectApplicants.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_timeout(); }
DaShi.WebSite.Services.ProjectApplicants.set_defaultUserContext = function(value) { 
DaShi.WebSite.Services.ProjectApplicants._staticInstance.set_defaultUserContext(value); }
DaShi.WebSite.Services.ProjectApplicants.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_defaultUserContext(); }
DaShi.WebSite.Services.ProjectApplicants.set_defaultSucceededCallback = function(value) { 
 DaShi.WebSite.Services.ProjectApplicants._staticInstance.set_defaultSucceededCallback(value); }
DaShi.WebSite.Services.ProjectApplicants.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_defaultSucceededCallback(); }
DaShi.WebSite.Services.ProjectApplicants.set_defaultFailedCallback = function(value) { 
DaShi.WebSite.Services.ProjectApplicants._staticInstance.set_defaultFailedCallback(value); }
DaShi.WebSite.Services.ProjectApplicants.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return DaShi.WebSite.Services.ProjectApplicants._staticInstance.get_defaultFailedCallback(); }
DaShi.WebSite.Services.ProjectApplicants.set_path("/Services/ProjectApplicants.asmx");
DaShi.WebSite.Services.ProjectApplicants.BackApplicantsAndProgram= function(bmid,stage,onSuccess,onFailed,userContext) {
/// <param name="bmid" type="Number">System.Int32</param>
/// <param name="stage" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.BackApplicantsAndProgram(bmid,stage,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Get_applicant= function(projectid,phaseid,viewuserid,onSuccess,onFailed,userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Get_applicant(projectid,phaseid,viewuserid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.ApplyStandard= function(paid,content,onSuccess,onFailed,userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="content" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.ApplyStandard(paid,content,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.GetMaterialsMsg= function(projectid,phasesid,onSuccess,onFailed,userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phasesid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.GetMaterialsMsg(projectid,phasesid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Update_ProjectApplicants_Refusereason= function(projectapplicantsid,refusereason,onSuccess,onFailed,userContext) {
/// <param name="projectapplicantsid" type="String">System.String</param>
/// <param name="refusereason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Update_ProjectApplicants_Refusereason(projectapplicantsid,refusereason,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Alipay_ADD= function(objectid,tousersid,txtsubject,txtorderno,txttotal_fee,onSuccess,onFailed,userContext) {
/// <param name="objectid" type="Number">System.Int32</param>
/// <param name="tousersid" type="Number">System.Int32</param>
/// <param name="txtsubject" type="String">System.String</param>
/// <param name="txtorderno" type="String">System.String</param>
/// <param name="txttotal_fee" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Alipay_ADD(objectid,tousersid,txtsubject,txtorderno,txttotal_fee,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Update_Alipay_Confirm= function(alipayid,onSuccess,onFailed,userContext) {
/// <param name="alipayid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Update_Alipay_Confirm(alipayid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.ExitStandard= function(alipayid,onSuccess,onFailed,userContext) {
/// <param name="alipayid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.ExitStandard(alipayid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Update_ProjectApplicants_Confirm= function(bmid,onSuccess,onFailed,userContext) {
/// <param name="bmid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Update_ProjectApplicants_Confirm(bmid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Add= function(projectid,phaseid,fromusersid,tousersid,material,onSuccess,onFailed,userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="fromusersid" type="Number">System.Int32</param>
/// <param name="tousersid" type="Number">System.Int32</param>
/// <param name="material" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Add(projectid,phaseid,fromusersid,tousersid,material,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Get_refusereason= function(bmid,onSuccess,onFailed,userContext) {
/// <param name="bmid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Get_refusereason(bmid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Project_View= function(projectid,phaseid,fbzid,viewuserid,onSuccess,onFailed,userContext) {
/// <param name="projectid" type="Number">System.Int32</param>
/// <param name="phaseid" type="Number">System.Int32</param>
/// <param name="fbzid" type="Number">System.Int32</param>
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Project_View(projectid,phaseid,fbzid,viewuserid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Get_Money= function(viewuserid,onSuccess,onFailed,userContext) {
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Get_Money(viewuserid,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Get_SenderCardMoney= function(viewuserid,checkcount,onSuccess,onFailed,userContext) {
/// <param name="viewuserid" type="Number">System.Int32</param>
/// <param name="checkcount" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Get_SenderCardMoney(viewuserid,checkcount,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.Refuse= function(paid,refuseReason,onSuccess,onFailed,userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="refuseReason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.Refuse(paid,refuseReason,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.BackProgram= function(paid,refuseReason,onSuccess,onFailed,userContext) {
/// <param name="paid" type="Number">System.Int32</param>
/// <param name="refuseReason" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.BackProgram(paid,refuseReason,onSuccess,onFailed,userContext); }
DaShi.WebSite.Services.ProjectApplicants.WatchVideo= function(id,password,onSuccess,onFailed,userContext) {
/// <param name="id" type="Number">System.Int32</param>
/// <param name="password" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
DaShi.WebSite.Services.ProjectApplicants._staticInstance.WatchVideo(id,password,onSuccess,onFailed,userContext); }
