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

INotifyWrite Interface

Interface used to provide In record notification of write operations.

For a list of all members of this type, see INotifyWrite Members.

[Visual Basic]
Public Interface INotifyWrite
[C#]
public interface INotifyWrite

Example

private class SampleType: INotifyRead, INotifyWrite
{ ....

    public void AfterRead(EngineBase engine, string line)
    {
        // Your Code Here
    }
    public void BeforeWrite(EngineBase engine)
    {
        // Your Code Here
    }

}

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

INotifyWrite Members | 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