Type.registerNamespace('UserPCSite');
UserPCSite.Catalog=function() {
UserPCSite.Catalog.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
UserPCSite.Catalog.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return UserPCSite.Catalog._staticInstance.get_path();},
GetCategories:function(deviceDescId,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'GetCategories',true,{deviceDescId:deviceDescId,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); },
GetSubCategories:function(deviceDescId,categoryId,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'GetSubCategories',true,{deviceDescId:deviceDescId,categoryId:categoryId,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); },
GetCharts:function(deviceDescId,langId,geoSelector,verSkyMarket,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" type="String">System.String</param>
/// <param name="verSkyMarket" 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(), 'GetCharts',true,{deviceDescId:deviceDescId,langId:langId,geoSelector:geoSelector,verSkyMarket:verSkyMarket},succeededCallback,failedCallback,userContext); },
GetAppsInChart:function(deviceDescId,chartId,beforeMarker,chunkSize,orderBy,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="chartId" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'GetAppsInChart',true,{deviceDescId:deviceDescId,chartId:chartId,beforeMarker:beforeMarker,chunkSize:chunkSize,orderBy:orderBy,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); },
GetAppDetails:function(deviceDescId,appSKU,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'GetAppDetails',true,{deviceDescId:deviceDescId,appSKU:appSKU,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); },
GetAppUrl:function(deviceDescId,appSKU,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" 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(), 'GetAppUrl',true,{deviceDescId:deviceDescId,appSKU:appSKU},succeededCallback,failedCallback,userContext); },
GetProductSupportInfo:function(deviceDescId,appSKU,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" 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(), 'GetProductSupportInfo',true,{deviceDescId:deviceDescId,appSKU:appSKU},succeededCallback,failedCallback,userContext); },
GetAppReviews:function(deviceDescId,appSKU,beforeMarker,chunkSize,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" 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(), 'GetAppReviews',true,{deviceDescId:deviceDescId,appSKU:appSKU,beforeMarker:beforeMarker,chunkSize:chunkSize},succeededCallback,failedCallback,userContext); },
GetUserAppReview:function(deviceDescId,appId,instanceId,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appId" type="String">System.String</param>
/// <param name="instanceId" 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(), 'GetUserAppReview',true,{deviceDescId:deviceDescId,appId:appId,instanceId:instanceId},succeededCallback,failedCallback,userContext); },
SearchApps:function(deviceDescId,keywords,beforeMarker,chunkSize,orderBy,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="keywords" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'SearchApps',true,{deviceDescId:deviceDescId,keywords:keywords,beforeMarker:beforeMarker,chunkSize:chunkSize,orderBy:orderBy,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); },
GetAppsInCategory:function(deviceDescId,categoryId,beforeMarker,chunkSize,orderBy,langId,geoSelector,succeededCallback, failedCallback, userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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(), 'GetAppsInCategory',true,{deviceDescId:deviceDescId,categoryId:categoryId,beforeMarker:beforeMarker,chunkSize:chunkSize,orderBy:orderBy,langId:langId,geoSelector:geoSelector},succeededCallback,failedCallback,userContext); }}
UserPCSite.Catalog.registerClass('UserPCSite.Catalog',Sys.Net.WebServiceProxy);
UserPCSite.Catalog._staticInstance = new UserPCSite.Catalog();
UserPCSite.Catalog.set_path = function(value) {
UserPCSite.Catalog._staticInstance.set_path(value); }
UserPCSite.Catalog.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return UserPCSite.Catalog._staticInstance.get_path();}
UserPCSite.Catalog.set_timeout = function(value) {
UserPCSite.Catalog._staticInstance.set_timeout(value); }
UserPCSite.Catalog.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return UserPCSite.Catalog._staticInstance.get_timeout(); }
UserPCSite.Catalog.set_defaultUserContext = function(value) { 
UserPCSite.Catalog._staticInstance.set_defaultUserContext(value); }
UserPCSite.Catalog.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return UserPCSite.Catalog._staticInstance.get_defaultUserContext(); }
UserPCSite.Catalog.set_defaultSucceededCallback = function(value) { 
 UserPCSite.Catalog._staticInstance.set_defaultSucceededCallback(value); }
