Type.registerNamespace('www.pixelkaempferin.de.Services.ContentService._1._0');
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService=function() {
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_path();},
GetContentConfig:function(categoryName,thumbKey,succeededCallback, failedCallback, userContext) {
/// <param name="categoryName" type="String">System.String</param>
/// <param name="thumbKey" 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(), 'GetContentConfig',false,{categoryName:categoryName,thumbKey:thumbKey},succeededCallback,failedCallback,userContext); }}
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.registerClass('www.pixelkaempferin.de.Services.ContentService._1._0.IContentService',Sys.Net.WebServiceProxy);
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance = new www.pixelkaempferin.de.Services.ContentService._1._0.IContentService();
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_path = function(value) {
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.set_path(value); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_path();}
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_timeout = function(value) {
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.set_timeout(value); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_timeout(); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_defaultUserContext = function(value) { 
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.set_defaultUserContext(value); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_defaultUserContext(); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_defaultSucceededCallback = function(value) { 
 www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.set_defaultSucceededCallback(value); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_defaultSucceededCallback(); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_defaultFailedCallback = function(value) { 
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.set_defaultFailedCallback(value); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.get_defaultFailedCallback(); }
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.set_path("/Services/ContentService.svc");
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService.GetContentConfig= function(categoryName,thumbKey,onSuccess,onFailed,userContext) {
/// <param name="categoryName" type="String">System.String</param>
/// <param name="thumbKey" 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>
www.pixelkaempferin.de.Services.ContentService._1._0.IContentService._staticInstance.GetContentConfig(categoryName,thumbKey,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Pixelkaempferin.Model');
if (typeof(Pixelkaempferin.Model.ThumbnailSection) === 'undefined') {
Pixelkaempferin.Model.ThumbnailSection=gtc("ThumbnailSection:http://schemas.datacontract.org/2004/07/Pixelkaempferin.Model");
Pixelkaempferin.Model.ThumbnailSection.registerClass('Pixelkaempferin.Model.ThumbnailSection');
}
