C# 클래스 StoryTeller.Model.Specification

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

공개 프로퍼티들

프로퍼티 타입 설명
path string

Private Properties

프로퍼티 타입 설명
allNodes IEnumerable

공개 메소드들

메소드 설명
AddError ( SpecError error ) : void
AddSection ( string key ) : Section
AllNodes ( ) : IEnumerable
ApplyRenumbering ( ) : void
ClearBreakpoints ( ) : void
ClearErrors ( ) : void
Clone ( ) : Specification
CreatePlan ( FixtureLibrary library ) : SpecificationPlan
DetermineFilename ( string name ) : string
Equals ( object obj ) : bool
GetHashCode ( ) : int
MatchesBreakpoint ( string id, object position ) : bool
NeedsToBeRenumbered ( ) : bool
RemoveBreakpoint ( Breakpoint breakpoint ) : void
SetBreakpoint ( Breakpoint breakpoint ) : void
SuitePath ( ) : string
WritePath ( string parentPath ) : void

보호된 메소드들

메소드 설명
Equals ( Specification other ) : bool

비공개 메소드들

메소드 설명
allNodes ( ) : IEnumerable

메소드 상세

AddError() 공개 메소드

public AddError ( SpecError error ) : void
error SpecError
리턴 void

AddSection() 공개 메소드

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

AllNodes() 공개 메소드

public AllNodes ( ) : IEnumerable
리턴 IEnumerable

ApplyRenumbering() 공개 메소드

public ApplyRenumbering ( ) : void
리턴 void

ClearBreakpoints() 공개 메소드

public ClearBreakpoints ( ) : void
리턴 void

ClearErrors() 공개 메소드

public ClearErrors ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : Specification
리턴 Specification

CreatePlan() 공개 메소드

public CreatePlan ( FixtureLibrary library ) : SpecificationPlan
library FixtureLibrary
리턴 StoryTeller.Grammars.SpecificationPlan

DetermineFilename() 공개 정적인 메소드

public static DetermineFilename ( string name ) : string
name string
리턴 string

Equals() 보호된 메소드

protected Equals ( Specification other ) : bool
other Specification
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MatchesBreakpoint() 공개 메소드

public MatchesBreakpoint ( string id, object position ) : bool
id string
position object
리턴 bool

NeedsToBeRenumbered() 공개 메소드

public NeedsToBeRenumbered ( ) : bool
리턴 bool

RemoveBreakpoint() 공개 메소드

public RemoveBreakpoint ( Breakpoint breakpoint ) : void
breakpoint Breakpoint
리턴 void

SetBreakpoint() 공개 메소드

public SetBreakpoint ( Breakpoint breakpoint ) : void
breakpoint Breakpoint
리턴 void

SuitePath() 공개 메소드

public SuitePath ( ) : string
리턴 string

WritePath() 공개 메소드

public WritePath ( string parentPath ) : void
parentPath string
리턴 void

프로퍼티 상세

path 공개적으로 프로퍼티

public string path
리턴 string