var IndexScript=function() {
IndexScript.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
IndexScript.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return IndexScript._staticInstance.get_path();},
SendMessage:function(SendId,ReceiveId,Message,succeededCallback, failedCallback, userContext) {
/// <param name="SendId" type="Number">System.Int32</param>
/// <param name="ReceiveId" type="Number">System.Int32</param>
/// <param name="Message" 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(), 'SendMessage',false,{SendId:SendId,ReceiveId:ReceiveId,Message:Message},succeededCallback,failedCallback,userContext); },
AddFriend:function(SendId,ReceiveId,succeededCallback, failedCallback, userContext) {
/// <param name="SendId" type="Number">System.Int32</param>
/// <param name="ReceiveId" 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(), 'AddFriend',false,{SendId:SendId,ReceiveId:ReceiveId},succeededCallback,failedCallback,userContext); },
GetUTCList:function(UTCDistance,succeededCallback, failedCallback, userContext) {
/// <param name="UTCDistance" 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(), 'GetUTCList',false,{UTCDistance:UTCDistance},succeededCallback,failedCallback,userContext); },
GetUTCListByCity:function(CityNo,succeededCallback, failedCallback, userContext) {
/// <param name="CityNo" 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(), 'GetUTCListByCity',false,{CityNo:CityNo},succeededCallback,failedCallback,userContext); },
GetNoticeView:function(GameNo,LeagueNo,LanguageNo,NoticeNo,succeededCallback, failedCallback, userContext) {
/// <param name="GameNo" type="Number">System.Int32</param>
/// <param name="LeagueNo" type="Number">System.Int32</param>
/// <param name="LanguageNo" type="Number">System.Int32</param>
/// <param name="NoticeNo" 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(), 'GetNoticeView',false,{GameNo:GameNo,LeagueNo:LeagueNo,LanguageNo:LanguageNo,NoticeNo:NoticeNo},succeededCallback,failedCallback,userContext); },
SearchForum:function(SiteNo,SearchWord,PageSize,PageNo,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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(), 'SearchForum',false,{SiteNo:SiteNo,SearchWord:SearchWord,PageSize:PageSize,PageNo:PageNo},succeededCallback,failedCallback,userContext); },
SearchForum2:function(SiteNo,SearchWord,PageSize,PageNo,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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(), 'SearchForum2',false,{SiteNo:SiteNo,SearchWord:SearchWord,PageSize:PageSize,PageNo:PageNo},succeededCallback,failedCallback,userContext); },
SearchForumCount:function(SiteNo,SearchWord,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" 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(), 'SearchForumCount',false,{SiteNo:SiteNo,SearchWord:SearchWord},succeededCallback,failedCallback,userContext); },
SearchContent:function(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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(), 'SearchContent',false,{SiteNo:SiteNo,CategoryNo:CategoryNo,SearchWord:SearchWord,PageSize:PageSize,PageNo:PageNo},succeededCallback,failedCallback,userContext); },
SearchContent2:function(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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(), 'SearchContent2',false,{SiteNo:SiteNo,CategoryNo:CategoryNo,SearchWord:SearchWord,PageSize:PageSize,PageNo:PageNo},succeededCallback,failedCallback,userContext); },
SearchContentCount:function(SiteNo,CategoryNo,SearchWord,succeededCallback, failedCallback, userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" 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(), 'SearchContentCount',false,{SiteNo:SiteNo,CategoryNo:CategoryNo,SearchWord:SearchWord},succeededCallback,failedCallback,userContext); },
GetCardList:function(siteNo,menuCode,succeededCallback, failedCallback, userContext) {
/// <param name="siteNo" type="Number">System.Int32</param>
/// <param name="menuCode" 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(), 'GetCardList',false,{siteNo:siteNo,menuCode:menuCode},succeededCallback,failedCallback,userContext); },
GetNoticeList:function(LeagueNo,GameNo,LanguageNo,PageSize,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="LeagueNo" type="Number">System.Int32</param>
/// <param name="GameNo" type="Number">System.Int32</param>
/// <param name="LanguageNo" type="Number">System.Int32</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetNoticeList',false,{LeagueNo:LeagueNo,GameNo:GameNo,LanguageNo:LanguageNo,PageSize:PageSize,TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); },
GetMplogRandomMain:function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetMplogRandomMain',false,{TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); },
GetAdministratorMain:function(PageSize,PageNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,LangCode,succeededCallback, failedCallback, userContext) {
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" type="String">System.String</param>
/// <param name="LangCode" 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(), 'GetAdministratorMain',false,{PageSize:PageSize,PageNo:PageNo,TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3,LangCode:LangCode},succeededCallback,failedCallback,userContext); },
GetAdministratorMainCount:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetAdministratorMainCount',false,{},succeededCallback,failedCallback,userContext); },
GetContentListNew:function(siteNo,pageSize,pageNo,categoryNo,openYN,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="siteNo" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNo" type="Number">System.Int32</param>
/// <param name="categoryNo" type="Number">System.Int32</param>
/// <param name="openYN" type="Boolean">System.Boolean</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetContentListNew',false,{siteNo:siteNo,pageSize:pageSize,pageNo:pageNo,categoryNo:categoryNo,openYN:openYN,TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); },
GetReployListMainTopNew:function(PageSize,CategoryNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetReployListMainTopNew',false,{PageSize:PageSize,CategoryNo:CategoryNo,TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); },
GetMemberRandomMain:function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetMemberRandomMain',false,{TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); },
GetMatchLogMainPageSeries:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetMatchLogMainPageSeries',false,{},succeededCallback,failedCallback,userContext); },
GetGameList:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetGameList',false,{},succeededCallback,failedCallback,userContext); },
GetGameRankingList:function(SelectedValue,PageSize,succeededCallback, failedCallback, userContext) {
/// <param name="SelectedValue" type="Number">System.Int32</param>
/// <param name="PageSize" 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(), 'GetGameRankingList',false,{SelectedValue:SelectedValue,PageSize:PageSize},succeededCallback,failedCallback,userContext); },
GetCurrentLeague:function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,succeededCallback, failedCallback, userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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(), 'GetCurrentLeague',false,{TimeZoneValue1:TimeZoneValue1,TimeZoneValue2:TimeZoneValue2,TimeZoneValue3:TimeZoneValue3},succeededCallback,failedCallback,userContext); }}
IndexScript.registerClass('IndexScript',Sys.Net.WebServiceProxy);
IndexScript._staticInstance = new IndexScript();
IndexScript.set_path = function(value) {
IndexScript._staticInstance.set_path(value); }
IndexScript.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return IndexScript._staticInstance.get_path();}
IndexScript.set_timeout = function(value) {
IndexScript._staticInstance.set_timeout(value); }
IndexScript.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return IndexScript._staticInstance.get_timeout(); }
IndexScript.set_defaultUserContext = function(value) { 
IndexScript._staticInstance.set_defaultUserContext(value); }
IndexScript.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return IndexScript._staticInstance.get_defaultUserContext(); }
IndexScript.set_defaultSucceededCallback = function(value) { 
 IndexScript._staticInstance.set_defaultSucceededCallback(value); }
IndexScript.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return IndexScript._staticInstance.get_defaultSucceededCallback(); }
IndexScript.set_defaultFailedCallback = function(value) { 
IndexScript._staticInstance.set_defaultFailedCallback(value); }
IndexScript.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return IndexScript._staticInstance.get_defaultFailedCallback(); }
IndexScript.set_path("/WCGZoneWCF/IndexScript.svc");
IndexScript.SendMessage= function(SendId,ReceiveId,Message,onSuccess,onFailed,userContext) {
/// <param name="SendId" type="Number">System.Int32</param>
/// <param name="ReceiveId" type="Number">System.Int32</param>
/// <param name="Message" 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>
IndexScript._staticInstance.SendMessage(SendId,ReceiveId,Message,onSuccess,onFailed,userContext); }
IndexScript.AddFriend= function(SendId,ReceiveId,onSuccess,onFailed,userContext) {
/// <param name="SendId" type="Number">System.Int32</param>
/// <param name="ReceiveId" 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>
IndexScript._staticInstance.AddFriend(SendId,ReceiveId,onSuccess,onFailed,userContext); }
IndexScript.GetUTCList= function(UTCDistance,onSuccess,onFailed,userContext) {
/// <param name="UTCDistance" 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>
IndexScript._staticInstance.GetUTCList(UTCDistance,onSuccess,onFailed,userContext); }
IndexScript.GetUTCListByCity= function(CityNo,onSuccess,onFailed,userContext) {
/// <param name="CityNo" 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>
IndexScript._staticInstance.GetUTCListByCity(CityNo,onSuccess,onFailed,userContext); }
IndexScript.GetNoticeView= function(GameNo,LeagueNo,LanguageNo,NoticeNo,onSuccess,onFailed,userContext) {
/// <param name="GameNo" type="Number">System.Int32</param>
/// <param name="LeagueNo" type="Number">System.Int32</param>
/// <param name="LanguageNo" type="Number">System.Int32</param>
/// <param name="NoticeNo" 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>
IndexScript._staticInstance.GetNoticeView(GameNo,LeagueNo,LanguageNo,NoticeNo,onSuccess,onFailed,userContext); }
IndexScript.SearchForum= function(SiteNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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>
IndexScript._staticInstance.SearchForum(SiteNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext); }
IndexScript.SearchForum2= function(SiteNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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>
IndexScript._staticInstance.SearchForum2(SiteNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext); }
IndexScript.SearchForumCount= function(SiteNo,SearchWord,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="SearchWord" 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>
IndexScript._staticInstance.SearchForumCount(SiteNo,SearchWord,onSuccess,onFailed,userContext); }
IndexScript.SearchContent= function(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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>
IndexScript._staticInstance.SearchContent(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext); }
IndexScript.SearchContent2= function(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" type="String">System.String</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" 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>
IndexScript._staticInstance.SearchContent2(SiteNo,CategoryNo,SearchWord,PageSize,PageNo,onSuccess,onFailed,userContext); }
IndexScript.SearchContentCount= function(SiteNo,CategoryNo,SearchWord,onSuccess,onFailed,userContext) {
/// <param name="SiteNo" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="SearchWord" 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>
IndexScript._staticInstance.SearchContentCount(SiteNo,CategoryNo,SearchWord,onSuccess,onFailed,userContext); }
IndexScript.GetCardList= function(siteNo,menuCode,onSuccess,onFailed,userContext) {
/// <param name="siteNo" type="Number">System.Int32</param>
/// <param name="menuCode" 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>
IndexScript._staticInstance.GetCardList(siteNo,menuCode,onSuccess,onFailed,userContext); }
IndexScript.GetNoticeList= function(LeagueNo,GameNo,LanguageNo,PageSize,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="LeagueNo" type="Number">System.Int32</param>
/// <param name="GameNo" type="Number">System.Int32</param>
/// <param name="LanguageNo" type="Number">System.Int32</param>
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetNoticeList(LeagueNo,GameNo,LanguageNo,PageSize,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
IndexScript.GetMplogRandomMain= function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetMplogRandomMain(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
IndexScript.GetAdministratorMain= function(PageSize,PageNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,LangCode,onSuccess,onFailed,userContext) {
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="PageNo" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" type="String">System.String</param>
/// <param name="LangCode" 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>
IndexScript._staticInstance.GetAdministratorMain(PageSize,PageNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,LangCode,onSuccess,onFailed,userContext); }
IndexScript.GetAdministratorMainCount= function(onSuccess,onFailed,userContext) {
/// <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>
IndexScript._staticInstance.GetAdministratorMainCount(onSuccess,onFailed,userContext); }
IndexScript.GetContentListNew= function(siteNo,pageSize,pageNo,categoryNo,openYN,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="siteNo" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNo" type="Number">System.Int32</param>
/// <param name="categoryNo" type="Number">System.Int32</param>
/// <param name="openYN" type="Boolean">System.Boolean</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetContentListNew(siteNo,pageSize,pageNo,categoryNo,openYN,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
IndexScript.GetReployListMainTopNew= function(PageSize,CategoryNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="PageSize" type="Number">System.Int32</param>
/// <param name="CategoryNo" type="Number">System.Int32</param>
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetReployListMainTopNew(PageSize,CategoryNo,TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
IndexScript.GetMemberRandomMain= function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetMemberRandomMain(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
IndexScript.GetMatchLogMainPageSeries= function(onSuccess,onFailed,userContext) {
/// <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>
IndexScript._staticInstance.GetMatchLogMainPageSeries(onSuccess,onFailed,userContext); }
IndexScript.GetGameList= function(onSuccess,onFailed,userContext) {
/// <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>
IndexScript._staticInstance.GetGameList(onSuccess,onFailed,userContext); }
IndexScript.GetGameRankingList= function(SelectedValue,PageSize,onSuccess,onFailed,userContext) {
/// <param name="SelectedValue" type="Number">System.Int32</param>
/// <param name="PageSize" 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>
IndexScript._staticInstance.GetGameRankingList(SelectedValue,PageSize,onSuccess,onFailed,userContext); }
IndexScript.GetCurrentLeague= function(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext) {
/// <param name="TimeZoneValue1" type="String">System.String</param>
/// <param name="TimeZoneValue2" type="String">System.String</param>
/// <param name="TimeZoneValue3" 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>
IndexScript._staticInstance.GetCurrentLeague(TimeZoneValue1,TimeZoneValue2,TimeZoneValue3,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WCGZoneWCF.DataMember');
if (typeof(WCGZoneWCF.DataMember.LeagueNoticeEntity) === 'undefined') {
WCGZoneWCF.DataMember.LeagueNoticeEntity=gtc("LeagueNoticeEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.LeagueNoticeEntity.registerClass('WCGZoneWCF.DataMember.LeagueNoticeEntity');
}
if (typeof(WCGZoneWCF.DataMember.SearchForum) === 'undefined') {
WCGZoneWCF.DataMember.SearchForum=gtc("SearchForum:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.SearchForum.registerClass('WCGZoneWCF.DataMember.SearchForum');
}
if (typeof(WCGZoneWCF.DataMember.SearchForumEntity) === 'undefined') {
WCGZoneWCF.DataMember.SearchForumEntity=gtc("SearchForumEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.SearchForumEntity.registerClass('WCGZoneWCF.DataMember.SearchForumEntity');
}
if (typeof(WCGZoneWCF.DataMember.SearchContent) === 'undefined') {
WCGZoneWCF.DataMember.SearchContent=gtc("SearchContent:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.SearchContent.registerClass('WCGZoneWCF.DataMember.SearchContent');
}
if (typeof(WCGZoneWCF.DataMember.SearchContentEntity) === 'undefined') {
WCGZoneWCF.DataMember.SearchContentEntity=gtc("SearchContentEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.SearchContentEntity.registerClass('WCGZoneWCF.DataMember.SearchContentEntity');
}
if (typeof(WCGZoneWCF.DataMember.CardSwitcher) === 'undefined') {
WCGZoneWCF.DataMember.CardSwitcher=gtc("CardSwitcher:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.CardSwitcher.registerClass('WCGZoneWCF.DataMember.CardSwitcher');
}
if (typeof(WCGZoneWCF.DataMember.CardSwitcherEntity) === 'undefined') {
WCGZoneWCF.DataMember.CardSwitcherEntity=gtc("CardSwitcherEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.CardSwitcherEntity.registerClass('WCGZoneWCF.DataMember.CardSwitcherEntity');
}
if (typeof(WCGZoneWCF.DataMember.Notice) === 'undefined') {
WCGZoneWCF.DataMember.Notice=gtc("Notice:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.Notice.registerClass('WCGZoneWCF.DataMember.Notice');
}
if (typeof(WCGZoneWCF.DataMember.NoticeEntity) === 'undefined') {
WCGZoneWCF.DataMember.NoticeEntity=gtc("NoticeEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.NoticeEntity.registerClass('WCGZoneWCF.DataMember.NoticeEntity');
}
if (typeof(WCGZoneWCF.DataMember.Mploger) === 'undefined') {
WCGZoneWCF.DataMember.Mploger=gtc("Mploger:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.Mploger.registerClass('WCGZoneWCF.DataMember.Mploger');
}
if (typeof(WCGZoneWCF.DataMember.MplogerEntity) === 'undefined') {
WCGZoneWCF.DataMember.MplogerEntity=gtc("MplogerEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.MplogerEntity.registerClass('WCGZoneWCF.DataMember.MplogerEntity');
}
if (typeof(WCGZoneWCF.DataMember.Administrator) === 'undefined') {
WCGZoneWCF.DataMember.Administrator=gtc("Administrator:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.Administrator.registerClass('WCGZoneWCF.DataMember.Administrator');
}
if (typeof(WCGZoneWCF.DataMember.AdministratorEntity) === 'undefined') {
WCGZoneWCF.DataMember.AdministratorEntity=gtc("AdministratorEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.AdministratorEntity.registerClass('WCGZoneWCF.DataMember.AdministratorEntity');
}
if (typeof(WCGZoneWCF.DataMember.IndexContent) === 'undefined') {
WCGZoneWCF.DataMember.IndexContent=gtc("IndexContent:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.IndexContent.registerClass('WCGZoneWCF.DataMember.IndexContent');
}
if (typeof(WCGZoneWCF.DataMember.IndexContentEntity) === 'undefined') {
WCGZoneWCF.DataMember.IndexContentEntity=gtc("IndexContentEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.IndexContentEntity.registerClass('WCGZoneWCF.DataMember.IndexContentEntity');
}
if (typeof(WCGZoneWCF.DataMember.ReplayCurrent) === 'undefined') {
WCGZoneWCF.DataMember.ReplayCurrent=gtc("ReplayCurrent:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.ReplayCurrent.registerClass('WCGZoneWCF.DataMember.ReplayCurrent');
}
if (typeof(WCGZoneWCF.DataMember.ReplayCurrentEntity) === 'undefined') {
WCGZoneWCF.DataMember.ReplayCurrentEntity=gtc("ReplayCurrentEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.ReplayCurrentEntity.registerClass('WCGZoneWCF.DataMember.ReplayCurrentEntity');
}
if (typeof(WCGZoneWCF.DataMember.MatchLog) === 'undefined') {
WCGZoneWCF.DataMember.MatchLog=gtc("MatchLog:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.MatchLog.registerClass('WCGZoneWCF.DataMember.MatchLog');
}
if (typeof(WCGZoneWCF.DataMember.MatchLogEntity) === 'undefined') {
WCGZoneWCF.DataMember.MatchLogEntity=gtc("MatchLogEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.MatchLogEntity.registerClass('WCGZoneWCF.DataMember.MatchLogEntity');
}
if (typeof(WCGZoneWCF.DataMember.GameList) === 'undefined') {
WCGZoneWCF.DataMember.GameList=gtc("GameList:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.GameList.registerClass('WCGZoneWCF.DataMember.GameList');
}
if (typeof(WCGZoneWCF.DataMember.GameListEntity) === 'undefined') {
WCGZoneWCF.DataMember.GameListEntity=gtc("GameListEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.GameListEntity.registerClass('WCGZoneWCF.DataMember.GameListEntity');
}
if (typeof(WCGZoneWCF.DataMember.GameRankingList) === 'undefined') {
WCGZoneWCF.DataMember.GameRankingList=gtc("GameRankingList:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.GameRankingList.registerClass('WCGZoneWCF.DataMember.GameRankingList');
}
if (typeof(WCGZoneWCF.DataMember.GameRankingListEntity) === 'undefined') {
WCGZoneWCF.DataMember.GameRankingListEntity=gtc("GameRankingListEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.GameRankingListEntity.registerClass('WCGZoneWCF.DataMember.GameRankingListEntity');
}
if (typeof(WCGZoneWCF.DataMember.CurrentLeague) === 'undefined') {
WCGZoneWCF.DataMember.CurrentLeague=gtc("CurrentLeague:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.CurrentLeague.registerClass('WCGZoneWCF.DataMember.CurrentLeague');
}
if (typeof(WCGZoneWCF.DataMember.CurrentLeagueEntity) === 'undefined') {
WCGZoneWCF.DataMember.CurrentLeagueEntity=gtc("CurrentLeagueEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.CurrentLeagueEntity.registerClass('WCGZoneWCF.DataMember.CurrentLeagueEntity');
}
if (typeof(WCGZoneWCF.DataMember.CurrentLeagueGameEntity) === 'undefined') {
WCGZoneWCF.DataMember.CurrentLeagueGameEntity=gtc("CurrentLeagueGameEntity:http://schemas.datacontract.org/2004/07/WCGZoneWCF.DataMember");
WCGZoneWCF.DataMember.CurrentLeagueGameEntity.registerClass('WCGZoneWCF.DataMember.CurrentLeagueGameEntity');
}
