C# Class FaceDetection.Model.Recognition.User

Represents a user saved in the database
Show file Open project: PkInfRemi/FaceDetectionApp Class Usage Examples

Public Methods

Method Description
User ( int id, string username, string firstname = "", string lastname = "" )

Initializes a new instance of the User class.

Method Details

User() public method

Initializes a new instance of the User class.
public User ( int id, string username, string firstname = "", string lastname = "" )
id int The identifier.
username string The username.
firstname string The first name.
lastname string The last name.