IExhibitorRegistrationRepository Interface

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IExhibitorRegistrationRepository : ICachingRepository
Implements
ICachingRepository

Methods

ClearCache Clears all cached data associated with this repository, for both top-level entities and all sub-entities to ensure that subsequent calls to the repository will retrieve fresh data.
(Inherited from ICachingRepository)

See Also