var PropertySlideShow=function() {
PropertySlideShow.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PropertySlideShow.prototype={
GetSlidesByRef:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(PropertySlideShow.get_path(), 'GetSlidesByRef',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
PropertyMainPic:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(PropertySlideShow.get_path(), 'PropertyMainPic',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
PropertyMainPicTitle:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(PropertySlideShow.get_path(), 'PropertyMainPicTitle',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(PropertySlideShow.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); }}
PropertySlideShow.registerClass('PropertySlideShow',Sys.Net.WebServiceProxy);
PropertySlideShow._staticInstance = new PropertySlideShow();
PropertySlideShow.set_path = function(value) { PropertySlideShow._staticInstance._path = value; }
PropertySlideShow.get_path = function() { return PropertySlideShow._staticInstance._path; }
PropertySlideShow.set_timeout = function(value) { PropertySlideShow._staticInstance._timeout = value; }
PropertySlideShow.get_timeout = function() { return PropertySlideShow._staticInstance._timeout; }
PropertySlideShow.set_defaultUserContext = function(value) { PropertySlideShow._staticInstance._userContext = value; }
PropertySlideShow.get_defaultUserContext = function() { return PropertySlideShow._staticInstance._userContext; }
PropertySlideShow.set_defaultSucceededCallback = function(value) { PropertySlideShow._staticInstance._succeeded = value; }
PropertySlideShow.get_defaultSucceededCallback = function() { return PropertySlideShow._staticInstance._succeeded; }
PropertySlideShow.set_defaultFailedCallback = function(value) { PropertySlideShow._staticInstance._failed = value; }
PropertySlideShow.get_defaultFailedCallback = function() { return PropertySlideShow._staticInstance._failed; }
PropertySlideShow.set_path("/_webservices/PropertySlideShow.asmx");
PropertySlideShow.GetSlidesByRef= function(contextKey,onSuccess,onFailed,userContext) {PropertySlideShow._staticInstance.GetSlidesByRef(contextKey,onSuccess,onFailed,userContext); }
PropertySlideShow.PropertyMainPic= function(contextKey,onSuccess,onFailed,userContext) {PropertySlideShow._staticInstance.PropertyMainPic(contextKey,onSuccess,onFailed,userContext); }
PropertySlideShow.PropertyMainPicTitle= function(contextKey,onSuccess,onFailed,userContext) {PropertySlideShow._staticInstance.PropertyMainPicTitle(contextKey,onSuccess,onFailed,userContext); }
PropertySlideShow.HelloWorld= function(onSuccess,onFailed,userContext) {PropertySlideShow._staticInstance.HelloWorld(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');
}
