Table of Contents

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

original ArrangementSection

Properties

BreaksAt

Where the section breaks.

public JsonElement BreaksAt { get; init; }

Property Value

JsonElement

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Label

The label for the section.

public string? Label { get; init; }

Property Value

string

Lyrics

The lyrics of the section.

public string? Lyrics { get; init; }

Property Value

string

Methods

Equals(ArrangementSection?)

public virtual bool Equals(ArrangementSection? other)

Parameters

other ArrangementSection

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 ==(ArrangementSection?, ArrangementSection?)

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

Parameters

left ArrangementSection
right ArrangementSection

Returns

bool

operator !=(ArrangementSection?, ArrangementSection?)

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

Parameters

left ArrangementSection
right ArrangementSection

Returns

bool