C# 클래스 StoryTeller.Model.Step

상속: Node, INodeHolder
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

Private Properties

프로퍼티 타입 설명
throwValuesDoNotMatch void

공개 메소드들

메소드 설명
AddCollection ( string key ) : Section
AssertValuesMatch ( Step other ) : void
Parse ( string text ) : Step
ParseValues ( string text ) : string>.IDictionary
ProcessCells ( Cell cells, IStepValidator stepValidator ) : void
Step ( string key ) : System
ToString ( ) : string
ToValueString ( ) : string
With ( string key, string value ) : Step

비공개 메소드들

메소드 설명
throwValuesDoNotMatch ( Step other ) : void

메소드 상세

AddCollection() 공개 메소드

public AddCollection ( string key ) : Section
key string
리턴 Section

AssertValuesMatch() 공개 메소드

public AssertValuesMatch ( Step other ) : void
other Step
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( string text ) : Step
text string
리턴 Step

ParseValues() 공개 정적인 메소드

public static ParseValues ( string text ) : string>.IDictionary
text string
리턴 string>.IDictionary

ProcessCells() 공개 메소드

public ProcessCells ( Cell cells, IStepValidator stepValidator ) : void
cells Cell
stepValidator IStepValidator
리턴 void

Step() 공개 메소드

public Step ( string key ) : System
key string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToValueString() 공개 메소드

public ToValueString ( ) : string
리턴 string

With() 공개 메소드

public With ( string key, string value ) : Step
key string
value string
리턴 Step