Type.registerNamespace('com.transparensee.realcomp');
com.transparensee.realcomp.transparenSeeProxy=function() {
com.transparensee.realcomp.transparenSeeProxy.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
com.transparensee.realcomp.transparenSeeProxy.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_path();},
GetRadiusMatches:function(strCriteria,currentPage,prevCurrentPage,strPropType,strViewType,strLayoutViewType,strSortOrder,strLocation,blnOpenHouse,strSrchType,intRecsPerPage,strMLSNumber_p,succeededCallback, failedCallback, userContext) {
/// <param name="strCriteria" type="String">System.String</param>
/// <param name="currentPage" type="Number">System.Int32</param>
/// <param name="prevCurrentPage" type="Number">System.Int32</param>
/// <param name="strPropType" type="String">System.String</param>
/// <param name="strViewType" type="String">System.String</param>
/// <param name="strLayoutViewType" type="String">System.String</param>
/// <param name="strSortOrder" type="String">System.String</param>
/// <param name="strLocation" type="String">System.String</param>
/// <param name="blnOpenHouse" type="Boolean">System.Boolean</param>
/// <param name="strSrchType" type="String">System.String</param>
/// <param name="intRecsPerPage" type="Number">System.Int32</param>
/// <param name="strMLSNumber_p" 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(), 'GetRadiusMatches',false,{strCriteria:strCriteria,currentPage:currentPage,prevCurrentPage:prevCurrentPage,strPropType:strPropType,strViewType:strViewType,strLayoutViewType:strLayoutViewType,strSortOrder:strSortOrder,strLocation:strLocation,blnOpenHouse:blnOpenHouse,strSrchType:strSrchType,intRecsPerPage:intRecsPerPage,strMLSNumber_p:strMLSNumber_p},succeededCallback,failedCallback,userContext); }}
com.transparensee.realcomp.transparenSeeProxy.registerClass('com.transparensee.realcomp.transparenSeeProxy',Sys.Net.WebServiceProxy);
com.transparensee.realcomp.transparenSeeProxy._staticInstance = new com.transparensee.realcomp.transparenSeeProxy();
com.transparensee.realcomp.transparenSeeProxy.set_path = function(value) {
com.transparensee.realcomp.transparenSeeProxy._staticInstance.set_path(value); }
com.transparensee.realcomp.transparenSeeProxy.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_path();}
com.transparensee.realcomp.transparenSeeProxy.set_timeout = function(value) {
com.transparensee.realcomp.transparenSeeProxy._staticInstance.set_timeout(value); }
com.transparensee.realcomp.transparenSeeProxy.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_timeout(); }
com.transparensee.realcomp.transparenSeeProxy.set_defaultUserContext = function(value) { 
com.transparensee.realcomp.transparenSeeProxy._staticInstance.set_defaultUserContext(value); }
com.transparensee.realcomp.transparenSeeProxy.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_defaultUserContext(); }
com.transparensee.realcomp.transparenSeeProxy.set_defaultSucceededCallback = function(value) { 
 com.transparensee.realcomp.transparenSeeProxy._staticInstance.set_defaultSucceededCallback(value); }
com.transparensee.realcomp.transparenSeeProxy.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_defaultSucceededCallback(); }
com.transparensee.realcomp.transparenSeeProxy.set_defaultFailedCallback = function(value) { 
com.transparensee.realcomp.transparenSeeProxy._staticInstance.set_defaultFailedCallback(value); }
com.transparensee.realcomp.transparenSeeProxy.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return com.transparensee.realcomp.transparenSeeProxy._staticInstance.get_defaultFailedCallback(); }
com.transparensee.realcomp.transparenSeeProxy.set_path("/transparenSeeProxy.asmx");
com.transparensee.realcomp.transparenSeeProxy.GetRadiusMatches= function(strCriteria,currentPage,prevCurrentPage,strPropType,strViewType,strLayoutViewType,strSortOrder,strLocation,blnOpenHouse,strSrchType,intRecsPerPage,strMLSNumber_p,onSuccess,onFailed,userContext) {
/// <param name="strCriteria" type="String">System.String</param>
/// <param name="currentPage" type="Number">System.Int32</param>
/// <param name="prevCurrentPage" type="Number">System.Int32</param>
/// <param name="strPropType" type="String">System.String</param>
/// <param name="strViewType" type="String">System.String</param>
/// <param name="strLayoutViewType" type="String">System.String</param>
/// <param name="strSortOrder" type="String">System.String</param>
/// <param name="strLocation" type="String">System.String</param>
/// <param name="blnOpenHouse" type="Boolean">System.Boolean</param>
/// <param name="strSrchType" type="String">System.String</param>
/// <param name="intRecsPerPage" type="Number">System.Int32</param>
/// <param name="strMLSNumber_p" 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>
com.transparensee.realcomp.transparenSeeProxy._staticInstance.GetRadiusMatches(strCriteria,currentPage,prevCurrentPage,strPropType,strViewType,strLayoutViewType,strSortOrder,strLocation,blnOpenHouse,strSrchType,intRecsPerPage,strMLSNumber_p,onSuccess,onFailed,userContext); }

