Type.registerNamespace('Web.Modules.Services.LoginForm');
Web.Modules.Services.LoginForm.module=function() {
Web.Modules.Services.LoginForm.module.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Web.Modules.Services.LoginForm.module.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Web.Modules.Services.LoginForm.module._staticInstance.get_path();},
GetSeed: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(), 'GetSeed',false,{},succeededCallback,failedCallback,userContext); }}
Web.Modules.Services.LoginForm.module.registerClass('Web.Modules.Services.LoginForm.module',Sys.Net.WebServiceProxy);
Web.Modules.Services.LoginForm.module._staticInstance = new Web.Modules.Services.LoginForm.module();
Web.Modules.Services.LoginForm.module.set_path = function(value) {
Web.Modules.Services.LoginForm.module._staticInstance.set_path(value); }
Web.Modules.Services.LoginForm.module.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Web.Modules.Services.LoginForm.module._staticInstance.get_path();}
Web.Modules.Services.LoginForm.module.set_timeout = function(value) {
Web.Modules.Services.LoginForm.module._staticInstance.set_timeout(value); }
Web.Modules.Services.LoginForm.module.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Web.Modules.Services.LoginForm.module._staticInstance.get_timeout(); }
Web.Modules.Services.LoginForm.module.set_defaultUserContext = function(value) { 
Web.Modules.Services.LoginForm.module._staticInstance.set_defaultUserContext(value); }
Web.Modules.Services.LoginForm.module.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Web.Modules.Services.LoginForm.module._staticInstance.get_defaultUserContext(); }
Web.Modules.Services.LoginForm.module.set_defaultSucceededCallback = function(value) { 
 Web.Modules.Services.LoginForm.module._staticInstance.set_defaultSucceededCallback(value); }
Web.Modules.Services.LoginForm.module.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Web.Modules.Services.LoginForm.module._staticInstance.get_defaultSucceededCallback(); }
Web.Modules.Services.LoginForm.module.set_defaultFailedCallback = function(value) { 
Web.Modules.Services.LoginForm.module._staticInstance.set_defaultFailedCallback(value); }
Web.Modules.Services.LoginForm.module.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Web.Modules.Services.LoginForm.module._staticInstance.get_defaultFailedCallback(); }
Web.Modules.Services.LoginForm.module.set_path("/modules/forms/loginform/module.asmx");
Web.Modules.Services.LoginForm.module.GetSeed= 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>
Web.Modules.Services.LoginForm.module._staticInstance.GetSeed(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Web.Modules.Services.LoginForm.SeedBag) === 'undefined') {
Web.Modules.Services.LoginForm.SeedBag=gtc("Web.Modules.Services.LoginForm.SeedBag");
Web.Modules.Services.LoginForm.SeedBag.registerClass('Web.Modules.Services.LoginForm.SeedBag');
}

