ABB.Swum.Nodes.ProgramElementNode.ProgramElementNode C# (CSharp) Method

ProgramElementNode() public method

Creates a new ProgramElementNode and sets Name to the supplied value. Name is then parsed using the supplied IdSplitter.
public ProgramElementNode ( string name, IdSplitter splitter ) : System
name string The name of the program element.
splitter ABB.Swum.IdSplitter An IdSplitter to use to parse the name.
return System
        public ProgramElementNode(string name, IdSplitter splitter)
            : this(name) {
            Parse(splitter);
        }

Same methods

ProgramElementNode::ProgramElementNode ( ) : System
ProgramElementNode::ProgramElementNode ( string name ) : System
ProgramElementNode::ProgramElementNode ( string name, PhraseNode parsedName ) : System