C# Class ProjectManagement.Domain.Project

Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode Description
Project ( string name, ISet projectTypes, string info, ProjectStatus projectStatus, Image landingImage, AccessLevel accessLevel, VersionControlSystemInfo versionControlSystemInfo, RedmineProjectInfo redmineProjectInfo, ISet issues, ISet projectDevelopers, ISet screenshots ) : Common.System

Méthodes protégées

Méthode Description
Project ( ) : Common.System

Method Details

Project() protected méthode

protected Project ( ) : Common.System
Résultat Common.System

Project() public méthode

public Project ( string name, ISet projectTypes, string info, ProjectStatus projectStatus, Image landingImage, AccessLevel accessLevel, VersionControlSystemInfo versionControlSystemInfo, RedmineProjectInfo redmineProjectInfo, ISet issues, ISet projectDevelopers, ISet screenshots ) : Common.System
name string
projectTypes ISet
info string
projectStatus ProjectStatus
landingImage Image
accessLevel AccessLevel
versionControlSystemInfo VersionControlSystemInfo
redmineProjectInfo RedmineProjectInfo
issues ISet
projectDevelopers ISet
screenshots ISet
Résultat Common.System