WhiskWork.Core.WorkStep.WorkStep C# (CSharp) Метод

WorkStep() приватный Метод

private WorkStep ( string path, string parentPath ) : System
path string
parentPath string
Результат System
        private WorkStep(string path, string parentPath)
        {
            Path = path;
            ParentPath = parentPath;
        }

Same methods

WorkStep::WorkStep ( string path, string parentPath, int ordinal, WorkStepType workStepType, string workItemClass, string title, int wipLimit ) : System