Interface ICanHandleUsedIdentifiers
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines a contract for handling used identifiers.
public interface ICanHandleUsedIdentifiers
Methods
SetUsedIdentifiers(ReadOnlyCollection<string>)
Sets the collection of used identifiers.
void SetUsedIdentifiers(ReadOnlyCollection<string> identifiers)
Parameters
identifiersReadOnlyCollection<string>A read-only collection of identifier strings that are used in a report.