Type.registerNamespace('InvestmentPropertyFrontend');
InvestmentPropertyFrontend.FiNDService=function() {
InvestmentPropertyFrontend.FiNDService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
InvestmentPropertyFrontend.FiNDService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return InvestmentPropertyFrontend.FiNDService._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
GetSearchNames:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSearchNames',false,{context:context},succeededCallback,failedCallback,userContext); },
GetServerTime:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetServerTime',false,{},succeededCallback,failedCallback,userContext); },
UpdatePropertyReport:function(propertyID,mode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdatePropertyReport',false,{propertyID:propertyID,mode:mode},succeededCallback,failedCallback,userContext); }}
InvestmentPropertyFrontend.FiNDService.registerClass('InvestmentPropertyFrontend.FiNDService',Sys.Net.WebServiceProxy);
InvestmentPropertyFrontend.FiNDService._staticInstance = new InvestmentPropertyFrontend.FiNDService();
InvestmentPropertyFrontend.FiNDService.set_path = function(value) { InvestmentPropertyFrontend.FiNDService._staticInstance.set_path(value); }
InvestmentPropertyFrontend.FiNDService.get_path = function() { return InvestmentPropertyFrontend.FiNDService._staticInstance.get_path(); }
InvestmentPropertyFrontend.FiNDService.set_timeout = function(value) { InvestmentPropertyFrontend.FiNDService._staticInstance.set_timeout(value); }
InvestmentPropertyFrontend.FiNDService.get_timeout = function() { return InvestmentPropertyFrontend.FiNDService._staticInstance.get_timeout(); }
InvestmentPropertyFrontend.FiNDService.set_defaultUserContext = function(value) { InvestmentPropertyFrontend.FiNDService._staticInstance.set_defaultUserContext(value); }
InvestmentPropertyFrontend.FiNDService.get_defaultUserContext = function() { return InvestmentPropertyFrontend.FiNDService._staticInstance.get_defaultUserContext(); }
InvestmentPropertyFrontend.FiNDService.set_defaultSucceededCallback = function(value) { InvestmentPropertyFrontend.FiNDService._staticInstance.set_defaultSucceededCallback(value); }
InvestmentPropertyFrontend.FiNDService.get_defaultSucceededCallback = function() { return InvestmentPropertyFrontend.FiNDService._staticInstance.get_defaultSucceededCallback(); }
InvestmentPropertyFrontend.FiNDService.set_defaultFailedCallback = function(value) { InvestmentPropertyFrontend.FiNDService._staticInstance.set_defaultFailedCallback(value); }
InvestmentPropertyFrontend.FiNDService.get_defaultFailedCallback = function() { return InvestmentPropertyFrontend.FiNDService._staticInstance.get_defaultFailedCallback(); }
InvestmentPropertyFrontend.FiNDService.set_path("/FiNDService.asmx");
InvestmentPropertyFrontend.FiNDService.HelloWorld= function(onSuccess,onFailed,userContext) {InvestmentPropertyFrontend.FiNDService._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
InvestmentPropertyFrontend.FiNDService.GetSearchNames= function(context,onSuccess,onFailed,userContext) {InvestmentPropertyFrontend.FiNDService._staticInstance.GetSearchNames(context,onSuccess,onFailed,userContext); }
InvestmentPropertyFrontend.FiNDService.GetServerTime= function(onSuccess,onFailed,userContext) {InvestmentPropertyFrontend.FiNDService._staticInstance.GetServerTime(onSuccess,onFailed,userContext); }
InvestmentPropertyFrontend.FiNDService.UpdatePropertyReport= function(propertyID,mode,onSuccess,onFailed,userContext) {InvestmentPropertyFrontend.FiNDService._staticInstance.UpdatePropertyReport(propertyID,mode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadComboBoxItemData) === 'undefined') {
Telerik.Web.UI.RadComboBoxItemData=gtc("Telerik.Web.UI.RadComboBoxItemData");
Telerik.Web.UI.RadComboBoxItemData.registerClass('Telerik.Web.UI.RadComboBoxItemData');
}
