var IbSummitDetails=function() {
IbSummitDetails.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
IbSummitDetails.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return IbSummitDetails._staticInstance.get_path();},
DoWork: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(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
GetNumberOfSessions: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(), 'GetNumberOfSessions',false,{},succeededCallback,failedCallback,userContext); },
GetNumberOfSpeakers: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(), 'GetNumberOfSpeakers',false,{},succeededCallback,failedCallback,userContext); },
GetRandomNumberOfSession: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(), 'GetRandomNumberOfSession',false,{},succeededCallback,failedCallback,userContext); },
GetRandomNumberOfSpeaker: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(), 'GetRandomNumberOfSpeaker',false,{},succeededCallback,failedCallback,userContext); },
GetSession:function(rowNumber,succeededCallback, failedCallback, userContext) {
/// <param name="rowNumber" 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(), 'GetSession',false,{rowNumber:rowNumber},succeededCallback,failedCallback,userContext); },
GetSpeaker:function(rowNumber,succeededCallback, failedCallback, userContext) {
/// <param name="rowNumber" 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(), 'GetSpeaker',false,{rowNumber:rowNumber},succeededCallback,failedCallback,userContext); }}
IbSummitDetails.registerClass('IbSummitDetails',Sys.Net.WebServiceProxy);
IbSummitDetails._staticInstance = new IbSummitDetails();
IbSummitDetails.set_path = function(value) {
IbSummitDetails._staticInstance.set_path(value); }
IbSummitDetails.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return IbSummitDetails._staticInstance.get_path();}
IbSummitDetails.set_timeout = function(value) {
IbSummitDetails._staticInstance.set_timeout(value); }
IbSummitDetails.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return IbSummitDetails._staticInstance.get_timeout(); }
IbSummitDetails.set_defaultUserContext = function(value) { 
IbSummitDetails._staticInstance.set_defaultUserContext(value); }
IbSummitDetails.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return IbSummitDetails._staticInstance.get_defaultUserContext(); }
IbSummitDetails.set_defaultSucceededCallback = function(value) { 
 IbSummitDetails._staticInstance.set_defaultSucceededCallback(value); }
IbSummitDetails.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return IbSummitDetails._staticInstance.get_defaultSucceededCallback(); }
IbSummitDetails.set_defaultFailedCallback = function(value) { 
IbSummitDetails._staticInstance.set_defaultFailedCallback(value); }
IbSummitDetails.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return IbSummitDetails._staticInstance.get_defaultFailedCallback(); }
IbSummitDetails.set_path("/ib/IbSummitDetails.svc");
IbSummitDetails.DoWork= 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>
IbSummitDetails._staticInstance.DoWork(onSuccess,onFailed,userContext); }
IbSummitDetails.GetNumberOfSessions= 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>
IbSummitDetails._staticInstance.GetNumberOfSessions(onSuccess,onFailed,userContext); }
IbSummitDetails.GetNumberOfSpeakers= 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>
IbSummitDetails._staticInstance.GetNumberOfSpeakers(onSuccess,onFailed,userContext); }
IbSummitDetails.GetRandomNumberOfSession= 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>
IbSummitDetails._staticInstance.GetRandomNumberOfSession(onSuccess,onFailed,userContext); }
IbSummitDetails.GetRandomNumberOfSpeaker= 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>
IbSummitDetails._staticInstance.GetRandomNumberOfSpeaker(onSuccess,onFailed,userContext); }
IbSummitDetails.GetSession= function(rowNumber,onSuccess,onFailed,userContext) {
/// <param name="rowNumber" 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>
IbSummitDetails._staticInstance.GetSession(rowNumber,onSuccess,onFailed,userContext); }
IbSummitDetails.GetSpeaker= function(rowNumber,onSuccess,onFailed,userContext) {
/// <param name="rowNumber" 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>
IbSummitDetails._staticInstance.GetSpeaker(rowNumber,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SummitSession) === 'undefined') {
var SummitSession=gtc("SummitSession:http://schemas.datacontract.org/2004/07/");
SummitSession.registerClass('SummitSession');
}
if (typeof(Speaker) === 'undefined') {
var Speaker=gtc("Speaker:http://schemas.datacontract.org/2004/07/");
Speaker.registerClass('Speaker');
}
