C# Class FrontendServices.Models.Project

Datei anzeigen Open project: LeagueOfDevelopers/LodCore

Public Methods

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

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