Type.registerNamespace('WebServices');
WebServices.WhoIsAttendingService=function() {
WebServices.WhoIsAttendingService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebServices.WhoIsAttendingService.prototype={
GetAttendees:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(WebServices.WhoIsAttendingService.get_path(), 'GetAttendees',false,{request:request},succeededCallback,failedCallback,userContext); },
GetWhoDonated:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(WebServices.WhoIsAttendingService.get_path(), 'GetWhoDonated',false,{request:request},succeededCallback,failedCallback,userContext); },
GetWhoDidntDonate:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(WebServices.WhoIsAttendingService.get_path(), 'GetWhoDidntDonate',false,{request:request},succeededCallback,failedCallback,userContext); }}
WebServices.WhoIsAttendingService.registerClass('WebServices.WhoIsAttendingService',Sys.Net.WebServiceProxy);
WebServices.WhoIsAttendingService._staticInstance = new WebServices.WhoIsAttendingService();
WebServices.WhoIsAttendingService.set_path = function(value) { WebServices.WhoIsAttendingService._staticInstance._path = value; }
WebServices.WhoIsAttendingService.get_path = function() { return WebServices.WhoIsAttendingService._staticInstance._path; }
WebServices.WhoIsAttendingService.set_timeout = function(value) { WebServices.WhoIsAttendingService._staticInstance._timeout = value; }
WebServices.WhoIsAttendingService.get_timeout = function() { return WebServices.WhoIsAttendingService._staticInstance._timeout; }
WebServices.WhoIsAttendingService.set_defaultUserContext = function(value) { WebServices.WhoIsAttendingService._staticInstance._userContext = value; }
WebServices.WhoIsAttendingService.get_defaultUserContext = function() { return WebServices.WhoIsAttendingService._staticInstance._userContext; }
WebServices.WhoIsAttendingService.set_defaultSucceededCallback = function(value) { WebServices.WhoIsAttendingService._staticInstance._succeeded = value; }
WebServices.WhoIsAttendingService.get_defaultSucceededCallback = function() { return WebServices.WhoIsAttendingService._staticInstance._succeeded; }
WebServices.WhoIsAttendingService.set_defaultFailedCallback = function(value) { WebServices.WhoIsAttendingService._staticInstance._failed = value; }
WebServices.WhoIsAttendingService.get_defaultFailedCallback = function() { return WebServices.WhoIsAttendingService._staticInstance._failed; }
WebServices.WhoIsAttendingService.set_path("/WebServices/WhoIsAttendingService.asmx");
WebServices.WhoIsAttendingService.GetAttendees= function(request,onSuccess,onFailed,userContext) {WebServices.WhoIsAttendingService._staticInstance.GetAttendees(request,onSuccess,onFailed,userContext); }
WebServices.WhoIsAttendingService.GetWhoDonated= function(request,onSuccess,onFailed,userContext) {WebServices.WhoIsAttendingService._staticInstance.GetWhoDonated(request,onSuccess,onFailed,userContext); }
WebServices.WhoIsAttendingService.GetWhoDidntDonate= function(request,onSuccess,onFailed,userContext) {WebServices.WhoIsAttendingService._staticInstance.GetWhoDidntDonate(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(ComponentArt.Web.UI.GridWebServiceSelectResponse) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectResponse=gtc("ComponentArt.Web.UI.GridWebServiceSelectResponse");
ComponentArt.Web.UI.GridWebServiceSelectResponse.registerClass('ComponentArt.Web.UI.GridWebServiceSelectResponse');
}

