Table of Contents

Interface ICanHandleUsedRelations

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Defines a contract for handling used relations and determining support for one-to-one relations.

public interface ICanHandleUsedRelations

Methods

SetUsedRelations(ReadOnlyCollection<string>)

Sets the collection of used relations.

void SetUsedRelations(ReadOnlyCollection<string> relations)

Parameters

relations ReadOnlyCollection<string>

A read-only collection of relation names used in a report.

SupportedAs1To1Relation(string)

Determines whether the specified relation name is supported as a one-to-one relation.

bool SupportedAs1To1Relation(string relationName)

Parameters

relationName string

The name of the relation to evaluate.

Returns

bool

true if the relation is supported as a one-to-one relation; otherwise, false.