Type.registerNamespace('Services.Pyramid');
Services.Pyramid.Data=function() {
Services.Pyramid.Data.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Services.Pyramid.Data.prototype={
Search:function(RowIndex,MaxRecordsToReturn,Transaction_Type,SqFtMin,SqFtMax,City,County,AgentName,Office,PropertyAddress,State,Zip,CapRateHigh,CapRateLow,QueryMode,PropertyType,succeededCallback, failedCallback, userContext) {
return this._invoke(Services.Pyramid.Data.get_path(), 'Search',false,{RowIndex:RowIndex,MaxRecordsToReturn:MaxRecordsToReturn,Transaction_Type:Transaction_Type,SqFtMin:SqFtMin,SqFtMax:SqFtMax,City:City,County:County,AgentName:AgentName,Office:Office,PropertyAddress:PropertyAddress,State:State,Zip:Zip,CapRateHigh:CapRateHigh,CapRateLow:CapRateLow,QueryMode:QueryMode,PropertyType:PropertyType},succeededCallback,failedCallback,userContext); }}
Services.Pyramid.Data.registerClass('Services.Pyramid.Data',Sys.Net.WebServiceProxy);
Services.Pyramid.Data._staticInstance = new Services.Pyramid.Data();
Services.Pyramid.Data.set_path = function(value) { Services.Pyramid.Data._staticInstance._path = value; }
Services.Pyramid.Data.get_path = function() { return Services.Pyramid.Data._staticInstance._path; }
Services.Pyramid.Data.set_timeout = function(value) { Services.Pyramid.Data._staticInstance._timeout = value; }
Services.Pyramid.Data.get_timeout = function() { return Services.Pyramid.Data._staticInstance._timeout; }
Services.Pyramid.Data.set_defaultUserContext = function(value) { Services.Pyramid.Data._staticInstance._userContext = value; }
Services.Pyramid.Data.get_defaultUserContext = function() { return Services.Pyramid.Data._staticInstance._userContext; }
Services.Pyramid.Data.set_defaultSucceededCallback = function(value) { Services.Pyramid.Data._staticInstance._succeeded = value; }
Services.Pyramid.Data.get_defaultSucceededCallback = function() { return Services.Pyramid.Data._staticInstance._succeeded; }
Services.Pyramid.Data.set_defaultFailedCallback = function(value) { Services.Pyramid.Data._staticInstance._failed = value; }
Services.Pyramid.Data.get_defaultFailedCallback = function() { return Services.Pyramid.Data._staticInstance._failed; }
Services.Pyramid.Data.set_path("/PyramidDataService.asmx");
Services.Pyramid.Data.Search= function(RowIndex,MaxRecordsToReturn,Transaction_Type,SqFtMin,SqFtMax,City,County,AgentName,Office,PropertyAddress,State,Zip,CapRateHigh,CapRateLow,QueryMode,PropertyType,onSuccess,onFailed,userContext) {Services.Pyramid.Data._staticInstance.Search(RowIndex,MaxRecordsToReturn,Transaction_Type,SqFtMin,SqFtMax,City,County,AgentName,Office,PropertyAddress,State,Zip,CapRateHigh,CapRateLow,QueryMode,PropertyType,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Services.Pyramid.Listing) === 'undefined') {
Services.Pyramid.Listing=gtc("Services.Pyramid.Listing");
Services.Pyramid.Listing.registerClass('Services.Pyramid.Listing');
}
