C# Class StoryTeller.Domain.PartHolderExtensions

Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
Add ( this holder, ITestPart part ) : void
AddComment ( this holder ) : Comment
AddSection ( this holder, string fixtureName ) : Section
AddStep ( this holder, string grammarKey ) : Step
AllSteps ( this holder ) : IList
MoveDown ( this holder, ITestPart part ) : void
MoveToBottom ( this holder, ITestPart part ) : void
MoveToTop ( this holder, ITestPart part ) : void
MoveUp ( this holder, ITestPart part ) : void
Remove ( this holder, ITestPart part ) : void
RemoveParts ( this holder, bool>.Func filter ) : void

Method Details

Add() public static méthode

public static Add ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

AddComment() public static méthode

public static AddComment ( this holder ) : Comment
holder this
Résultat Comment

AddSection() public static méthode

public static AddSection ( this holder, string fixtureName ) : Section
holder this
fixtureName string
Résultat Section

AddStep() public static méthode

public static AddStep ( this holder, string grammarKey ) : Step
holder this
grammarKey string
Résultat Step

AllSteps() public static méthode

public static AllSteps ( this holder ) : IList
holder this
Résultat IList

MoveDown() public static méthode

public static MoveDown ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

MoveToBottom() public static méthode

public static MoveToBottom ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

MoveToTop() public static méthode

public static MoveToTop ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

MoveUp() public static méthode

public static MoveUp ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

Remove() public static méthode

public static Remove ( this holder, ITestPart part ) : void
holder this
part ITestPart
Résultat void

RemoveParts() public static méthode

public static RemoveParts ( this holder, bool>.Func filter ) : void
holder this
filter bool>.Func
Résultat void