Table of Contents

Class ComponentList

Namespace
ChartTools.IO.Components
Assembly
ChartTools.dll
public record ComponentList : IEquatable<ComponentList>
Inheritance
ComponentList
Implements
Inherited Members
Extension Methods

Constructors

ComponentList()

public ComponentList()

Properties

GlobalEvents

public bool GlobalEvents { get; set; }

Property Value

bool

Instruments

public InstrumentComponentList Instruments { get; set; }

Property Value

InstrumentComponentList

Metadata

public bool Metadata { get; set; }

Property Value

bool

SyncTrack

public bool SyncTrack { get; set; }

Property Value

bool

Vocals

public bool Vocals { get; set; }

Property Value

bool

Methods

Full()

public static ComponentList Full()

Returns

ComponentList

Global()

public static ComponentList Global()

Returns

ComponentList