Interface IStringExport
Provides methods to save IStringItem
elements.
public interface IStringExport
Methods
- BeginWrite(TextWriter, object)
When implemented by a class, starts writing routine.
- EndWrite()
When implemented by a class, finalizes writing routine.
- Write()
When implemented by a class, saves entire content.
- WriteLine(IStringItem)
When implemented by a class, saves a particular
IStringItem
object.