Type.registerNamespace('R90_LF');
R90_LF.LoadDropdownList=function() {
R90_LF.LoadDropdownList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
R90_LF.LoadDropdownList.prototype={
LoadNightsByDate:function(SelectedDate,succeededCallback, failedCallback, userContext) {
return this._invoke(R90_LF.LoadDropdownList.get_path(), 'LoadNightsByDate',false,{SelectedDate:SelectedDate},succeededCallback,failedCallback,userContext); }}
R90_LF.LoadDropdownList.registerClass('R90_LF.LoadDropdownList',Sys.Net.WebServiceProxy);
R90_LF.LoadDropdownList._staticInstance = new R90_LF.LoadDropdownList();
R90_LF.LoadDropdownList.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; R90_LF.LoadDropdownList._staticInstance._path = value; }
R90_LF.LoadDropdownList.get_path = function() { return R90_LF.LoadDropdownList._staticInstance._path; }
R90_LF.LoadDropdownList.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); }
R90_LF.LoadDropdownList._staticInstance._timeout = value; }
R90_LF.LoadDropdownList.get_timeout = function() { 
return R90_LF.LoadDropdownList._staticInstance._timeout; }
R90_LF.LoadDropdownList.set_defaultUserContext = function(value) { 
R90_LF.LoadDropdownList._staticInstance._userContext = value; }
R90_LF.LoadDropdownList.get_defaultUserContext = function() { 
return R90_LF.LoadDropdownList._staticInstance._userContext; }
R90_LF.LoadDropdownList.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; R90_LF.LoadDropdownList._staticInstance._succeeded = value; }
R90_LF.LoadDropdownList.get_defaultSucceededCallback = function() { 
return R90_LF.LoadDropdownList._staticInstance._succeeded; }
R90_LF.LoadDropdownList.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; R90_LF.LoadDropdownList._staticInstance._failed = value; }
R90_LF.LoadDropdownList.get_defaultFailedCallback = function() { 
return R90_LF.LoadDropdownList._staticInstance._failed; }
R90_LF.LoadDropdownList.set_path("/WebMethods/LoadDropdownList.asmx");
R90_LF.LoadDropdownList.LoadNightsByDate= function(SelectedDate,onSuccess,onFailed,userContext) {R90_LF.LoadDropdownList._staticInstance.LoadNightsByDate(SelectedDate,onSuccess,onFailed,userContext); }
