C# 클래스 FrontendServices.Models.Project

파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
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

메소드 상세

Project() 공개 메소드

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
리턴 Common.System