Class InstrumentComponentList
- Namespace
- ChartTools.IO.Components
- Assembly
- ChartTools.dll
public record InstrumentComponentList : IEquatable<InstrumentComponentList>
- Inheritance
-
InstrumentComponentList
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public InstrumentComponentList()
public InstrumentComponentList(GHLInstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)
Parameters
identity GHLInstrumentIdentity
difficulties DifficultySet
protected InstrumentComponentList(InstrumentComponentList original)
Parameters
original InstrumentComponentList
public InstrumentComponentList(InstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)
Parameters
identity InstrumentIdentity
difficulties DifficultySet
public InstrumentComponentList(StandardInstrumentIdentity identity, DifficultySet difficulties = DifficultySet.All)
Parameters
identity StandardInstrumentIdentity
difficulties DifficultySet
Properties
public DifficultySet Drums { get; set; }
Property Value
- DifficultySet
protected virtual Type EqualityContract { get; }
Property Value
- Type
public DifficultySet GHLBass { get; set; }
Property Value
- DifficultySet
public DifficultySet GHLCoopGuitar { get; set; }
Property Value
- DifficultySet
public DifficultySet GHLLeadGuitar { get; set; }
Property Value
- DifficultySet
public DifficultySet GHLRhythmGuitar { get; set; }
Property Value
- DifficultySet
public DifficultySet StandardBass { get; set; }
Property Value
- DifficultySet
public DifficultySet StandardCoopGuitar { get; set; }
Property Value
- DifficultySet
public DifficultySet StandardKeys { get; set; }
Property Value
- DifficultySet
public DifficultySet StandardLeadGuitar { get; set; }
Property Value
- DifficultySet
public DifficultySet StandardRhythmGuitar { get; set; }
Property Value
- DifficultySet
Methods
public virtual bool Equals(InstrumentComponentList? other)
Parameters
other InstrumentComponentList
Returns
- bool
public override bool Equals(object? obj)
Parameters
obj object
Returns
- bool
public static InstrumentComponentList Full()
Returns
- InstrumentComponentList
public override int GetHashCode()
Returns
- int
public ref DifficultySet Map(GHLInstrumentIdentity instrument)
Parameters
instrument GHLInstrumentIdentity
Returns
- DifficultySet
public ref DifficultySet Map(InstrumentIdentity instrument)
Parameters
instrument InstrumentIdentity
Returns
- DifficultySet
public ref DifficultySet Map(StandardInstrumentIdentity instrument)
Parameters
instrument StandardInstrumentIdentity
Returns
- DifficultySet
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builder StringBuilder
Returns
- bool
public override string ToString()
Returns
- string
Operators
public static bool operator ==(InstrumentComponentList? left, InstrumentComponentList? right)
Parameters
left InstrumentComponentList
right InstrumentComponentList
Returns
- bool
public static bool operator !=(InstrumentComponentList? left, InstrumentComponentList? right)
Parameters
left InstrumentComponentList
right InstrumentComponentList
Returns
- bool