User.User

User()

Initializes new instance of User class.

public User()

See Also


User(int, string, Role)

Initializes new instance of User class.

public User(int id, string name, Role role)
Parameter Type Description
id Int32 The user id.
name String The user name.
role Role The user role.

See Also