C# 클래스 FrontendServices.Models.AdminProject

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

공개 메소드들

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

메소드 상세

AdminProject() 공개 메소드

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