C# 클래스 FrontendServices.Models.GuestDeveloper

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

공개 메소드들

메소드 설명
GuestDeveloper ( int userId, string firstName, string lastName, Uri photoUri, System.DateTime registrationDate, Uri vkProfileUri, int studentAccessionYear, string studyingDirection, string instituteName, string specialization, string role, DeveloperPageProjectPreview projects ) : System

메소드 상세

GuestDeveloper() 공개 메소드

public GuestDeveloper ( int userId, string firstName, string lastName, Uri photoUri, System.DateTime registrationDate, Uri vkProfileUri, int studentAccessionYear, string studyingDirection, string instituteName, string specialization, string role, DeveloperPageProjectPreview projects ) : System
userId int
firstName string
lastName string
photoUri System.Uri
registrationDate System.DateTime
vkProfileUri System.Uri
studentAccessionYear int
studyingDirection string
instituteName string
specialization string
role string
projects DeveloperPageProjectPreview
리턴 System