Class MediaScheduleRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the MediaSchedule resource.
public record MediaScheduleRelationships : IEquatable<MediaScheduleRelationships>
- Inheritance
-
MediaScheduleRelationships
- Implements
- Inherited Members
Constructors
MediaScheduleRelationships()
public MediaScheduleRelationships()
MediaScheduleRelationships(MediaScheduleRelationships)
protected MediaScheduleRelationships(MediaScheduleRelationships original)
Parameters
originalMediaScheduleRelationships
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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(MediaScheduleRelationships?)
public virtual bool Equals(MediaScheduleRelationships? 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 ==(MediaScheduleRelationships?, MediaScheduleRelationships?)
public static bool operator ==(MediaScheduleRelationships? left, MediaScheduleRelationships? right)
Parameters
Returns
operator !=(MediaScheduleRelationships?, MediaScheduleRelationships?)
public static bool operator !=(MediaScheduleRelationships? left, MediaScheduleRelationships? right)