Type.registerNamespace('EllisParkingPublic2007_WAP_.common.webservices');
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS=function() {
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_path();},
GetLotInfoById:function(pLotID,succeededCallback, failedCallback, userContext) {
/// <param name="pLotID" 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(), 'GetLotInfoById',false,{pLotID:pLotID},succeededCallback,failedCallback,userContext); },
GetLotInfoByLocationAndZoom:function(pLocationID,pMapZoomID,succeededCallback, failedCallback, userContext) {
/// <param name="pLocationID" type="Number">System.Int32</param>
/// <param name="pMapZoomID" type="Number">System.Int32</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(), 'GetLotInfoByLocationAndZoom',false,{pLocationID:pLocationID,pMapZoomID:pMapZoomID},succeededCallback,failedCallback,userContext); },
GetLotsForLocation:function(pLocationID,succeededCallback, failedCallback, userContext) {
/// <param name="pLocationID" type="Number">System.Int32</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(), 'GetLotsForLocation',false,{pLocationID:pLocationID},succeededCallback,failedCallback,userContext); }}
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.registerClass('EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS',Sys.Net.WebServiceProxy);
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance = new EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS();
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_path = function(value) {
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.set_path(value); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_path();}
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_timeout = function(value) {
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.set_timeout(value); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_timeout(); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_defaultUserContext = function(value) { 
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.set_defaultUserContext(value); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_defaultUserContext(); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_defaultSucceededCallback = function(value) { 
 EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.set_defaultSucceededCallback(value); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_defaultSucceededCallback(); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_defaultFailedCallback = function(value) { 
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.set_defaultFailedCallback(value); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.get_defaultFailedCallback(); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.set_path("/Common/webservices/LotInformationWS.asmx");
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.GetLotInfoById= function(pLotID,onSuccess,onFailed,userContext) {
/// <param name="pLotID" 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>
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.GetLotInfoById(pLotID,onSuccess,onFailed,userContext); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.GetLotInfoByLocationAndZoom= function(pLocationID,pMapZoomID,onSuccess,onFailed,userContext) {
/// <param name="pLocationID" type="Number">System.Int32</param>
/// <param name="pMapZoomID" type="Number">System.Int32</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>
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.GetLotInfoByLocationAndZoom(pLocationID,pMapZoomID,onSuccess,onFailed,userContext); }
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS.GetLotsForLocation= function(pLocationID,onSuccess,onFailed,userContext) {
/// <param name="pLocationID" type="Number">System.Int32</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>
EllisParkingPublic2007_WAP_.common.webservices.LotInformationWS._staticInstance.GetLotsForLocation(pLocationID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('PublicWeb2008.common.LINQtoSQL');
if (typeof(PublicWeb2008.common.LINQtoSQL.LotInfo) === 'undefined') {
PublicWeb2008.common.LINQtoSQL.LotInfo=gtc("PublicWeb2008.common.LINQtoSQL.LotInfo");
PublicWeb2008.common.LINQtoSQL.LotInfo.registerClass('PublicWeb2008.common.LINQtoSQL.LotInfo');
}
