Class: module:models/UserSignUp

module:models/UserSignUp()

new module:models/UserSignUp()

Constructs a new UserSignUp.

Source:

Members

(inner) firstName :String

Type:
  • String
Source:

(inner) lastName :String

Type:
  • String
Source:

(inner) password :String

Type:
  • String
Source:

(inner) titleCode :String

Type:
  • String
Source:

(inner) uid :String

Type:
  • String
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/UserSignUp}

Constructs a UserSignUp from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/UserSignUp

Optional instance to populate.

Source:
Returns:

The populated UserSignUp instance.

Type
module:models/UserSignUp