C# 클래스 Dev2.Activities.Specs.Toolbox.Data.DataSplit.DataSplitSteps

상속: Dev2.Activities.Specs.BaseTypes.RecordSetBases
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

보호된 메소드들

메소드 설명
BuildDataList ( ) : void

비공개 메소드들

메소드 설명
AddVariables ( string variable, string splitType, string splitAt, bool include = false, string escape = "" ) : void
GivenAFileToSplit ( string fileName ) : void
GivenAStringToSplitWithValue ( string stringToSplit ) : void
GivenAssignToVariableSplitTypeAtAndInclude ( string variable, string splitType, string splitAt, string include ) : void
GivenAssignToVariableSplitTypeAtAndIncludeAndEscape ( string variable, string splitType, string splitAt, string include, string escape ) : void
GivenIHaveAVariableWithAValue ( string variable, string value ) : void
GivenSkipBlanksRowsIs ( string enabled ) : void
GivenTheDirectionIs ( string direction ) : void
ThenTheSplitRecordsetWillBe ( string variable, TechTalk.SpecFlow.Table table ) : void
ThenTheSplitResultForWillBe ( string variable, string value ) : void
ThenTheSplitResultWillBe ( TechTalk.SpecFlow.Table table ) : void
WhenTheDataSplitToolIsExecuted ( ) : void

메소드 상세

BuildDataList() 보호된 메소드

protected BuildDataList ( ) : void
리턴 void