Type.registerNamespace('IFSF');
IFSF.helper=function() {
IFSF.helper.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
IFSF.helper.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return IFSF.helper._staticInstance.get_path();},
HelloWorld: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(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
LoadImages:function(contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" 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(), 'LoadImages',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
IFSF.helper.registerClass('IFSF.helper',Sys.Net.WebServiceProxy);
IFSF.helper._staticInstance = new IFSF.helper();
IFSF.helper.set_path = function(value) {
IFSF.helper._staticInstance.set_path(value); }
IFSF.helper.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return IFSF.helper._staticInstance.get_path();}
IFSF.helper.set_timeout = function(value) {
IFSF.helper._staticInstance.set_timeout(value); }
IFSF.helper.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return IFSF.helper._staticInstance.get_timeout(); }
IFSF.helper.set_defaultUserContext = function(value) { 
IFSF.helper._staticInstance.set_defaultUserContext(value); }
IFSF.helper.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return IFSF.helper._staticInstance.get_defaultUserContext(); }
IFSF.helper.set_defaultSucceededCallback = function(value) { 
 IFSF.helper._staticInstance.set_defaultSucceededCallback(value); }
IFSF.helper.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return IFSF.helper._staticInstance.get_defaultSucceededCallback(); }
IFSF.helper.set_defaultFailedCallback = function(value) { 
IFSF.helper._staticInstance.set_defaultFailedCallback(value); }
IFSF.helper.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return IFSF.helper._staticInstance.get_defaultFailedCallback(); }
IFSF.helper.set_path("/site/helper.asmx");
IFSF.helper.HelloWorld= 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>
IFSF.helper._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
IFSF.helper.LoadImages= function(contextKey,onSuccess,onFailed,userContext) {
/// <param name="contextKey" 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>
IFSF.helper._staticInstance.LoadImages(contextKey,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}
