C# Class Dev2.Data.Operations.Dev2IndexFinder

Inheritance: IDev2IndexFinder
Show file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FindIndex ( string stringToSearchIn, enIndexFinderOccurrence occurrence, string charsToSearchFor, enIndexFinderDirection direction, bool matchCase, int startIndex ) : IEnumerable
FindIndex ( string stringToSearchIn, string firstOccurrence, string charsToSearchFor, string direction, bool matchCase, string startIndex ) : IEnumerable

Private Methods

Method Description
LeftToRightIndexSearch ( enIndexFinderOccurrence occurrence, int firstIndex, int lastIndex, string stringToSearchIn, string charsToSearchFor, System.StringComparison comparisonType ) : IEnumerable
RightToLeftIndexSearch ( enIndexFinderOccurrence occurrence, int firstIndex, int lastIndex, string stringToSearchIn, string charsToSearchFor, System.StringComparison comparisonType ) : IEnumerable

Method Details

FindIndex() public method

public FindIndex ( string stringToSearchIn, enIndexFinderOccurrence occurrence, string charsToSearchFor, enIndexFinderDirection direction, bool matchCase, int startIndex ) : IEnumerable
stringToSearchIn string
occurrence enIndexFinderOccurrence
charsToSearchFor string
direction enIndexFinderDirection
matchCase bool
startIndex int
return IEnumerable

FindIndex() public method

public FindIndex ( string stringToSearchIn, string firstOccurrence, string charsToSearchFor, string direction, bool matchCase, string startIndex ) : IEnumerable
stringToSearchIn string
firstOccurrence string
charsToSearchFor string
direction string
matchCase bool
startIndex string
return IEnumerable