C# Class FileHelpers.RecordInfo

An internal class used to store information about the Record Type.
Is public to provide extensibility of DataStorage from outside the library.
Show file Open project: MarcosMeli/FileHelpers Class Usage Examples

Public Methods

Method Description
RemoveField ( string fieldname ) : void

Private Methods

Method Description
AdjustParentIndex ( ) : void

Method Details

RemoveField() public method

public RemoveField ( string fieldname ) : void
fieldname string
return void