Table of Contents

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

original MediaSchedule

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

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

string

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

DateTime?

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(MediaSchedule?)

public virtual bool Equals(MediaSchedule? other)

Parameters

other MediaSchedule

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

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

Parameters

left MediaSchedule
right MediaSchedule

Returns

bool

operator !=(MediaSchedule?, MediaSchedule?)

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

Parameters

left MediaSchedule
right MediaSchedule

Returns

bool