C# Class StoryTeller.Model.Specification

Inheritance: Node, INodeHolder
Datei anzeigen Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
path string

Private Properties

Property Type Description
allNodes IEnumerable

Public Methods

Method Description
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

Protected Methods

Method Description
Equals ( Specification other ) : bool

Private Methods

Method Description
allNodes ( ) : IEnumerable

Method Details

AddError() public method

public AddError ( SpecError error ) : void
error SpecError
return void

AddSection() public method

public AddSection ( string key ) : Section
key string
return Section

AllNodes() public method

public AllNodes ( ) : IEnumerable
return IEnumerable

ApplyRenumbering() public method

public ApplyRenumbering ( ) : void
return void

ClearBreakpoints() public method

public ClearBreakpoints ( ) : void
return void

ClearErrors() public method

public ClearErrors ( ) : void
return void

Clone() public method

public Clone ( ) : Specification
return Specification

CreatePlan() public method

public CreatePlan ( FixtureLibrary library ) : SpecificationPlan
library FixtureLibrary
return StoryTeller.Grammars.SpecificationPlan

DetermineFilename() public static method

public static DetermineFilename ( string name ) : string
name string
return string

Equals() protected method

protected Equals ( Specification other ) : bool
other Specification
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MatchesBreakpoint() public method

public MatchesBreakpoint ( string id, object position ) : bool
id string
position object
return bool

NeedsToBeRenumbered() public method

public NeedsToBeRenumbered ( ) : bool
return bool

RemoveBreakpoint() public method

public RemoveBreakpoint ( Breakpoint breakpoint ) : void
breakpoint Breakpoint
return void

SetBreakpoint() public method

public SetBreakpoint ( Breakpoint breakpoint ) : void
breakpoint Breakpoint
return void

SuitePath() public method

public SuitePath ( ) : string
return string

WritePath() public method

public WritePath ( string parentPath ) : void
parentPath string
return void

Property Details

path public_oe property

public string path
return string