Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives.LineFieldsValue
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives
{
public class LineFieldsValue : ILineFieldsValue
{
public LineFieldsValue(IFieldService fieldLookupService, ILongTextHandler longTextHandler, LongTextHelper longTextHelper, NonTextFieldHandler nonTextFieldHandler, ExportFile exportSettings, ILog logger);
public void AddFieldsValue(DeferredEntry loadFileEntry, ObjectExportInfo artifact);
}
}