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

RecordTypeSelector Delegate

Delegate thats determines the Type of the current record (Master, Detail, Skip)

[Visual Basic]
Public Delegate Function RecordTypeSelector( _
   ByVal engine As MultiRecordEngine, _
   ByVal recordString As String _
) As Type
[C#]
public delegate Type RecordTypeSelector(
   MultiRecordEngine engine,
   string recordString
);

Parameters

engine
The engine that calls the selector.
recordString
The string of the current record.

Return Value

the action used for the current record (Master, Detail, Skip)

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