common.DTO.ProjectInfo.ProjectInfo C# (CSharp) Method

ProjectInfo() public method

public ProjectInfo ( ) : System
return System
        public ProjectInfo()
        {
            this.ProjectType = "";
            this.GitVersion = "";
            this.nameProperty = "";
            this.statusProperty = "";
            this.repositoryPath = "";
            this.workDirectory = "";
            this.buildCommand = "";
            this.log = "";
            this.result = "";
            this.author = "";
            this.revision = "";
            this.changeTime = "";
            this.duration = "";
            this.mailTo = "";
            this.IfMail = "";
            this.IfSlack = "";
            this.SlackUrl = "";
            this.SlackChannel = "";
            this.SelectResult = "";
            this.SelectUpdate = "";
            this.SelectCommit = "";
            this.branch = "";
        }
ProjectInfo