var PageViewService=function() {
PageViewService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PageViewService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PageViewService._staticInstance.get_path();},
SelectRequest_Grid_Silverlight:function(Request,succeededCallback, failedCallback, userContext) {
/// <param name="Request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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(), 'SelectRequest_Grid_Silverlight',false,{Request:Request},succeededCallback,failedCallback,userContext); },
SelectRequest_Grid:function(Request,succeededCallback, failedCallback, userContext) {
/// <param name="Request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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(), 'SelectRequest_Grid',false,{Request:Request},succeededCallback,failedCallback,userContext); }}
PageViewService.registerClass('PageViewService',Sys.Net.WebServiceProxy);
PageViewService._staticInstance = new PageViewService();
PageViewService.set_path = function(value) {
PageViewService._staticInstance.set_path(value); }
PageViewService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return PageViewService._staticInstance.get_path();}
PageViewService.set_timeout = function(value) {
PageViewService._staticInstance.set_timeout(value); }
PageViewService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return PageViewService._staticInstance.get_timeout(); }
PageViewService.set_defaultUserContext = function(value) { 
PageViewService._staticInstance.set_defaultUserContext(value); }
PageViewService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return PageViewService._staticInstance.get_defaultUserContext(); }
PageViewService.set_defaultSucceededCallback = function(value) { 
 PageViewService._staticInstance.set_defaultSucceededCallback(value); }
PageViewService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return PageViewService._staticInstance.get_defaultSucceededCallback(); }
PageViewService.set_defaultFailedCallback = function(value) { 
PageViewService._staticInstance.set_defaultFailedCallback(value); }
PageViewService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return PageViewService._staticInstance.get_defaultFailedCallback(); }
PageViewService.set_path("/services/PageViewService.asmx");
PageViewService.SelectRequest_Grid_Silverlight= function(Request,onSuccess,onFailed,userContext) {
/// <param name="Request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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>
PageViewService._staticInstance.SelectRequest_Grid_Silverlight(Request,onSuccess,onFailed,userContext); }
PageViewService.SelectRequest_Grid= function(Request,onSuccess,onFailed,userContext) {
/// <param name="Request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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>
PageViewService._staticInstance.SelectRequest_Grid(Request,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ComponentArt.Web.UI');
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectRequest) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectRequest=gtc("ComponentArt.Web.UI.GridWebServiceSelectRequest");
ComponentArt.Web.UI.GridWebServiceSelectRequest.registerClass('ComponentArt.Web.UI.GridWebServiceSelectRequest');
}
if (typeof(SelectResult) === 'undefined') {
var SelectResult=gtc("SelectResult");
SelectResult.registerClass('SelectResult');
}
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectResponse) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectResponse=gtc("ComponentArt.Web.UI.GridWebServiceSelectResponse");
ComponentArt.Web.UI.GridWebServiceSelectResponse.registerClass('ComponentArt.Web.UI.GridWebServiceSelectResponse');
}
