Class FilterAction
Represents a filtering action taken on the output.
public class FilterAction
- Inheritance
-
FilterAction
- Inherited Members
Properties
ActionType
Gets or sets the type of action taken.
public string ActionType { get; set; }
Property Value
Location
Gets or sets the location where the action was applied.
public int Location { get; set; }
Property Value
OriginalContent
Gets or sets what was removed or replaced.
public string OriginalContent { get; set; }
Property Value
Reason
Gets or sets the reason for the action.
public string Reason { get; set; }
Property Value
ReplacementContent
Gets or sets the replacement content (if applicable).
public string? ReplacementContent { get; set; }