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