Interface IListSpec
Implement this interface and call AddSpecs(IServiceCollection, Assembly?) to customise list views.
public interface IListSpec
Remarks
Most implementations will inherit from DefaultListSpec<T>.
Methods
DefineColumns(IEntityInfo)
IEnumerable<ColumnSpec> DefineColumns(IEntityInfo metadata)
Parameters
metadataIEntityInfo
Returns
GetLevel(IEntityInfo, IEntity)
MessageLevel? GetLevel(IEntityInfo metadata, IEntity row)
Parameters
metadataIEntityInforowIEntity
Returns
Match(IEntityInfo)
bool Match(IEntityInfo metadata)
Parameters
metadataIEntityInfo