C# Class Bender.Nodes.CharacterSeparated.RowNode

Inheritance: NodeBase
ファイルを表示 Open project: mikeobrien/Bender Class Usage Examples

Public Methods

Method Description
RowNode ( int rowNumber ) : System

Protected Methods

Method Description
AddNode ( INode node, bool named, Action modify ) : void
GetNodeType ( ) : NodeType
GetNodes ( ) : IEnumerable
SetNodeType ( NodeType nodeType ) : void

Method Details

AddNode() protected method

protected AddNode ( INode node, bool named, Action modify ) : void
node INode
named bool
modify Action
return void

GetNodeType() protected method

protected GetNodeType ( ) : NodeType
return NodeType

GetNodes() protected method

protected GetNodes ( ) : IEnumerable
return IEnumerable

RowNode() public method

public RowNode ( int rowNumber ) : System
rowNumber int
return System

SetNodeType() protected method

protected SetNodeType ( NodeType nodeType ) : void
nodeType NodeType
return void