C# Class FrontendServices.Models.GuestDeveloper

Datei anzeigen Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
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

Method Details

GuestDeveloper() public method

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
return System