Table of Contents

Class CommonChartConfiguration

Namespace
ChartTools.IO.Chart.Configuration
Assembly
ChartTools.dll
public abstract record CommonChartConfiguration : ICommonConfiguration, IEquatable<CommonChartConfiguration>
Inheritance
CommonChartConfiguration
Implements
Derived
Inherited Members
Extension Methods

Constructors

CommonChartConfiguration()

protected CommonChartConfiguration()

CommonChartConfiguration(CommonChartConfiguration)

protected CommonChartConfiguration(CommonChartConfiguration original)

Parameters

original CommonChartConfiguration

Properties

DuplicateTrackObjectPolicy

Defines how duplicate track objects are handled.

public DuplicateTrackObjectPolicy DuplicateTrackObjectPolicy { get; init; }

Property Value

DuplicateTrackObjectPolicy

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

OverlappingStarPowerPolicy

Defines how overlapping star power phrases should be handled.

public OverlappingSpecialPhrasePolicy OverlappingStarPowerPolicy { get; init; }

Property Value

OverlappingSpecialPhrasePolicy

SnappedNotesPolicy

Defines how notes within ticks of each other are handled during a Midi operation.

public SnappedNotesPolicy SnappedNotesPolicy { get; init; }

Property Value

SnappedNotesPolicy

SoloNoStarPowerPolicy

public SoloNoStarPowerPolicy SoloNoStarPowerPolicy { get; init; }

Property Value

SoloNoStarPowerPolicy

Methods

Equals(CommonChartConfiguration?)

public virtual bool Equals(CommonChartConfiguration? other)

Parameters

other CommonChartConfiguration

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(CommonChartConfiguration?, CommonChartConfiguration?)

public static bool operator ==(CommonChartConfiguration? left, CommonChartConfiguration? right)

Parameters

left CommonChartConfiguration
right CommonChartConfiguration

Returns

bool

operator !=(CommonChartConfiguration?, CommonChartConfiguration?)

public static bool operator !=(CommonChartConfiguration? left, CommonChartConfiguration? right)

Parameters

left CommonChartConfiguration
right CommonChartConfiguration

Returns

bool