Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden');
Boligsiden.Portal.Web.Boligsiden.Services=function() {
Boligsiden.Portal.Web.Boligsiden.Services.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Boligsiden.Portal.Web.Boligsiden.Services.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_path();},
GetStreetCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStreetCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetPostalIdCompletionList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPostalIdCompletionList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetEmailPoints:function(minLng,minLat,maxLng,maxLat,emailId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetEmailPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,emailId:emailId},succeededCallback,failedCallback,userContext); },
GetPropertyPoints:function(minLng,minLat,maxLng,maxLat,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetRentalPoints:function(minLng,minLat,maxLng,maxLat,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetFavoritePoints:function(minLng,minLat,maxLng,maxLat,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFavoritePoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,id:id},succeededCallback,failedCallback,userContext); },
GetAgentPoints:function(minLng,minLat,maxLng,maxLat,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetPropertyPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetRentalPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetFavoritePointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFavoritePointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,id:id},succeededCallback,failedCallback,userContext); },
GetEmailPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,emailId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetEmailPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,emailId:emailId},succeededCallback,failedCallback,userContext); },
GetAgentPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId},succeededCallback,failedCallback,userContext); },
SendPropertyToPhone:function(propertyId,phoneNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendPropertyToPhone',false,{propertyId:propertyId,phoneNumber:phoneNumber},succeededCallback,failedCallback,userContext); },
RememberProperty:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RememberProperty',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
RemoveProperty:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveProperty',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
GetRentalPreview:function(rentalId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPreview',false,{rentalId:rentalId},succeededCallback,failedCallback,userContext); },
GetPropertyPreview:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPreview',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
GetPropertyCompareTeaserData:function(propertiesToCompare,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyCompareTeaserData',false,{propertiesToCompare:propertiesToCompare},succeededCallback,failedCallback,userContext); },
GetPropertyFavoriteTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyFavoriteTeaserData',false,{},succeededCallback,failedCallback,userContext); },
GetPropertySearchResultData:function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchResultData',false,{resultId:resultId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType,onlyChanged:onlyChanged,commandName:commandName,commandArguments:commandArguments},succeededCallback,failedCallback,userContext); },
GetRentalSearchResultData:function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalSearchResultData',false,{resultId:resultId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType,onlyChanged:onlyChanged,commandName:commandName,commandArguments:commandArguments},succeededCallback,failedCallback,userContext); },
GetPropertyFavoriteResultData:function(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyFavoriteResultData',false,{propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType},succeededCallback,failedCallback,userContext); },
GetPropertyEmailResultData:function(emailId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyEmailResultData',false,{emailId:emailId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType},succeededCallback,failedCallback,userContext); },
GetPropertySearchTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchTeaserData',false,{},succeededCallback,failedCallback,userContext); },
GetRentalSearchTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalSearchTeaserData',false,{},succeededCallback,failedCallback,userContext); },
GetPropertyResultTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyResultTeaserData',false,{},succeededCallback,failedCallback,userContext); },
SetNewSearch:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetNewSearch',false,{},succeededCallback,failedCallback,userContext); },
SetAlterSearch:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetAlterSearch',false,{id:id},succeededCallback,failedCallback,userContext); }}
Boligsiden.Portal.Web.Boligsiden.Services.registerClass('Boligsiden.Portal.Web.Boligsiden.Services',Sys.Net.WebServiceProxy);
Boligsiden.Portal.Web.Boligsiden.Services._staticInstance = new Boligsiden.Portal.Web.Boligsiden.Services();
Boligsiden.Portal.Web.Boligsiden.Services.set_path = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_path(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_path = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_path(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_timeout = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_timeout(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_timeout = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_timeout(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultUserContext = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultUserContext(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultUserContext = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultUserContext(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultSucceededCallback = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultSucceededCallback(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultSucceededCallback = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultSucceededCallback(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultFailedCallback = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultFailedCallback(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultFailedCallback = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultFailedCallback(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_path("/Services.asmx");
Boligsiden.Portal.Web.Boligsiden.Services.GetStreetCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetStreetCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPostalIdCompletionList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPostalIdCompletionList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetEmailPoints= function(minLng,minLat,maxLng,maxLat,emailId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetEmailPoints(minLng,minLat,maxLng,maxLat,emailId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPoints= function(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPoints(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPoints= function(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPoints(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetFavoritePoints= function(minLng,minLat,maxLng,maxLat,id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetFavoritePoints(minLng,minLat,maxLng,maxLat,id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetAgentPoints= function(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetAgentPoints(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetFavoritePointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetFavoritePointInfo(minLng,minLat,maxLng,maxLat,x,y,number,id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetEmailPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,emailId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetEmailPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,emailId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetAgentPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetAgentPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SendPropertyToPhone= function(propertyId,phoneNumber,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SendPropertyToPhone(propertyId,phoneNumber,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.RememberProperty= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.RememberProperty(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.RemoveProperty= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.RemoveProperty(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPreview= function(rentalId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPreview(rentalId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPreview= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPreview(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyCompareTeaserData= function(propertiesToCompare,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyCompareTeaserData(propertiesToCompare,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyFavoriteTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyFavoriteTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchResultData= function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchResultData(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalSearchResultData= function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalSearchResultData(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onlyChanged,commandName,commandArguments,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyFavoriteResultData= function(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyFavoriteResultData(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyEmailResultData= function(emailId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyEmailResultData(emailId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalSearchTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalSearchTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyResultTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyResultTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SetNewSearch= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SetNewSearch(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SetAlterSearch= function(id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SetAlterSearch(id,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden.Source');
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData');
}
Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden.Source.Data');
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyEmailResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyEmailResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyEmailResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyEmailResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyEmailResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData');
}
