var WSProperties=function() {
WSProperties.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSProperties.prototype={
Search:function(SearchText,PageNum,Continent,Country,Region,PropertyCategory,LowerProperties,BedroomsNum,BathroomsNum,StartDate,EndDate,TagName,succeededCallback, failedCallback, userContext) {
return this._invoke(WSProperties.get_path(), 'Search',false,{SearchText:SearchText,PageNum:PageNum,Continent:Continent,Country:Country,Region:Region,PropertyCategory:PropertyCategory,LowerProperties:LowerProperties,BedroomsNum:BedroomsNum,BathroomsNum:BathroomsNum,StartDate:StartDate,EndDate:EndDate,TagName:TagName},succeededCallback,failedCallback,userContext); }}
WSProperties.registerClass('WSProperties',Sys.Net.WebServiceProxy);
WSProperties._staticInstance = new WSProperties();
WSProperties.set_path = function(value) { WSProperties._staticInstance._path = value; }
WSProperties.get_path = function() { return WSProperties._staticInstance._path; }
WSProperties.set_timeout = function(value) { WSProperties._staticInstance._timeout = value; }
WSProperties.get_timeout = function() { return WSProperties._staticInstance._timeout; }
WSProperties.set_defaultUserContext = function(value) { WSProperties._staticInstance._userContext = value; }
WSProperties.get_defaultUserContext = function() { return WSProperties._staticInstance._userContext; }
WSProperties.set_defaultSucceededCallback = function(value) { WSProperties._staticInstance._succeeded = value; }
WSProperties.get_defaultSucceededCallback = function() { return WSProperties._staticInstance._succeeded; }
WSProperties.set_defaultFailedCallback = function(value) { WSProperties._staticInstance._failed = value; }
WSProperties.get_defaultFailedCallback = function() { return WSProperties._staticInstance._failed; }
WSProperties.set_path("/WS/WSProperties.asmx");
WSProperties.Search= function(SearchText,PageNum,Continent,Country,Region,PropertyCategory,LowerProperties,BedroomsNum,BathroomsNum,StartDate,EndDate,TagName,onSuccess,onFailed,userContext) {WSProperties._staticInstance.Search(SearchText,PageNum,Continent,Country,Region,PropertyCategory,LowerProperties,BedroomsNum,BathroomsNum,StartDate,EndDate,TagName,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}
