Type.registerNamespace('TiqiqWebServices');
TiqiqWebServices.EventsData=function() {
TiqiqWebServices.EventsData.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TiqiqWebServices.EventsData.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TiqiqWebServices.EventsData._staticInstance.get_path();},
LogUserAction:function(Category,Action,Screen,WidgetID,PublisherID,EventID,ListingID,SampleID,Quantity,Price,Referrer,succeededCallback, failedCallback, userContext) {
/// <param name="Category" type="String">System.String</param>
/// <param name="Action" type="String">System.String</param>
/// <param name="Screen" type="String">System.String</param>
/// <param name="WidgetID" type="Number">System.Int64</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="ListingID" type="Number">System.Int64</param>
/// <param name="SampleID" type="Number">System.Int64</param>
/// <param name="Quantity" type="Number">System.Int32</param>
/// <param name="Price" type="Number">System.Decimal</param>
/// <param name="Referrer" 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(), 'LogUserAction',false,{Category:Category,Action:Action,Screen:Screen,WidgetID:WidgetID,PublisherID:PublisherID,EventID:EventID,ListingID:ListingID,SampleID:SampleID,Quantity:Quantity,Price:Price,Referrer:Referrer},succeededCallback,failedCallback,userContext); },
GetEventActiveListings:function(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,OrderBy,CurPage,PublisherID,WidgetID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="SelectedSections" type="String">System.String</param>
/// <param name="PriceFrom" type="Number">System.Decimal</param>
/// <param name="PriceTo" type="Number">System.Decimal</param>
/// <param name="NoOfTickets" type="Number">System.Int32</param>
/// <param name="SaleMethod" type="String">System.String</param>
/// <param name="OrderBy" type="String">System.String</param>
/// <param name="CurPage" type="Number">System.Int32</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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(), 'GetEventActiveListings',false,{EventID:EventID,SelectedZones:SelectedZones,SelectedSections:SelectedSections,PriceFrom:PriceFrom,PriceTo:PriceTo,NoOfTickets:NoOfTickets,SaleMethod:SaleMethod,OrderBy:OrderBy,CurPage:CurPage,PublisherID:PublisherID,WidgetID:WidgetID},succeededCallback,failedCallback,userContext); },
GetEventStatistics:function(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="SelectedSections" type="String">System.String</param>
/// <param name="PriceFrom" type="Number">System.Decimal</param>
/// <param name="PriceTo" type="Number">System.Decimal</param>
/// <param name="NoOfTickets" type="Number">System.Int32</param>
/// <param name="SaleMethod" 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(), 'GetEventStatistics',false,{EventID:EventID,SelectedZones:SelectedZones,SelectedSections:SelectedSections,PriceFrom:PriceFrom,PriceTo:PriceTo,NoOfTickets:NoOfTickets,SaleMethod:SaleMethod},succeededCallback,failedCallback,userContext); },
GetAdminEventInfo:function(EventID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</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(), 'GetAdminEventInfo',false,{EventID:EventID},succeededCallback,failedCallback,userContext); },
GetEventInfo:function(EventID,PublisherID,WidgetID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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(), 'GetEventInfo',false,{EventID:EventID,PublisherID:PublisherID,WidgetID:WidgetID},succeededCallback,failedCallback,userContext); },
SearchEvent:function(SearchString,succeededCallback, failedCallback, userContext) {
/// <param name="SearchString" 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(), 'SearchEvent',false,{SearchString:SearchString},succeededCallback,failedCallback,userContext); },
GetNextGames:function(PerformerID,PerformerName,CurrentEventID,HomeGame,PublisherID,WidgetID,EventCount,succeededCallback, failedCallback, userContext) {
/// <param name="PerformerID" type="Number">System.Int64</param>
/// <param name="PerformerName" type="String">System.String</param>
/// <param name="CurrentEventID" type="Number">System.Int64</param>
/// <param name="HomeGame" type="Boolean">System.Boolean</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</param>
/// <param name="EventCount" 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(), 'GetNextGames',false,{PerformerID:PerformerID,PerformerName:PerformerName,CurrentEventID:CurrentEventID,HomeGame:HomeGame,PublisherID:PublisherID,WidgetID:WidgetID,EventCount:EventCount},succeededCallback,failedCallback,userContext); },
GetEventsForPublisher:function(PerformerIDs,VenueIDs,EventIDs,StartDate,FixedEventCount,PublisherID,WidgetID,succeededCallback, failedCallback, userContext) {
/// <param name="PerformerIDs" type="String">System.String</param>
/// <param name="VenueIDs" type="String">System.String</param>
/// <param name="EventIDs" type="String">System.String</param>
/// <param name="StartDate" type="Date">System.DateTime</param>
/// <param name="FixedEventCount" type="Number">System.Int32</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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(), 'GetEventsForPublisher',false,{PerformerIDs:PerformerIDs,VenueIDs:VenueIDs,EventIDs:EventIDs,StartDate:StartDate,FixedEventCount:FixedEventCount,PublisherID:PublisherID,WidgetID:WidgetID},succeededCallback,failedCallback,userContext); },
GetStatsOfDataSources:function(EventID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</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(), 'GetStatsOfDataSources',false,{EventID:EventID},succeededCallback,failedCallback,userContext); },
GetEventGraph:function(EventID,SelectedZones,GrphType,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="GrphType" type="TiqiqWebServices.GraphType">TiqiqWebServices.GraphType</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(), 'GetEventGraph',false,{EventID:EventID,SelectedZones:SelectedZones,GrphType:GrphType},succeededCallback,failedCallback,userContext); },
GetHistoricDataSeries:function(EventID,Series,SelectedZones,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="Series" type="String">System.String</param>
/// <param name="SelectedZones" 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(), 'GetHistoricDataSeries',false,{EventID:EventID,Series:Series,SelectedZones:SelectedZones},succeededCallback,failedCallback,userContext); },
SearchEventAdvanced:function(SearchString,PerfClass1,EventCity,FromDate,ToDate,AllowPastEvents,OrderBy,succeededCallback, failedCallback, userContext) {
/// <param name="SearchString" type="String">System.String</param>
/// <param name="PerfClass1" type="String">System.String</param>
/// <param name="EventCity" type="String">System.String</param>
/// <param name="FromDate" type="Date">System.DateTime</param>
/// <param name="ToDate" type="Date">System.DateTime</param>
/// <param name="AllowPastEvents" type="Boolean">System.Boolean</param>
/// <param name="OrderBy" 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(), 'SearchEventAdvanced',false,{SearchString:SearchString,PerfClass1:PerfClass1,EventCity:EventCity,FromDate:FromDate,ToDate:ToDate,AllowPastEvents:AllowPastEvents,OrderBy:OrderBy},succeededCallback,failedCallback,userContext); },
GetPerformersOfSearch:function(Search,succeededCallback, failedCallback, userContext) {
/// <param name="Search" 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(), 'GetPerformersOfSearch',false,{Search:Search},succeededCallback,failedCallback,userContext); },
GetLocalEvents:function(Local,succeededCallback, failedCallback, userContext) {
/// <param name="Local" 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(), 'GetLocalEvents',false,{Local:Local},succeededCallback,failedCallback,userContext); },
GetPerformersOfSearchAutoComplete:function(Search,succeededCallback, failedCallback, userContext) {
/// <param name="Search" 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(), 'GetPerformersOfSearchAutoComplete',false,{Search:Search},succeededCallback,failedCallback,userContext); },
GetEventImages:function(EventID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</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(), 'GetEventImages',false,{EventID:EventID},succeededCallback,failedCallback,userContext); },
GetScoreBigURLs:function(EventIDs,succeededCallback, failedCallback, userContext) {
/// <param name="EventIDs" 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(), 'GetScoreBigURLs',false,{EventIDs:EventIDs},succeededCallback,failedCallback,userContext); },
GetScoreBigURLsExtended:function(EventIDs,succeededCallback, failedCallback, userContext) {
/// <param name="EventIDs" 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(), 'GetScoreBigURLsExtended',false,{EventIDs:EventIDs},succeededCallback,failedCallback,userContext); },
RegisterFacebookUser:function(FaceBookID,PublisherID,AccessToken,succeededCallback, failedCallback, userContext) {
/// <param name="FaceBookID" type="String">System.String</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="AccessToken" 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(), 'RegisterFacebookUser',false,{FaceBookID:FaceBookID,PublisherID:PublisherID,AccessToken:AccessToken},succeededCallback,failedCallback,userContext); },
RegisterNewUserEMail:function(EMail,succeededCallback, failedCallback, userContext) {
/// <param name="EMail" 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(), 'RegisterNewUserEMail',false,{EMail:EMail},succeededCallback,failedCallback,userContext); },
GetDealOfTheDay:function(EventID,succeededCallback, failedCallback, userContext) {
/// <param name="EventID" type="Number">System.Int64</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(), 'GetDealOfTheDay',false,{EventID:EventID},succeededCallback,failedCallback,userContext); },
GetMetroAreas: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(), 'GetMetroAreas',false,{},succeededCallback,failedCallback,userContext); }}
TiqiqWebServices.EventsData.registerClass('TiqiqWebServices.EventsData',Sys.Net.WebServiceProxy);
TiqiqWebServices.EventsData._staticInstance = new TiqiqWebServices.EventsData();
TiqiqWebServices.EventsData.set_path = function(value) {
TiqiqWebServices.EventsData._staticInstance.set_path(value); }
TiqiqWebServices.EventsData.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return TiqiqWebServices.EventsData._staticInstance.get_path();}
TiqiqWebServices.EventsData.set_timeout = function(value) {
TiqiqWebServices.EventsData._staticInstance.set_timeout(value); }
TiqiqWebServices.EventsData.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return TiqiqWebServices.EventsData._staticInstance.get_timeout(); }
TiqiqWebServices.EventsData.set_defaultUserContext = function(value) { 
TiqiqWebServices.EventsData._staticInstance.set_defaultUserContext(value); }
TiqiqWebServices.EventsData.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return TiqiqWebServices.EventsData._staticInstance.get_defaultUserContext(); }
TiqiqWebServices.EventsData.set_defaultSucceededCallback = function(value) { 
 TiqiqWebServices.EventsData._staticInstance.set_defaultSucceededCallback(value); }
TiqiqWebServices.EventsData.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return TiqiqWebServices.EventsData._staticInstance.get_defaultSucceededCallback(); }
TiqiqWebServices.EventsData.set_defaultFailedCallback = function(value) { 
TiqiqWebServices.EventsData._staticInstance.set_defaultFailedCallback(value); }
TiqiqWebServices.EventsData.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return TiqiqWebServices.EventsData._staticInstance.get_defaultFailedCallback(); }
TiqiqWebServices.EventsData.set_path("/WebServices/EventsData.asmx");
TiqiqWebServices.EventsData.LogUserAction= function(Category,Action,Screen,WidgetID,PublisherID,EventID,ListingID,SampleID,Quantity,Price,Referrer,onSuccess,onFailed,userContext) {
/// <param name="Category" type="String">System.String</param>
/// <param name="Action" type="String">System.String</param>
/// <param name="Screen" type="String">System.String</param>
/// <param name="WidgetID" type="Number">System.Int64</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="ListingID" type="Number">System.Int64</param>
/// <param name="SampleID" type="Number">System.Int64</param>
/// <param name="Quantity" type="Number">System.Int32</param>
/// <param name="Price" type="Number">System.Decimal</param>
/// <param name="Referrer" 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>
TiqiqWebServices.EventsData._staticInstance.LogUserAction(Category,Action,Screen,WidgetID,PublisherID,EventID,ListingID,SampleID,Quantity,Price,Referrer,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventActiveListings= function(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,OrderBy,CurPage,PublisherID,WidgetID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="SelectedSections" type="String">System.String</param>
/// <param name="PriceFrom" type="Number">System.Decimal</param>
/// <param name="PriceTo" type="Number">System.Decimal</param>
/// <param name="NoOfTickets" type="Number">System.Int32</param>
/// <param name="SaleMethod" type="String">System.String</param>
/// <param name="OrderBy" type="String">System.String</param>
/// <param name="CurPage" type="Number">System.Int32</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetEventActiveListings(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,OrderBy,CurPage,PublisherID,WidgetID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventStatistics= function(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="SelectedSections" type="String">System.String</param>
/// <param name="PriceFrom" type="Number">System.Decimal</param>
/// <param name="PriceTo" type="Number">System.Decimal</param>
/// <param name="NoOfTickets" type="Number">System.Int32</param>
/// <param name="SaleMethod" 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>
TiqiqWebServices.EventsData._staticInstance.GetEventStatistics(EventID,SelectedZones,SelectedSections,PriceFrom,PriceTo,NoOfTickets,SaleMethod,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetAdminEventInfo= function(EventID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetAdminEventInfo(EventID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventInfo= function(EventID,PublisherID,WidgetID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetEventInfo(EventID,PublisherID,WidgetID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.SearchEvent= function(SearchString,onSuccess,onFailed,userContext) {
/// <param name="SearchString" 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>
TiqiqWebServices.EventsData._staticInstance.SearchEvent(SearchString,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetNextGames= function(PerformerID,PerformerName,CurrentEventID,HomeGame,PublisherID,WidgetID,EventCount,onSuccess,onFailed,userContext) {
/// <param name="PerformerID" type="Number">System.Int64</param>
/// <param name="PerformerName" type="String">System.String</param>
/// <param name="CurrentEventID" type="Number">System.Int64</param>
/// <param name="HomeGame" type="Boolean">System.Boolean</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</param>
/// <param name="EventCount" 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>
TiqiqWebServices.EventsData._staticInstance.GetNextGames(PerformerID,PerformerName,CurrentEventID,HomeGame,PublisherID,WidgetID,EventCount,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventsForPublisher= function(PerformerIDs,VenueIDs,EventIDs,StartDate,FixedEventCount,PublisherID,WidgetID,onSuccess,onFailed,userContext) {
/// <param name="PerformerIDs" type="String">System.String</param>
/// <param name="VenueIDs" type="String">System.String</param>
/// <param name="EventIDs" type="String">System.String</param>
/// <param name="StartDate" type="Date">System.DateTime</param>
/// <param name="FixedEventCount" type="Number">System.Int32</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="WidgetID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetEventsForPublisher(PerformerIDs,VenueIDs,EventIDs,StartDate,FixedEventCount,PublisherID,WidgetID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetStatsOfDataSources= function(EventID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetStatsOfDataSources(EventID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventGraph= function(EventID,SelectedZones,GrphType,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="SelectedZones" type="String">System.String</param>
/// <param name="GrphType" type="TiqiqWebServices.GraphType">TiqiqWebServices.GraphType</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>
TiqiqWebServices.EventsData._staticInstance.GetEventGraph(EventID,SelectedZones,GrphType,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetHistoricDataSeries= function(EventID,Series,SelectedZones,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</param>
/// <param name="Series" type="String">System.String</param>
/// <param name="SelectedZones" 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>
TiqiqWebServices.EventsData._staticInstance.GetHistoricDataSeries(EventID,Series,SelectedZones,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.SearchEventAdvanced= function(SearchString,PerfClass1,EventCity,FromDate,ToDate,AllowPastEvents,OrderBy,onSuccess,onFailed,userContext) {
/// <param name="SearchString" type="String">System.String</param>
/// <param name="PerfClass1" type="String">System.String</param>
/// <param name="EventCity" type="String">System.String</param>
/// <param name="FromDate" type="Date">System.DateTime</param>
/// <param name="ToDate" type="Date">System.DateTime</param>
/// <param name="AllowPastEvents" type="Boolean">System.Boolean</param>
/// <param name="OrderBy" 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>
TiqiqWebServices.EventsData._staticInstance.SearchEventAdvanced(SearchString,PerfClass1,EventCity,FromDate,ToDate,AllowPastEvents,OrderBy,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetPerformersOfSearch= function(Search,onSuccess,onFailed,userContext) {
/// <param name="Search" 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>
TiqiqWebServices.EventsData._staticInstance.GetPerformersOfSearch(Search,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetLocalEvents= function(Local,onSuccess,onFailed,userContext) {
/// <param name="Local" 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>
TiqiqWebServices.EventsData._staticInstance.GetLocalEvents(Local,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetPerformersOfSearchAutoComplete= function(Search,onSuccess,onFailed,userContext) {
/// <param name="Search" 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>
TiqiqWebServices.EventsData._staticInstance.GetPerformersOfSearchAutoComplete(Search,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetEventImages= function(EventID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetEventImages(EventID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetScoreBigURLs= function(EventIDs,onSuccess,onFailed,userContext) {
/// <param name="EventIDs" 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>
TiqiqWebServices.EventsData._staticInstance.GetScoreBigURLs(EventIDs,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetScoreBigURLsExtended= function(EventIDs,onSuccess,onFailed,userContext) {
/// <param name="EventIDs" 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>
TiqiqWebServices.EventsData._staticInstance.GetScoreBigURLsExtended(EventIDs,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.RegisterFacebookUser= function(FaceBookID,PublisherID,AccessToken,onSuccess,onFailed,userContext) {
/// <param name="FaceBookID" type="String">System.String</param>
/// <param name="PublisherID" type="Number">System.Int64</param>
/// <param name="AccessToken" 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>
TiqiqWebServices.EventsData._staticInstance.RegisterFacebookUser(FaceBookID,PublisherID,AccessToken,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.RegisterNewUserEMail= function(EMail,onSuccess,onFailed,userContext) {
/// <param name="EMail" 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>
TiqiqWebServices.EventsData._staticInstance.RegisterNewUserEMail(EMail,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetDealOfTheDay= function(EventID,onSuccess,onFailed,userContext) {
/// <param name="EventID" type="Number">System.Int64</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>
TiqiqWebServices.EventsData._staticInstance.GetDealOfTheDay(EventID,onSuccess,onFailed,userContext); }
TiqiqWebServices.EventsData.GetMetroAreas= 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>
TiqiqWebServices.EventsData._staticInstance.GetMetroAreas(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(TiqiqWebServices.GetActiveListingsResponse) === 'undefined') {
TiqiqWebServices.GetActiveListingsResponse=gtc("TiqiqWebServices.GetActiveListingsResponse");
TiqiqWebServices.GetActiveListingsResponse.registerClass('TiqiqWebServices.GetActiveListingsResponse');
}
if (typeof(TiqiqWebServices.GetStatisticsResponse) === 'undefined') {
TiqiqWebServices.GetStatisticsResponse=gtc("TiqiqWebServices.GetStatisticsResponse");
TiqiqWebServices.GetStatisticsResponse.registerClass('TiqiqWebServices.GetStatisticsResponse');
}
if (typeof(TiqiqWebServices.GetEventsAdminResponse) === 'undefined') {
TiqiqWebServices.GetEventsAdminResponse=gtc("TiqiqWebServices.GetEventsAdminResponse");
TiqiqWebServices.GetEventsAdminResponse.registerClass('TiqiqWebServices.GetEventsAdminResponse');
}
if (typeof(TiqiqWebServices.GetEventResponse) === 'undefined') {
TiqiqWebServices.GetEventResponse=gtc("TiqiqWebServices.GetEventResponse");
TiqiqWebServices.GetEventResponse.registerClass('TiqiqWebServices.GetEventResponse');
}
if (typeof(TiqiqWebServices.GetEventsResponse) === 'undefined') {
TiqiqWebServices.GetEventsResponse=gtc("TiqiqWebServices.GetEventsResponse");
TiqiqWebServices.GetEventsResponse.registerClass('TiqiqWebServices.GetEventsResponse');
}
if (typeof(TiqiqWebServices.GetPublisherEventsResponse) === 'undefined') {
TiqiqWebServices.GetPublisherEventsResponse=gtc("TiqiqWebServices.GetPublisherEventsResponse");
TiqiqWebServices.GetPublisherEventsResponse.registerClass('TiqiqWebServices.GetPublisherEventsResponse');
}
if (typeof(TiqiqWebServices.GetDataSourceStatsResponse) === 'undefined') {
TiqiqWebServices.GetDataSourceStatsResponse=gtc("TiqiqWebServices.GetDataSourceStatsResponse");
TiqiqWebServices.GetDataSourceStatsResponse.registerClass('TiqiqWebServices.GetDataSourceStatsResponse');
}
if (typeof(TiqiqWebServices.GetGraphResponse) === 'undefined') {
TiqiqWebServices.GetGraphResponse=gtc("TiqiqWebServices.GetGraphResponse");
TiqiqWebServices.GetGraphResponse.registerClass('TiqiqWebServices.GetGraphResponse');
}
if (typeof(TiqiqWebServices.GetHistoricDataResponse) === 'undefined') {
TiqiqWebServices.GetHistoricDataResponse=gtc("TiqiqWebServices.GetHistoricDataResponse");
TiqiqWebServices.GetHistoricDataResponse.registerClass('TiqiqWebServices.GetHistoricDataResponse');
}
if (typeof(TiqiqWebServices.GetPerformersResponse) === 'undefined') {
TiqiqWebServices.GetPerformersResponse=gtc("TiqiqWebServices.GetPerformersResponse");
TiqiqWebServices.GetPerformersResponse.registerClass('TiqiqWebServices.GetPerformersResponse');
}
if (typeof(TiqiqWebServices.GetLocalEventsAndDealOfDayResponse) === 'undefined') {
TiqiqWebServices.GetLocalEventsAndDealOfDayResponse=gtc("TiqiqWebServices.GetLocalEventsAndDealOfDayResponse");
TiqiqWebServices.GetLocalEventsAndDealOfDayResponse.registerClass('TiqiqWebServices.GetLocalEventsAndDealOfDayResponse');
}
if (typeof(TiqiqWebServices.GetSearchAutoCompleteResponse) === 'undefined') {
TiqiqWebServices.GetSearchAutoCompleteResponse=gtc("TiqiqWebServices.GetSearchAutoCompleteResponse");
TiqiqWebServices.GetSearchAutoCompleteResponse.registerClass('TiqiqWebServices.GetSearchAutoCompleteResponse');
}
Type.registerNamespace('System.Collections');
if (typeof(System.Collections.DictionaryEntry) === 'undefined') {
System.Collections.DictionaryEntry=gtc("System.Collections.DictionaryEntry");
System.Collections.DictionaryEntry.registerClass('System.Collections.DictionaryEntry');
}
if (typeof(TiqiqWebServices.SerializableScoreBigInfo) === 'undefined') {
TiqiqWebServices.SerializableScoreBigInfo=gtc("TiqiqWebServices.SerializableScoreBigInfo");
TiqiqWebServices.SerializableScoreBigInfo.registerClass('TiqiqWebServices.SerializableScoreBigInfo');
}
if (typeof(TiqiqWebServices.WidgetSeatViewResponse) === 'undefined') {
TiqiqWebServices.WidgetSeatViewResponse=gtc("TiqiqWebServices.WidgetSeatViewResponse");
TiqiqWebServices.WidgetSeatViewResponse.registerClass('TiqiqWebServices.WidgetSeatViewResponse');
}
if (typeof(TiqiqWebServices.GraphType) === 'undefined') {
TiqiqWebServices.GraphType = function() { throw Error.invalidOperation(); }
TiqiqWebServices.GraphType.prototype = {AvgAskAndSale: 0,Quantities: 1,BothGraphs: 2}
TiqiqWebServices.GraphType.registerEnum('TiqiqWebServices.GraphType', true);
}

