Created
July 14, 2024 08:59
-
-
Save hishaamn/2133764ede2b3a596e490ff7206bb16d to your computer and use it in GitHub Desktop.
Extend the current Processing Context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ExtSimpleProcessingContext : SimpleProcessingContext | |
{ | |
public ExtSimpleProcessingContext(bool skip) | |
{ | |
this.SkipFile = skip; | |
} | |
public bool SkipFile { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment