Table of Contents

Class PlainTextReader

Namespace
JJMasterData.Commons.Data.Entity.Providers
Assembly
JJMasterData.Commons.dll
public class PlainTextReader
Inheritance
PlainTextReader
Inherited Members

Constructors

PlainTextReader(IEntityProvider, IConnectionRepository, ILogger<PlainTextReader>)

public PlainTextReader(IEntityProvider provider, IConnectionRepository connectionRepository, ILogger<PlainTextReader> logger)

Parameters

provider IEntityProvider
connectionRepository IConnectionRepository
logger ILogger<PlainTextReader>

Properties

Delimiter

public string Delimiter { get; init; }

Property Value

string

ShowLogInfo

public bool ShowLogInfo { get; init; }

Property Value

bool

Methods

GetFieldsListAsTextAsync(Element, EntityParameters)

public Task<string> GetFieldsListAsTextAsync(Element element, EntityParameters entityParameters)

Parameters

element Element
entityParameters EntityParameters

Returns

Task<string>