C# 클래스 FaceDetection.Model.Recognition.User

Represents a user saved in the database
파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp 1 사용 예제들

공개 메소드들

메소드 설명
User ( int id, string username, string firstname = "", string lastname = "" )

Initializes a new instance of the User class.

메소드 상세

User() 공개 메소드

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.