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
originalIEntityThe unscrambled entity.
scramblerIScramblerThe data scrambler.