var wskyumenu=function() {
wskyumenu.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wskyumenu.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wskyumenu._staticInstance.get_path();},
MenuCat:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'MenuCat',false,{},succeededCallback,failedCallback,userContext); },
MenuItem:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'MenuItem',false,{},succeededCallback,failedCallback,userContext); },
ItemPricing:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'ItemPricing',false,{},succeededCallback,failedCallback,userContext); },
MenuItemByCat:function(CategoryNo,succeededCallback, failedCallback, userContext) {
/// <param name="CategoryNo" type="Number">System.Int32</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(), 'MenuItemByCat',false,{CategoryNo:CategoryNo},succeededCallback,failedCallback,userContext); }}
wskyumenu.registerClass('wskyumenu',Sys.Net.WebServiceProxy);
wskyumenu._staticInstance = new wskyumenu();
wskyumenu.set_path = function(value) {
wskyumenu._staticInstance.set_path(value); }
wskyumenu.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wskyumenu._staticInstance.get_path();}
wskyumenu.set_timeout = function(value) {
wskyumenu._staticInstance.set_timeout(value); }
wskyumenu.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wskyumenu._staticInstance.get_timeout(); }
wskyumenu.set_defaultUserContext = function(value) { 
wskyumenu._staticInstance.set_defaultUserContext(value); }
wskyumenu.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wskyumenu._staticInstance.get_defaultUserContext(); }
wskyumenu.set_defaultSucceededCallback = function(value) { 
 wskyumenu._staticInstance.set_defaultSucceededCallback(value); }
wskyumenu.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wskyumenu._staticInstance.get_defaultSucceededCallback(); }
wskyumenu.set_defaultFailedCallback = function(value) { 
wskyumenu._staticInstance.set_defaultFailedCallback(value); }
wskyumenu.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wskyumenu._staticInstance.get_defaultFailedCallback(); }
wskyumenu.set_path("/wskyumenu.asmx");
wskyumenu.MenuCat= function(onSuccess,onFailed,userContext) {
/// <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>
wskyumenu._staticInstance.MenuCat(onSuccess,onFailed,userContext); }
wskyumenu.MenuItem= function(onSuccess,onFailed,userContext) {
/// <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>
wskyumenu._staticInstance.MenuItem(onSuccess,onFailed,userContext); }
wskyumenu.ItemPricing= function(onSuccess,onFailed,userContext) {
/// <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>
wskyumenu._staticInstance.ItemPricing(onSuccess,onFailed,userContext); }
wskyumenu.MenuItemByCat= function(CategoryNo,onSuccess,onFailed,userContext) {
/// <param name="CategoryNo" type="Number">System.Int32</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>
wskyumenu._staticInstance.MenuItemByCat(CategoryNo,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(menuDetail) === 'undefined') {
var menuDetail=gtc("menuDetail");
menuDetail.registerClass('menuDetail');
}

