Type.registerNamespace('SpykProperty.Services');
SpykProperty.Services.GetLightboxExtras=function() {
SpykProperty.Services.GetLightboxExtras.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SpykProperty.Services.GetLightboxExtras.prototype={
GetPropertyDetails:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(SpykProperty.Services.GetLightboxExtras.get_path(), 'GetPropertyDetails',false,{id:id},succeededCallback,failedCallback,userContext); }}
SpykProperty.Services.GetLightboxExtras.registerClass('SpykProperty.Services.GetLightboxExtras',Sys.Net.WebServiceProxy);
SpykProperty.Services.GetLightboxExtras._staticInstance = new SpykProperty.Services.GetLightboxExtras();
SpykProperty.Services.GetLightboxExtras.set_path = function(value) { SpykProperty.Services.GetLightboxExtras._staticInstance._path = value; }
SpykProperty.Services.GetLightboxExtras.get_path = function() { return SpykProperty.Services.GetLightboxExtras._staticInstance._path; }
SpykProperty.Services.GetLightboxExtras.set_timeout = function(value) { SpykProperty.Services.GetLightboxExtras._staticInstance._timeout = value; }
SpykProperty.Services.GetLightboxExtras.get_timeout = function() { return SpykProperty.Services.GetLightboxExtras._staticInstance._timeout; }
SpykProperty.Services.GetLightboxExtras.set_defaultUserContext = function(value) { SpykProperty.Services.GetLightboxExtras._staticInstance._userContext = value; }
SpykProperty.Services.GetLightboxExtras.get_defaultUserContext = function() { return SpykProperty.Services.GetLightboxExtras._staticInstance._userContext; }
SpykProperty.Services.GetLightboxExtras.set_defaultSucceededCallback = function(value) { SpykProperty.Services.GetLightboxExtras._staticInstance._succeeded = value; }
SpykProperty.Services.GetLightboxExtras.get_defaultSucceededCallback = function() { return SpykProperty.Services.GetLightboxExtras._staticInstance._succeeded; }
SpykProperty.Services.GetLightboxExtras.set_defaultFailedCallback = function(value) { SpykProperty.Services.GetLightboxExtras._staticInstance._failed = value; }
SpykProperty.Services.GetLightboxExtras.get_defaultFailedCallback = function() { return SpykProperty.Services.GetLightboxExtras._staticInstance._failed; }
SpykProperty.Services.GetLightboxExtras.set_path("/Services/GetLightboxExtras.asmx");
SpykProperty.Services.GetLightboxExtras.GetPropertyDetails= function(id,onSuccess,onFailed,userContext) {SpykProperty.Services.GetLightboxExtras._staticInstance.GetPropertyDetails(id,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SpykProperty.Services.ShortProperty) === 'undefined') {
SpykProperty.Services.ShortProperty=gtc("SpykProperty.Services.ShortProperty");
SpykProperty.Services.ShortProperty.registerClass('SpykProperty.Services.ShortProperty');
}
