C# Class FrontendServices.Models.AdminProject

Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

Méthode Description
AdminProject ( int projectId, string name, ProjectType projectType, string info, ProjectStatus projectStatus, Common landingImage, AccessLevel accessLevel, Uri versionControlSystemUri, Uri projectManagementSystemUri, HashSet issues, HashSet projectDevelopers, HashSet screenshots ) : Common.System

Method Details

AdminProject() public méthode

public AdminProject ( int projectId, string name, ProjectType projectType, string info, ProjectStatus projectStatus, Common landingImage, AccessLevel accessLevel, Uri versionControlSystemUri, Uri projectManagementSystemUri, HashSet issues, HashSet projectDevelopers, HashSet screenshots ) : Common.System
projectId int
name string
projectType ProjectType
info string
projectStatus ProjectStatus
landingImage Common
accessLevel AccessLevel
versionControlSystemUri System.Uri
projectManagementSystemUri System.Uri
issues HashSet
projectDevelopers HashSet
screenshots HashSet
Résultat Common.System