var WebService=function() {
WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebService.prototype={
Get_Search_CitiesList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Search_CitiesList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
Get_States_Union_TerritoryList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_States_Union_TerritoryList',false,{},succeededCallback,failedCallback,userContext); },
Get_StatesList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_StatesList',false,{},succeededCallback,failedCallback,userContext); },
Get_Cities_Code:function(city,state,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Cities_Code',false,{city:city,state:state},succeededCallback,failedCallback,userContext); },
Get_Cities:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Cities',false,{},succeededCallback,failedCallback,userContext); },
Get_CitiesList:function(state_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_CitiesList',false,{state_id:state_id},succeededCallback,failedCallback,userContext); },
Get_Union_TerritoryList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Union_TerritoryList',false,{},succeededCallback,failedCallback,userContext); },
Get_TotalCitiesList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_TotalCitiesList',false,{},succeededCallback,failedCallback,userContext); },
Get_MajorCitiesList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_MajorCitiesList',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Category:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Category',false,{},succeededCallback,failedCallback,userContext); },
Get_Property:function(category_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property',false,{category_id:category_id},succeededCallback,failedCallback,userContext); },
Get_Property_Lister:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Lister',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Transaction_Type:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Transaction_Type',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Ownership:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Ownership',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Age:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Age',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Transaction:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Transaction',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Possession:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Possession',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Information:function(property_id,transaction_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Information',false,{property_id:property_id,transaction_id:transaction_id},succeededCallback,failedCallback,userContext); },
Get_Property_Information_Criteria:function(property_id,transaction_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Information_Criteria',false,{property_id:property_id,transaction_id:transaction_id},succeededCallback,failedCallback,userContext); },
Get_Property_Information_Value:function(information_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Information_Value',false,{information_id:information_id},succeededCallback,failedCallback,userContext); },
Get_Property_Area_Unit:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Area_Unit',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Area_Unit_Range:function(area_unit_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Area_Unit_Range',false,{area_unit_id:area_unit_id},succeededCallback,failedCallback,userContext); },
Get_Property_Price_Range:function(transaction_type_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Price_Range',false,{transaction_type_id:transaction_type_id},succeededCallback,failedCallback,userContext); },
Get_Property_Price_Range_Values:function(transaction_type_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Price_Range_Values',false,{transaction_type_id:transaction_type_id},succeededCallback,failedCallback,userContext); },
Get_Property_Area_Unit_Range_Values:function(area_unit_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Area_Unit_Range_Values',false,{area_unit_id:area_unit_id},succeededCallback,failedCallback,userContext); },
Get_Results:function(strQuery,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Results',false,{strQuery:strQuery},succeededCallback,failedCallback,userContext); },
Get_Property_ViewDetails:function(property_security_password,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_ViewDetails',false,{property_security_password:property_security_password},succeededCallback,failedCallback,userContext); },
Get_property_security_password:function(customer_property_code,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_property_security_password',false,{customer_property_code:customer_property_code},succeededCallback,failedCallback,userContext); },
Property_Feedback_Register:function(feedback_type_id,name,email,subject,body,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Property_Feedback_Register',false,{feedback_type_id:feedback_type_id,name:name,email:email,subject:subject,body:body},succeededCallback,failedCallback,userContext); },
Get_property_latest_listings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_property_latest_listings',false,{},succeededCallback,failedCallback,userContext); },
Get_property_latest_listings_Random:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_property_latest_listings_Random',false,{},succeededCallback,failedCallback,userContext); },
Get_Check_City:function(City_Value,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Check_City',false,{City_Value:City_Value},succeededCallback,failedCallback,userContext); },
Get_Price_Indian_Standard:function(Price,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Price_Indian_Standard',false,{Price:Price},succeededCallback,failedCallback,userContext); },
Unsubscribe_Listing_Property:function(property_security_password,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Unsubscribe_Listing_Property',false,{property_security_password:property_security_password},succeededCallback,failedCallback,userContext); },
Get_Property_Area_Check:function(property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Area_Check',false,{property_id:property_id},succeededCallback,failedCallback,userContext); },
Get_City_Coordinates:function(city_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_City_Coordinates',false,{city_id:city_id},succeededCallback,failedCallback,userContext); },
Get_Customer_Property_Id:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Customer_Property_Id',false,{},succeededCallback,failedCallback,userContext); },
Get_Property_Advanced_Criteria:function(property_id,transaction_type_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Property_Advanced_Criteria',false,{property_id:property_id,transaction_type_id:transaction_type_id},succeededCallback,failedCallback,userContext); },
Get_Mail_Info:function(customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Mail_Info',false,{customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Get_Mail_Prev_Info:function(customer_email,customer_property_code,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Mail_Prev_Info',false,{customer_email:customer_email,customer_property_code:customer_property_code},succeededCallback,failedCallback,userContext); },
Property_Register:function(strColumnClause,strValueClause,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Property_Register',false,{strColumnClause:strColumnClause,strValueClause:strValueClause},succeededCallback,failedCallback,userContext); },
Get_Relevant_Customer:function(property_security_password,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Relevant_Customer',false,{property_security_password:property_security_password},succeededCallback,failedCallback,userContext); },
Get_Existing_Info:function(customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Existing_Info',false,{customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Insert_Customer_Info:function(strFirstName,strLastName,strEmail,strAddress,strMobile,strAlternateMobile,strBestTime,strListedBy,customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Insert_Customer_Info',false,{strFirstName:strFirstName,strLastName:strLastName,strEmail:strEmail,strAddress:strAddress,strMobile:strMobile,strAlternateMobile:strAlternateMobile,strBestTime:strBestTime,strListedBy:strListedBy,customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Insert_Property_Info:function(strPropertyName,strPropertyAddress,strPropertyState,strPropertyCity,strPropertyPincode,strOwnershipType,strAgeOfProperty,strPossession,strPossessionValue,strPropertyOwned,strPropertyOwnedValue,strPropertyDesc,customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Insert_Property_Info',false,{strPropertyName:strPropertyName,strPropertyAddress:strPropertyAddress,strPropertyState:strPropertyState,strPropertyCity:strPropertyCity,strPropertyPincode:strPropertyPincode,strOwnershipType:strOwnershipType,strAgeOfProperty:strAgeOfProperty,strPossession:strPossession,strPossessionValue:strPossessionValue,strPropertyOwned:strPropertyOwned,strPropertyOwnedValue:strPropertyOwnedValue,strPropertyDesc:strPropertyDesc,customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Insert_Property_Advanced_Info:function(strPropertyunit,strLand,strBuiltUp,strCarpet,strBedRoom,strWashRoom,strFloorNo,strFloorsinComplex,customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Insert_Property_Advanced_Info',false,{strPropertyunit:strPropertyunit,strLand:strLand,strBuiltUp:strBuiltUp,strCarpet:strCarpet,strBedRoom:strBedRoom,strWashRoom:strWashRoom,strFloorNo:strFloorNo,strFloorsinComplex:strFloorsinComplex,customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Insert_Property_Special_Features_Info:function(strColumnValues,customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Insert_Property_Special_Features_Info',false,{strColumnValues:strColumnValues,customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Insert_Map_Info:function(strLatitude,strLongitude,customer_property_id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Insert_Map_Info',false,{strLatitude:strLatitude,strLongitude:strLongitude,customer_property_id:customer_property_id},succeededCallback,failedCallback,userContext); },
Get_Brand_City:function(Brand_Id,Country_Id,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Brand_City',false,{Brand_Id:Brand_Id,Country_Id:Country_Id},succeededCallback,failedCallback,userContext); },
Get_Brand_Country:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'Get_Brand_Country',false,{},succeededCallback,failedCallback,userContext); },
WriteLog:function(User,LogInfo,IP,succeededCallback, failedCallback, userContext) {
return this._invoke(WebService.get_path(), 'WriteLog',false,{User:User,LogInfo:LogInfo,IP:IP},succeededCallback,failedCallback,userContext); }}
WebService.registerClass('WebService',Sys.Net.WebServiceProxy);
WebService._staticInstance = new WebService();
WebService.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebService._staticInstance._path = value; }
WebService.get_path = function() { return WebService._staticInstance._path; }
WebService.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); }
WebService._staticInstance._timeout = value; }
WebService.get_timeout = function() { 
return WebService._staticInstance._timeout; }
WebService.set_defaultUserContext = function(value) { 
WebService._staticInstance._userContext = value; }
WebService.get_defaultUserContext = function() { 
return WebService._staticInstance._userContext; }
WebService.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebService._staticInstance._succeeded = value; }
WebService.get_defaultSucceededCallback = function() { 
return WebService._staticInstance._succeeded; }
WebService.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebService._staticInstance._failed = value; }
WebService.get_defaultFailedCallback = function() { 
return WebService._staticInstance._failed; }
WebService.set_path("/WebService.asmx");
WebService.Get_Search_CitiesList= function(prefixText,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Search_CitiesList(prefixText,onSuccess,onFailed,userContext); }
WebService.Get_States_Union_TerritoryList= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_States_Union_TerritoryList(onSuccess,onFailed,userContext); }
WebService.Get_StatesList= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_StatesList(onSuccess,onFailed,userContext); }
WebService.Get_Cities_Code= function(city,state,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Cities_Code(city,state,onSuccess,onFailed,userContext); }
WebService.Get_Cities= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Cities(onSuccess,onFailed,userContext); }
WebService.Get_CitiesList= function(state_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_CitiesList(state_id,onSuccess,onFailed,userContext); }
WebService.Get_Union_TerritoryList= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Union_TerritoryList(onSuccess,onFailed,userContext); }
WebService.Get_TotalCitiesList= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_TotalCitiesList(onSuccess,onFailed,userContext); }
WebService.Get_MajorCitiesList= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_MajorCitiesList(onSuccess,onFailed,userContext); }
WebService.Get_Property_Category= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Category(onSuccess,onFailed,userContext); }
WebService.Get_Property= function(category_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property(category_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Lister= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Lister(onSuccess,onFailed,userContext); }
WebService.Get_Property_Transaction_Type= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Transaction_Type(onSuccess,onFailed,userContext); }
WebService.Get_Property_Ownership= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Ownership(onSuccess,onFailed,userContext); }
WebService.Get_Property_Age= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Age(onSuccess,onFailed,userContext); }
WebService.Get_Property_Transaction= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Transaction(onSuccess,onFailed,userContext); }
WebService.Get_Property_Possession= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Possession(onSuccess,onFailed,userContext); }
WebService.Get_Property_Information= function(property_id,transaction_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Information(property_id,transaction_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Information_Criteria= function(property_id,transaction_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Information_Criteria(property_id,transaction_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Information_Value= function(information_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Information_Value(information_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Area_Unit= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Area_Unit(onSuccess,onFailed,userContext); }
WebService.Get_Property_Area_Unit_Range= function(area_unit_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Area_Unit_Range(area_unit_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Price_Range= function(transaction_type_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Price_Range(transaction_type_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Price_Range_Values= function(transaction_type_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Price_Range_Values(transaction_type_id,onSuccess,onFailed,userContext); }
WebService.Get_Property_Area_Unit_Range_Values= function(area_unit_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Area_Unit_Range_Values(area_unit_id,onSuccess,onFailed,userContext); }
WebService.Get_Results= function(strQuery,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Results(strQuery,onSuccess,onFailed,userContext); }
WebService.Get_Property_ViewDetails= function(property_security_password,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_ViewDetails(property_security_password,onSuccess,onFailed,userContext); }
WebService.Get_property_security_password= function(customer_property_code,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_property_security_password(customer_property_code,onSuccess,onFailed,userContext); }
WebService.Property_Feedback_Register= function(feedback_type_id,name,email,subject,body,onSuccess,onFailed,userContext) {WebService._staticInstance.Property_Feedback_Register(feedback_type_id,name,email,subject,body,onSuccess,onFailed,userContext); }
WebService.Get_property_latest_listings= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_property_latest_listings(onSuccess,onFailed,userContext); }
WebService.Get_property_latest_listings_Random= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_property_latest_listings_Random(onSuccess,onFailed,userContext); }
WebService.Get_Check_City= function(City_Value,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Check_City(City_Value,onSuccess,onFailed,userContext); }
WebService.Get_Price_Indian_Standard= function(Price,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Price_Indian_Standard(Price,onSuccess,onFailed,userContext); }
WebService.Unsubscribe_Listing_Property= function(property_security_password,onSuccess,onFailed,userContext) {WebService._staticInstance.Unsubscribe_Listing_Property(property_security_password,onSuccess,onFailed,userContext); }
WebService.Get_Property_Area_Check= function(property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Area_Check(property_id,onSuccess,onFailed,userContext); }
WebService.Get_City_Coordinates= function(city_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_City_Coordinates(city_id,onSuccess,onFailed,userContext); }
WebService.Get_Customer_Property_Id= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Customer_Property_Id(onSuccess,onFailed,userContext); }
WebService.Get_Property_Advanced_Criteria= function(property_id,transaction_type_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Property_Advanced_Criteria(property_id,transaction_type_id,onSuccess,onFailed,userContext); }
WebService.Get_Mail_Info= function(customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Mail_Info(customer_property_id,onSuccess,onFailed,userContext); }
WebService.Get_Mail_Prev_Info= function(customer_email,customer_property_code,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Mail_Prev_Info(customer_email,customer_property_code,onSuccess,onFailed,userContext); }
WebService.Property_Register= function(strColumnClause,strValueClause,onSuccess,onFailed,userContext) {WebService._staticInstance.Property_Register(strColumnClause,strValueClause,onSuccess,onFailed,userContext); }
WebService.Get_Relevant_Customer= function(property_security_password,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Relevant_Customer(property_security_password,onSuccess,onFailed,userContext); }
WebService.Get_Existing_Info= function(customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Existing_Info(customer_property_id,onSuccess,onFailed,userContext); }
WebService.Insert_Customer_Info= function(strFirstName,strLastName,strEmail,strAddress,strMobile,strAlternateMobile,strBestTime,strListedBy,customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Insert_Customer_Info(strFirstName,strLastName,strEmail,strAddress,strMobile,strAlternateMobile,strBestTime,strListedBy,customer_property_id,onSuccess,onFailed,userContext); }
WebService.Insert_Property_Info= function(strPropertyName,strPropertyAddress,strPropertyState,strPropertyCity,strPropertyPincode,strOwnershipType,strAgeOfProperty,strPossession,strPossessionValue,strPropertyOwned,strPropertyOwnedValue,strPropertyDesc,customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Insert_Property_Info(strPropertyName,strPropertyAddress,strPropertyState,strPropertyCity,strPropertyPincode,strOwnershipType,strAgeOfProperty,strPossession,strPossessionValue,strPropertyOwned,strPropertyOwnedValue,strPropertyDesc,customer_property_id,onSuccess,onFailed,userContext); }
WebService.Insert_Property_Advanced_Info= function(strPropertyunit,strLand,strBuiltUp,strCarpet,strBedRoom,strWashRoom,strFloorNo,strFloorsinComplex,customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Insert_Property_Advanced_Info(strPropertyunit,strLand,strBuiltUp,strCarpet,strBedRoom,strWashRoom,strFloorNo,strFloorsinComplex,customer_property_id,onSuccess,onFailed,userContext); }
WebService.Insert_Property_Special_Features_Info= function(strColumnValues,customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Insert_Property_Special_Features_Info(strColumnValues,customer_property_id,onSuccess,onFailed,userContext); }
WebService.Insert_Map_Info= function(strLatitude,strLongitude,customer_property_id,onSuccess,onFailed,userContext) {WebService._staticInstance.Insert_Map_Info(strLatitude,strLongitude,customer_property_id,onSuccess,onFailed,userContext); }
WebService.Get_Brand_City= function(Brand_Id,Country_Id,onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Brand_City(Brand_Id,Country_Id,onSuccess,onFailed,userContext); }
WebService.Get_Brand_Country= function(onSuccess,onFailed,userContext) {WebService._staticInstance.Get_Brand_Country(onSuccess,onFailed,userContext); }
WebService.WriteLog= function(User,LogInfo,IP,onSuccess,onFailed,userContext) {WebService._staticInstance.WriteLog(User,LogInfo,IP,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}

