Table of Contents

Class ArrangementSectionsResource

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Sections of an Arrangement, derived from its chord chart

public record ArrangementSectionsResource : JsonApiResource<ArrangementSections>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<ArrangementSections>>, IEquatable<ArrangementSectionsResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<ArrangementSections>
ArrangementSectionsResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
Inherited Members
JsonApiResource<ArrangementSections>.Equals(JsonApiResource)
JsonApiResource<ArrangementSections>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

ArrangementSectionsResource()

public ArrangementSectionsResource()

ArrangementSectionsResource(ArrangementSectionsResource)

protected ArrangementSectionsResource(ArrangementSectionsResource original)

Parameters

original ArrangementSectionsResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(ArrangementSectionsResource?)

public virtual bool Equals(ArrangementSectionsResource? other)

Parameters

other ArrangementSectionsResource

Returns

bool

Equals(JsonApiResource<ArrangementSections>?)

public override sealed bool Equals(JsonApiResource<ArrangementSections>? other)

Parameters

other JsonApiResource<ArrangementSections>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ArrangementSectionsResource?, ArrangementSectionsResource?)

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

Parameters

left ArrangementSectionsResource
right ArrangementSectionsResource

Returns

bool

operator !=(ArrangementSectionsResource?, ArrangementSectionsResource?)

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

Parameters

left ArrangementSectionsResource
right ArrangementSectionsResource

Returns

bool