internal Playback GetPlayback() { Playback playback = TxHelper.GetCurrentEtlScope(this.Inputs, this.IsRealTime); if (playback != null) { playback.KnownTypes = ManifestCompiler.GetKnowntypesforPlayback(); } return(playback); }
public Playback GetPlayback() { Playback playback = TxHelper.GetCurrentEtlScope(this.Model.EtlFiles, this.Model.IsRealTime); if (playback != null) { playback.KnownTypes = ManifestCompiler.GetKnowntypesforPlayback(); } return(playback); }