JoinRunsOptions

JoinRunsOptions class

Provides configuration flags for the join runs operation.

public class JoinRunsOptions

Constructors

NameDescription
JoinRunsOptions()The default constructor.

Properties

NameDescription
IgnoreInsignificant { get; set; }True indicates that the insignificant attributes of all runs will be ignored when joining runs with same formatting.
IgnoreRedundant { get; set; }True indicates that the redundant attributes of all runs will be ignored when joining runs with same formatting.
IgnoreSpacing { get; set; }True indicates that the spacing attributes of all runs will be ignored when joining runs with same formatting.

See Also