TROIKA.ASP - the MVC framework

LoginVO.js

Summary

Contains generated LoginVO class. This is part of Troika.ASP Framework - web development MVC framework for ASP 3.0. Please visit www.troika-asp.com for more details.

Version: $Revision: 1.4 $

Author: Pavel Chuchev pav@troika-asp.com


Class Summary
LoginVO  

/**
* @fileoverview Contains generated <tt>LoginVO</tt> class.
*
* 
* This is part of Troika.ASP Framework - web development MVC framework for ASP 3.0.
* Please visit {@link http://www.troika-asp.com www.troika-asp.com} for more details.
* 
*
* @author Pavel Chuchev pav@troika-asp.com
* @version $Revision: 1.4 $
*/
/**
* @constructor
*/
function LoginVO() {

    this.loginId = null;

    this.memberId = null;

    this.username = null;

    this.password = null;

    this.securityRole = null;

    this.secretInfo = null;

}

TROIKA.ASP - the MVC framework

www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008