C# Class FrontendServices.Models.DeveloperPageDeveloper

Inheritance: IPaginable
Datei anzeigen Open project: LeagueOfDevelopers/LodCore

Public Methods

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

Method Details

DeveloperPageDeveloper() public method

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