Table of Contents

Interface IReportUnitKey

Namespace
Cryville.EEW.Report
Assembly
Cryville.EEW.dll
Represents a key for identifying report units.
public interface IReportUnitKey : IReportGroupKey

Methods

IsCoveredBy(IReportUnitKey)

Determines whether the report of the current unit key is covered by another report.
bool IsCoveredBy(IReportUnitKey key)

Parameters

key IReportUnitKey
The unit key of the other report.

Returns

bool
Whether the report of the current unit key is covered by the other report.