Class ContentReportOptions
Inheritance
ContentReportOptions
Assembly: Estrelica.Interfaces.dll
Syntax
public class ContentReportOptions : IContentReportOptions
Properties
Declaration
public Action<IEnumerable<IArcherField>> fieldMetadataCallback { get; set; }
Property Value
Implements
Declaration
public Action<RecordCountType, int> recordCountCallback { get; set; }
Property Value
Implements
Methods
Declaration
public IContentReportOptions FieldMetadataCallback(Action<IEnumerable<IArcherField>> fieldMetadataCallback)
Parameters
Returns
Implements
Declaration
public IContentReportOptions RecordCountCallback(Action<RecordCountType, int> recordCountCallback)
Parameters
Returns
Implements
Extension Methods