Class ActIntentionalSkip
Represents an action that is intentionally skipped during processing. Used to explicitly mark operations that should be bypassed.
public class ActIntentionalSkip : IActSkip, IAct
- Inheritance
-
ActIntentionalSkip
- Implements
- Inherited Members
- Extension Methods
Constructors
ActIntentionalSkip()
Initializes a new instance of the ActIntentionalSkip class.
public ActIntentionalSkip()
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.