Property | Type | Description | |
---|---|---|---|
MatchingStrategies | List |
Method | Description | |
---|---|---|
Contains ( |
Create a text filter that includes rows where any cell contains any of the given strings.
|
|
Filter ( object modelObject ) : bool |
Do the actual work of filtering
|
|
FindAllMatchedRanges ( string cellText ) : IEnumerable |
Find all the ways in which this filter matches the given string. This is used by the renderer to decide which bits of the string should be highlighted |
|
IsIncluded ( BrightIdeasSoftware.OLVColumn column ) : bool |
Is the given column one of the columns being used by this filter?
|
|
Prefix ( |
Create a text filter that includes rows where any cell begins with one of the given strings
|
|
Regex ( |
Create a text filter that will include rows where any cell matches any of the given regex expressions. Any string that is not a valid regex expression will be ignored. |
|
TextMatchFilter ( |
Create a TextFilter
|
|
TextMatchFilter ( |
Create a TextFilter that finds the given string
|
|
TextMatchFilter ( |
Create a TextFilter that finds the given string using the given comparison
|
Method | Description | |
---|---|---|
IterateColumns ( ) : IEnumerable |
Loop over the columns that are being considering by the filter
|
public static Contains ( |
||
olv | ||
return |
public FindAllMatchedRanges ( string cellText ) : IEnumerable |
||
cellText | string | |
return | IEnumerable |
public IsIncluded ( BrightIdeasSoftware.OLVColumn column ) : bool | ||
column | BrightIdeasSoftware.OLVColumn | |
return | bool |
public static Prefix ( |
||
olv | ||
return |
public static Regex ( |
||
olv | ||
return |
public TextMatchFilter ( |
||
olv | ||
return | System |
public TextMatchFilter ( |
||
olv | ||
text | string | |
return | System |
public TextMatchFilter ( |
||
olv | ||
text | string | |
comparison | StringComparison | |
return | System |