C# 클래스 Bender.Nodes.CharacterSeparated.RowNode

상속: NodeBase
파일 보기 프로젝트 열기: mikeobrien/Bender 1 사용 예제들

공개 메소드들

메소드 설명
RowNode ( int rowNumber ) : System

보호된 메소드들

메소드 설명
AddNode ( INode node, bool named, Action modify ) : void
GetNodeType ( ) : NodeType
GetNodes ( ) : IEnumerable
SetNodeType ( NodeType nodeType ) : void

메소드 상세

AddNode() 보호된 메소드

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

GetNodeType() 보호된 메소드

protected GetNodeType ( ) : NodeType
리턴 NodeType

GetNodes() 보호된 메소드

protected GetNodes ( ) : IEnumerable
리턴 IEnumerable

RowNode() 공개 메소드

public RowNode ( int rowNumber ) : System
rowNumber int
리턴 System

SetNodeType() 보호된 메소드

protected SetNodeType ( NodeType nodeType ) : void
nodeType NodeType
리턴 void