C# 클래스 NBoilerpipe.Labels.LabelAction

Helps adding labels to NBoilerpipe.Document.TextBlock s.
파일 보기 프로젝트 열기: oganix/NBoilerpipe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
labels string[]

공개 메소드들

메소드 설명
AddTo ( TextBlock tb ) : void
LabelAction ( ) : NBoilerpipe.Document
ToString ( ) : string

보호된 메소드들

메소드 설명
AddLabelsTo ( TextBlock tb ) : void

메소드 상세

AddLabelsTo() 보호된 메소드

protected AddLabelsTo ( TextBlock tb ) : void
tb NBoilerpipe.Document.TextBlock
리턴 void

AddTo() 공개 메소드

public AddTo ( TextBlock tb ) : void
tb NBoilerpipe.Document.TextBlock
리턴 void

LabelAction() 공개 메소드

public LabelAction ( ) : NBoilerpipe.Document
리턴 NBoilerpipe.Document

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

labels 보호되어 있는 프로퍼티

protected string[] labels
리턴 string[]