Table of Contents

Class SongSchedule

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

Attributes for the SongSchedule resource.

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

Constructors

SongSchedule()

public SongSchedule()

SongSchedule(SongSchedule)

protected SongSchedule(SongSchedule original)

Parameters

original SongSchedule

Properties

ArrangementName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("arrangement_name")]
public string? ArrangementName { get; init; }

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

KeyName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("key_name")]
public string? KeyName { get; init; }

Property Value

string

PlanDates

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_dates")]
public string? PlanDates { get; init; }

Property Value

string

PlanSortDate

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_sort_date")]
public string? PlanSortDate { get; init; }

Property Value

string

PlanVisible

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_visible")]
public bool? PlanVisible { get; init; }

Property Value

bool?

ServiceTypeName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type_name")]
public string? ServiceTypeName { get; init; }

Property Value

string

Methods

Equals(SongSchedule?)

public virtual bool Equals(SongSchedule? other)

Parameters

other SongSchedule

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

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

Parameters

left SongSchedule
right SongSchedule

Returns

bool

operator !=(SongSchedule?, SongSchedule?)

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

Parameters

left SongSchedule
right SongSchedule

Returns

bool