Class SongSchedule
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalSongSchedule
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
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
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
Methods
Equals(SongSchedule?)
public virtual bool Equals(SongSchedule? other)
Parameters
otherSongSchedule
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 ==(SongSchedule?, SongSchedule?)
public static bool operator ==(SongSchedule? left, SongSchedule? right)
Parameters
leftSongSchedulerightSongSchedule
Returns
operator !=(SongSchedule?, SongSchedule?)
public static bool operator !=(SongSchedule? left, SongSchedule? right)
Parameters
leftSongSchedulerightSongSchedule