Class MediaSchedule
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the MediaSchedule resource.
public record MediaSchedule : IEquatable<MediaSchedule>
- Inheritance
-
MediaSchedule
- Implements
- Inherited Members
Constructors
MediaSchedule()
public MediaSchedule()
MediaSchedule(MediaSchedule)
protected MediaSchedule(MediaSchedule original)
Parameters
originalMediaSchedule
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
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
PlanShortDates
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_short_dates")]
public string? PlanShortDates { get; init; }
Property Value
PlanSortDate
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("plan_sort_date")]
public DateTime? PlanSortDate { get; init; }
Property Value
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(MediaSchedule?)
public virtual bool Equals(MediaSchedule? other)
Parameters
otherMediaSchedule
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 ==(MediaSchedule?, MediaSchedule?)
public static bool operator ==(MediaSchedule? left, MediaSchedule? right)
Parameters
leftMediaSchedulerightMediaSchedule
Returns
operator !=(MediaSchedule?, MediaSchedule?)
public static bool operator !=(MediaSchedule? left, MediaSchedule? right)
Parameters
leftMediaSchedulerightMediaSchedule