Table of Contents

Interface ICustomScramblingBehaviour

Namespace
The.Components
Assembly
Instagile.dll

Implement this interface in a legacy entity class if you need to customise the scrambling behaviour for an entity.

public interface ICustomScramblingBehaviour

Methods

PerformCustomScramblingBehaviourAsync(IEntity, IScrambler)

Called just after the current entity has been scrambled for an application to provide custom behaviour for scrambling.

Task PerformCustomScramblingBehaviourAsync(IEntity original, IScrambler scrambler)

Parameters

original IEntity

The unscrambled entity.

scrambler IScrambler

The data scrambler.

Returns

Task