var WebService_Portal=function() {
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebService_Portal.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return Sys.Net._WebMethod._invoke.apply(null, [ this, 'HelloWorld','WebService_Portal.HelloWorld',false,{},succeededCallback, failedCallback, userContext]); },
GetProperties:function(succeededCallback, failedCallback, userContext) {
return Sys.Net._WebMethod._invoke.apply(null, [ this, 'GetProperties','WebService_Portal.GetProperties',false,{},succeededCallback, failedCallback, userContext]); },
GetProperties_Filter:function(XSLT,perpage,eaid,Page,e_id,GLAZING_TYPE,RentalPeriod,MinPrice,MaxPrice,GlobalPropType,Bedrooms,receptions,ShowSTC,succeededCallback, failedCallback, userContext) {
return Sys.Net._WebMethod._invoke.apply(null, [ this, 'GetProperties_Filter','WebService_Portal.GetProperties_Filter',false,{XSLT:XSLT,perpage:perpage,eaid:eaid,Page:Page,e_id:e_id,GLAZING_TYPE:GLAZING_TYPE,RentalPeriod:RentalPeriod,MinPrice:MinPrice,MaxPrice:MaxPrice,GlobalPropType:GlobalPropType,Bedrooms:Bedrooms,receptions:receptions,ShowSTC:ShowSTC},succeededCallback, failedCallback, userContext]); },
GetOfficesByState:function(succeededCallback, failedCallback, userContext) {
return Sys.Net._WebMethod._invoke.apply(null, [ this, 'GetOfficesByState','WebService_Portal.GetOfficesByState',false,{},succeededCallback, failedCallback, userContext]); },_get_path: function() { return WebService_Portal.get_path(); },

set_timeout: function(value) {
    var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]);
    if (e) throw e;
    if (value < 0) {
        throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout);
    }
    this._timeout = value;
},
get_timeout: function() {
    return this._timeout;
},
set_defaultUserContext: function(value) {
    this._userContext = value;
},
get_defaultUserContext: function() {
    return this._userContext;
},
set_defaultSucceededCallback: function(value) {
    var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]);
    if (e) throw e;
    this._succeeded = value;
},
get_defaultSucceededCallback: function() {
    return this._succeeded;
},
set_defaultFailedCallback: function(value) {
    var e = Function._validateParams(arguments, [{name: 'set_defaultFailedCallback', type: Function}]);
    if (e) throw e;
    this._failed = value;
},
get_defaultFailedCallback: function() {
    return this._failed;
}
}
WebService_Portal._staticInstance = new WebService_Portal();
WebService_Portal.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebService_Portal._staticInstance._path = value; }
WebService_Portal.get_path = function() { return WebService_Portal._staticInstance._path; }
WebService_Portal.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WebService_Portal._staticInstance._timeout = value; }
WebService_Portal.get_timeout = function() { 
return WebService_Portal._staticInstance._timeout; }
WebService_Portal.set_defaultUserContext = function(value) { 
WebService_Portal._staticInstance._userContext = value; }
WebService_Portal.get_defaultUserContext = function() { 
return WebService_Portal._staticInstance._userContext; }
WebService_Portal.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebService_Portal._staticInstance._succeeded = value; }
WebService_Portal.get_defaultSucceededCallback = function() { 
return WebService_Portal._staticInstance._succeeded; }
WebService_Portal.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebService_Portal._staticInstance._failed = value; }
WebService_Portal.get_defaultFailedCallback = function() { 
return WebService_Portal._staticInstance._failed; }
WebService_Portal.set_path("/map/WebService_Portal.asmx");
WebService_Portal.HelloWorld= function(onSuccess,onFailed,userContext) {WebService_Portal._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
WebService_Portal.GetProperties= function(onSuccess,onFailed,userContext) {WebService_Portal._staticInstance.GetProperties(onSuccess,onFailed,userContext); }
WebService_Portal.GetProperties_Filter= function(XSLT,perpage,eaid,Page,e_id,GLAZING_TYPE,RentalPeriod,MinPrice,MaxPrice,GlobalPropType,Bedrooms,receptions,ShowSTC,onSuccess,onFailed,userContext) {WebService_Portal._staticInstance.GetProperties_Filter(XSLT,perpage,eaid,Page,e_id,GLAZING_TYPE,RentalPeriod,MinPrice,MaxPrice,GlobalPropType,Bedrooms,receptions,ShowSTC,onSuccess,onFailed,userContext); }
WebService_Portal.GetOfficesByState= function(onSuccess,onFailed,userContext) {WebService_Portal._staticInstance.GetOfficesByState(onSuccess,onFailed,userContext); }
var gtc = Sys.Net._WebMethod._generateTypedConstructor;
var cls_office=gtc("cls_office");
cls_office.registerClass('cls_office');