UserPCSite.Catalog.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return UserPCSite.Catalog._staticInstance.get_defaultSucceededCallback(); }
UserPCSite.Catalog.set_defaultFailedCallback = function(value) { 
UserPCSite.Catalog._staticInstance.set_defaultFailedCallback(value); }
UserPCSite.Catalog.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return UserPCSite.Catalog._staticInstance.get_defaultFailedCallback(); }
UserPCSite.Catalog.set_path("/Services/Catalog/Catalog.svc");
UserPCSite.Catalog.GetCategories= function(deviceDescId,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.GetCategories(deviceDescId,langId,geoSelector,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetSubCategories= function(deviceDescId,categoryId,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.GetSubCategories(deviceDescId,categoryId,langId,geoSelector,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetCharts= function(deviceDescId,langId,geoSelector,verSkyMarket,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" type="String">System.String</param>
/// <param name="verSkyMarket" 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>
UserPCSite.Catalog._staticInstance.GetCharts(deviceDescId,langId,geoSelector,verSkyMarket,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetAppsInChart= function(deviceDescId,chartId,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="chartId" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.GetAppsInChart(deviceDescId,chartId,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetAppDetails= function(deviceDescId,appSKU,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.GetAppDetails(deviceDescId,appSKU,langId,geoSelector,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetAppUrl= function(deviceDescId,appSKU,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" 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>
UserPCSite.Catalog._staticInstance.GetAppUrl(deviceDescId,appSKU,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetProductSupportInfo= function(deviceDescId,appSKU,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" 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>
UserPCSite.Catalog._staticInstance.GetProductSupportInfo(deviceDescId,appSKU,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetAppReviews= function(deviceDescId,appSKU,beforeMarker,chunkSize,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appSKU" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" 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>
UserPCSite.Catalog._staticInstance.GetAppReviews(deviceDescId,appSKU,beforeMarker,chunkSize,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetUserAppReview= function(deviceDescId,appId,instanceId,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="appId" type="String">System.String</param>
/// <param name="instanceId" 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>
UserPCSite.Catalog._staticInstance.GetUserAppReview(deviceDescId,appId,instanceId,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.SearchApps= function(deviceDescId,keywords,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="keywords" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.SearchApps(deviceDescId,keywords,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext); }
UserPCSite.Catalog.GetAppsInCategory= function(deviceDescId,categoryId,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext) {
/// <param name="deviceDescId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="beforeMarker" type="String">System.String</param>
/// <param name="chunkSize" type="String">System.String</param>
/// <param name="orderBy" type="String">System.String</param>
/// <param name="langId" type="String">System.String</param>
/// <param name="geoSelector" 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>
UserPCSite.Catalog._staticInstance.GetAppsInCategory(deviceDescId,categoryId,beforeMarker,chunkSize,orderBy,langId,geoSelector,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Microsoft.WindowsMobile.Service.Marketplace');
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListOfCategory) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListOfCategory=gtc("ListOfCategory:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListOfCategory.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListOfCategory');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfCategory) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfCategory=gtc("ListResponseOfCategory:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfCategory.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfCategory');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ResponseBase) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ResponseBase=gtc("ResponseBase:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ResponseBase.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ResponseBase');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.CountedListOfCategorysk_PMA66X) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfCategorysk_PMA66X=gtc("CountedListOfCategorysk_PMA66X:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfCategorysk_PMA66X.registerClass('Microsoft.WindowsMobile.Service.Marketplace.CountedListOfCategorysk_PMA66X');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.Category) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.Category=gtc("Category:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.Category.registerClass('Microsoft.WindowsMobile.Service.Marketplace.Category');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListOfAppSummary) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListOfAppSummary=gtc("ListOfAppSummary:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListOfAppSummary.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListOfAppSummary');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfAppSummary) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfAppSummary=gtc("ListResponseOfAppSummary:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfAppSummary.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfAppSummary');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.CountedListOfAppSummarysk_PMA66X) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfAppSummarysk_PMA66X=gtc("CountedListOfAppSummarysk_PMA66X:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfAppSummarysk_PMA66X.registerClass('Microsoft.WindowsMobile.Service.Marketplace.CountedListOfAppSummarysk_PMA66X');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.AppSummary) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.AppSummary=gtc("AppSummary:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.AppSummary.registerClass('Microsoft.WindowsMobile.Service.Marketplace.AppSummary');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ResponseOfApplication) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfApplication=gtc("ResponseOfApplication:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfApplication.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ResponseOfApplication');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.Application) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.Application=gtc("Application:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.Application.registerClass('Microsoft.WindowsMobile.Service.Marketplace.Application');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.DeviceRequirements) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.DeviceRequirements=gtc("DeviceRequirements:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.DeviceRequirements.registerClass('Microsoft.WindowsMobile.Service.Marketplace.DeviceRequirements');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ResponseOfDownloadUrl) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfDownloadUrl=gtc("ResponseOfDownloadUrl:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfDownloadUrl.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ResponseOfDownloadUrl');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.DownloadUrl) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.DownloadUrl=gtc("DownloadUrl:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.DownloadUrl.registerClass('Microsoft.WindowsMobile.Service.Marketplace.DownloadUrl');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.License) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.License=gtc("License:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.License.registerClass('Microsoft.WindowsMobile.Service.Marketplace.License');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ResponseOfProductSupport) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfProductSupport=gtc("ResponseOfProductSupport:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ResponseOfProductSupport.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ResponseOfProductSupport');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ProductSupport) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ProductSupport=gtc("ProductSupport:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ProductSupport.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ProductSupport');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListOfReview) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListOfReview=gtc("ListOfReview:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListOfReview.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListOfReview');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfReview) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfReview=gtc("ListResponseOfReview:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfReview.registerClass('Microsoft.WindowsMobile.Service.Marketplace.ListResponseOfReview');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.CountedListOfReviewsk_PMA66X) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfReviewsk_PMA66X=gtc("CountedListOfReviewsk_PMA66X:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.CountedListOfReviewsk_PMA66X.registerClass('Microsoft.WindowsMobile.Service.Marketplace.CountedListOfReviewsk_PMA66X');
}
if (typeof(Microsoft.WindowsMobile.Service.Marketplace.Review) === 'undefined') {
Microsoft.WindowsMobile.Service.Marketplace.Review=gtc("Review:Microsoft.WindowsMobile.Service.Marketplace");
Microsoft.WindowsMobile.Service.Marketplace.Review.registerClass('Microsoft.WindowsMobile.Service.Marketplace.Review');
}
