Table of Contents

Class SongScheduleRelationships

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

Relationships for the SongSchedule resource.

public record SongScheduleRelationships : IEquatable<SongScheduleRelationships>
Inheritance
SongScheduleRelationships
Implements
Inherited Members

Constructors

SongScheduleRelationships()

public SongScheduleRelationships()

SongScheduleRelationships(SongScheduleRelationships)

protected SongScheduleRelationships(SongScheduleRelationships original)

Parameters

original SongScheduleRelationships

Properties

Arrangement

Related Arrangement resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("arrangement")]
public JsonApiRelationship<ArrangementResource>? Arrangement { get; init; }

Property Value

JsonApiRelationship<ArrangementResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Item

Related Item resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("item")]
public JsonApiRelationship<ItemResource>? Item { get; init; }

Property Value

JsonApiRelationship<ItemResource>

Key

Related Key resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("key")]
public JsonApiRelationship<KeyResource>? Key { get; init; }

Property Value

JsonApiRelationship<KeyResource>

Plan

Related Plan resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan")]
public JsonApiRelationship<PlanResource>? Plan { get; init; }

Property Value

JsonApiRelationship<PlanResource>

ServiceType

Related ServiceType resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type")]
public JsonApiRelationship<ServiceTypeResource>? ServiceType { get; init; }

Property Value

JsonApiRelationship<ServiceTypeResource>

Methods

Equals(SongScheduleRelationships?)

public virtual bool Equals(SongScheduleRelationships? other)

Parameters

other SongScheduleRelationships

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

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

Parameters

left SongScheduleRelationships
right SongScheduleRelationships

Returns

bool

operator !=(SongScheduleRelationships?, SongScheduleRelationships?)

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

Parameters

left SongScheduleRelationships
right SongScheduleRelationships

Returns

bool