Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

RecordCondition Enumeration

The condition used to include or exclude each record.

[Visual Basic]
Public Enum RecordCondition
[C#]
public enum RecordCondition

Members

Member Name Description
NoneNo Condition, Include it always.
IncludeIfContainsInclude the record if it contains the selector string.
IncludeIfBeginsInclude the record if it begins with selector string.
IncludeIfEndsInclude the record if it ends with selector string.
IncludeIfEnclosedInclude the record if it begins and ends with selector string.
IncludeIfMatchRegexInclude the record if it matchs the regular expression passed as selector.
ExcludeIfContainsExclude the record if it contains the selector string.
ExcludeIfBeginsExclude the record if it begins with selector string.
ExcludeIfEndsExclude the record if it ends with selector string.
ExcludeIfEnclosedExclude the record if it begins and ends with selector string.
ExcludeIfMatchRegexExclude the record if it matchs the regular expression passed as selector.

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox