C# 클래스 StoryTeller.Domain.PartHolderExtensions

파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

AddComment() 공개 정적인 메소드

public static AddComment ( this holder ) : Comment
holder this
리턴 Comment

AddSection() 공개 정적인 메소드

public static AddSection ( this holder, string fixtureName ) : Section
holder this
fixtureName string
리턴 Section

AddStep() 공개 정적인 메소드

public static AddStep ( this holder, string grammarKey ) : Step
holder this
grammarKey string
리턴 Step

AllSteps() 공개 정적인 메소드

public static AllSteps ( this holder ) : IList
holder this
리턴 IList

MoveDown() 공개 정적인 메소드

public static MoveDown ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

MoveToBottom() 공개 정적인 메소드

public static MoveToBottom ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

MoveToTop() 공개 정적인 메소드

public static MoveToTop ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

MoveUp() 공개 정적인 메소드

public static MoveUp ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

Remove() 공개 정적인 메소드

public static Remove ( this holder, ITestPart part ) : void
holder this
part ITestPart
리턴 void

RemoveParts() 공개 정적인 메소드

public static RemoveParts ( this holder, bool>.Func filter ) : void
holder this
filter bool>.Func
리턴 void