Table of Contents

Class ChangeContentArgs

Namespace
SunamoCollectionsChangeContent._public.SunamoArgs
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

List<int>

ShouldRemoveEmpty

Gets or sets a value indicating whether empty strings should be removed from the result.

public bool ShouldRemoveEmpty { get; set; }

Property Value

bool

ShouldRemoveNull

Gets or sets a value indicating whether null values should be removed from the result.

public bool ShouldRemoveNull { get; set; }

Property Value

bool

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; }

Property Value

bool