C# Class FrontendServices.Models.Project

Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

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

Method Details

Project() public méthode

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