var mapdata=function() {
mapdata.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
mapdata.prototype={
_get_path:function() {
var p = this.get_path();
if (p) return p;
else return mapdata._staticInstance.get_path();},
getPoints:function(fromdate,todate,types,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'getPoints',false,{fromdate:fromdate,todate:todate,types:types},succeededCallback,failedCallback,userContext); }}
mapdata.registerClass('mapdata',Sys.Net.WebServiceProxy);
mapdata._staticInstance = new mapdata();
mapdata.set_path = function(value) {
mapdata._staticInstance.set_path(value); }
mapdata.get_path = function() {
/// The service url.
return mapdata._staticInstance.get_path();}
mapdata.set_timeout = function(value) {
mapdata._staticInstance.set_timeout(value); }
mapdata.get_timeout = function() {
/// The service timeout.
return mapdata._staticInstance.get_timeout(); }
mapdata.set_defaultUserContext = function(value) {
mapdata._staticInstance.set_defaultUserContext(value); }
mapdata.get_defaultUserContext = function() {
/// The service default user context.
return mapdata._staticInstance.get_defaultUserContext(); }
mapdata.set_defaultSucceededCallback = function(value) {
mapdata._staticInstance.set_defaultSucceededCallback(value); }
mapdata.get_defaultSucceededCallback = function() {
/// The service default succeeded callback.
return mapdata._staticInstance.get_defaultSucceededCallback(); }
mapdata.set_defaultFailedCallback = function(value) {
mapdata._staticInstance.set_defaultFailedCallback(value); }
mapdata.get_defaultFailedCallback = function() {
/// The service default failed callback.
return mapdata._staticInstance.get_defaultFailedCallback(); }
mapdata.set_path("/mapdata.asmx");
mapdata.getPoints= function(fromdate,todate,types,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
/// System.String
///
///
///
mapdata._staticInstance.getPoints(fromdate,todate,types,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(MapResponse) === 'undefined') {
var MapResponse=gtc("MapResponse");
MapResponse.registerClass('MapResponse');
}