Class ArrangementSection
- Namespace
- Crews.PlanningCenter.Api.Services
- Assembly
- Crews.PlanningCenter.Api.dll
Represents one section of an arrangement.
public record ArrangementSection : IEquatable<ArrangementSection>
- Inheritance
-
ArrangementSection
- Implements
- Inherited Members
Constructors
ArrangementSection()
public ArrangementSection()
ArrangementSection(ArrangementSection)
protected ArrangementSection(ArrangementSection original)
Parameters
originalArrangementSection
Properties
BreaksAt
Where the section breaks.
public JsonElement BreaksAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Label
The label for the section.
public string? Label { get; init; }
Property Value
Lyrics
The lyrics of the section.
public string? Lyrics { get; init; }
Property Value
Methods
Equals(ArrangementSection?)
public virtual bool Equals(ArrangementSection? other)
Parameters
otherArrangementSection
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(ArrangementSection?, ArrangementSection?)
public static bool operator ==(ArrangementSection? left, ArrangementSection? right)
Parameters
leftArrangementSectionrightArrangementSection
Returns
operator !=(ArrangementSection?, ArrangementSection?)
public static bool operator !=(ArrangementSection? left, ArrangementSection? right)
Parameters
leftArrangementSectionrightArrangementSection