C# 클래스 FrontendServices.Models.DeveloperPageDeveloper

상속: IPaginable
파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
DeveloperPageDeveloper ( int userId, string firstName, string lastName, Uri photoUri, string role, System.DateTime registrationDate, int projectCount, Uri vkPageUri, AccountRole accountRole, ConfirmationStatus confirmationStatus, bool isHidden ) : System

메소드 상세

DeveloperPageDeveloper() 공개 메소드

public DeveloperPageDeveloper ( int userId, string firstName, string lastName, Uri photoUri, string role, System.DateTime registrationDate, int projectCount, Uri vkPageUri, AccountRole accountRole, ConfirmationStatus confirmationStatus, bool isHidden ) : System
userId int
firstName string
lastName string
photoUri System.Uri
role string
registrationDate System.DateTime
projectCount int
vkPageUri System.Uri
accountRole AccountRole
confirmationStatus ConfirmationStatus
isHidden bool
리턴 System