Class SongScheduleRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalSongScheduleRelationships
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
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
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 ==(SongScheduleRelationships?, SongScheduleRelationships?)
public static bool operator ==(SongScheduleRelationships? left, SongScheduleRelationships? right)
Parameters
Returns
operator !=(SongScheduleRelationships?, SongScheduleRelationships?)
public static bool operator !=(SongScheduleRelationships? left, SongScheduleRelationships? right)