C# Класс FrontendServices.Models.GuestDeveloper

Показать файл Открыть проект

Открытые методы

Метод Описание
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