Type.registerNamespace('Microsoft.Marketing.CustomerEvidence.Web.Application.Services');
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService=function() {
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_path();},
GetSupportedCultures:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSupportedCultures',false,{},succeededCallback,failedCallback,userContext); },
GetDocument:function(webPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDocument',false,{webPath:webPath},succeededCallback,failedCallback,userContext); }}
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.registerClass('Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService',Sys.Net.WebServiceProxy);
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance = new Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService();
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_path = function(value) { Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.set_path(value); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.get_path = function() { return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_path(); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_timeout = function(value) { Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.set_timeout(value); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.get_timeout = function() { return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_timeout(); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_defaultUserContext = function(value) { Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.set_defaultUserContext(value); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.get_defaultUserContext = function() { return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_defaultUserContext(); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_defaultSucceededCallback = function(value) { Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.set_defaultSucceededCallback(value); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.get_defaultSucceededCallback = function() { return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_defaultSucceededCallback(); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_defaultFailedCallback = function(value) { Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.set_defaultFailedCallback(value); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.get_defaultFailedCallback = function() { return Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.get_defaultFailedCallback(); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.set_path("/business/success/Services/EvidenceService.asmx");
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.GetSupportedCultures= function(onSuccess,onFailed,userContext) {Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.GetSupportedCultures(onSuccess,onFailed,userContext); }
Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService.GetDocument= function(webPath,onSuccess,onFailed,userContext) {Microsoft.Marketing.CustomerEvidence.Web.Application.Services.EvidenceService._staticInstance.GetDocument(webPath,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Microsoft.Marketing.CustomerEvidence.Entities');
if (typeof(Microsoft.Marketing.CustomerEvidence.Entities.SimpleCultureInfo) === 'undefined') {
Microsoft.Marketing.CustomerEvidence.Entities.SimpleCultureInfo=gtc("Microsoft.Marketing.CustomerEvidence.Entities.SimpleCultureInfo");
Microsoft.Marketing.CustomerEvidence.Entities.SimpleCultureInfo.registerClass('Microsoft.Marketing.CustomerEvidence.Entities.SimpleCultureInfo');
}
Type.registerNamespace('Common.Silverlight.TextCanvas');
if (typeof(Common.Silverlight.TextCanvas.TextCanvasDocument) === 'undefined') {
Common.Silverlight.TextCanvas.TextCanvasDocument=gtc("Common.Silverlight.TextCanvas.TextCanvasDocument");
Common.Silverlight.TextCanvas.TextCanvasDocument.registerClass('Common.Silverlight.TextCanvas.TextCanvasDocument');
}
