var CompanyNewsService=function() {
CompanyNewsService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CompanyNewsService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CompanyNewsService._staticInstance.get_path();},
LoadCompanyNews:function(propertyKey,propertyValue,strKeyValues,PathandQuery,resultsPerPage,resultsPerPageDevide,ShowPaging,FunctionID,succeededCallback, failedCallback, userContext) {
/// <param name="propertyKey" type="String">System.String</param>
/// <param name="propertyValue" type="String">System.String</param>
/// <param name="strKeyValues" type="String">System.String</param>
/// <param name="PathandQuery" type="String">System.String</param>
/// <param name="resultsPerPage" type="String">System.String</param>
/// <param name="resultsPerPageDevide" type="String">System.String</param>
/// <param name="ShowPaging" type="Boolean">System.Boolean</param>
/// <param name="FunctionID" 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(), 'LoadCompanyNews',false,{propertyKey:propertyKey,propertyValue:propertyValue,strKeyValues:strKeyValues,PathandQuery:PathandQuery,resultsPerPage:resultsPerPage,resultsPerPageDevide:resultsPerPageDevide,ShowPaging:ShowPaging,FunctionID:FunctionID},succeededCallback,failedCallback,userContext); }}
CompanyNewsService.registerClass('CompanyNewsService',Sys.Net.WebServiceProxy);
CompanyNewsService._staticInstance = new CompanyNewsService();
CompanyNewsService.set_path = function(value) {
CompanyNewsService._staticInstance.set_path(value); }
CompanyNewsService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CompanyNewsService._staticInstance.get_path();}
CompanyNewsService.set_timeout = function(value) {
CompanyNewsService._staticInstance.set_timeout(value); }
CompanyNewsService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CompanyNewsService._staticInstance.get_timeout(); }
CompanyNewsService.set_defaultUserContext = function(value) { 
CompanyNewsService._staticInstance.set_defaultUserContext(value); }
CompanyNewsService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CompanyNewsService._staticInstance.get_defaultUserContext(); }
CompanyNewsService.set_defaultSucceededCallback = function(value) { 
 CompanyNewsService._staticInstance.set_defaultSucceededCallback(value); }
CompanyNewsService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CompanyNewsService._staticInstance.get_defaultSucceededCallback(); }
CompanyNewsService.set_defaultFailedCallback = function(value) { 
CompanyNewsService._staticInstance.set_defaultFailedCallback(value); }
CompanyNewsService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CompanyNewsService._staticInstance.get_defaultFailedCallback(); }
CompanyNewsService.set_path("/WebServices/CompanyNewsService.asmx");
CompanyNewsService.LoadCompanyNews= function(propertyKey,propertyValue,strKeyValues,PathandQuery,resultsPerPage,resultsPerPageDevide,ShowPaging,FunctionID,onSuccess,onFailed,userContext) {
/// <param name="propertyKey" type="String">System.String</param>
/// <param name="propertyValue" type="String">System.String</param>
/// <param name="strKeyValues" type="String">System.String</param>
/// <param name="PathandQuery" type="String">System.String</param>
/// <param name="resultsPerPage" type="String">System.String</param>
/// <param name="resultsPerPageDevide" type="String">System.String</param>
/// <param name="ShowPaging" type="Boolean">System.Boolean</param>
/// <param name="FunctionID" 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>
CompanyNewsService._staticInstance.LoadCompanyNews(propertyKey,propertyValue,strKeyValues,PathandQuery,resultsPerPage,resultsPerPageDevide,ShowPaging,FunctionID,onSuccess,onFailed,userContext); }
