Class ChangeContentArgs
- Assembly
- SunamoCollectionsChangeContent.dll
Configuration arguments for collection content transformation operations.
public class ChangeContentArgs
- Inheritance
-
ChangeContentArgs
- Inherited Members
- Extension Methods
Properties
DontChangeIndexes
Gets or sets a list of indexes that should not be changed during the transformation.
public List<int>? DontChangeIndexes { get; set; }
Property Value
ShouldRemoveEmpty
Gets or sets a value indicating whether empty strings should be removed from the result.
public bool ShouldRemoveEmpty { get; set; }
Property Value
ShouldRemoveNull
Gets or sets a value indicating whether null values should be removed from the result.
public bool ShouldRemoveNull { get; set; }
Property Value
ShouldSwitchFirstAndSecondArg
Gets or sets a value indicating whether the first and second arguments should be switched in the transformation function.
public bool ShouldSwitchFirstAndSecondArg { get; set; }