Dev2.ServerLifecycleManager.WorkflowEntry.WorkflowEntry C# (CSharp) 메소드

WorkflowEntry() 공개 메소드

public WorkflowEntry ( string name ) : System
name string
리턴 System
            public WorkflowEntry(string name)
            {
                _name = name;
            }
        }
ServerLifecycleManager.WorkflowEntry