Table of Contents

Class EpisodeTime

Namespace
Crews.PlanningCenter.Api.Publishing.V2024_03_25
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the EpisodeTime resource.

public record EpisodeTime : IEquatable<EpisodeTime>
Inheritance
EpisodeTime
Implements
Inherited Members

Constructors

EpisodeTime()

public EpisodeTime()

EpisodeTime(EpisodeTime)

protected EpisodeTime(EpisodeTime original)

Parameters

original EpisodeTime

Properties

Caveats

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("caveats")]
public JsonArray? Caveats { get; init; }

Property Value

JsonArray

CurrentState

Possible values: upcoming, active, over

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("current_state")]
public string? CurrentState { get; init; }

Property Value

string

CurrentTimestamp

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("current_timestamp")]
public decimal? CurrentTimestamp { get; init; }

Property Value

decimal?

EndsAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { get; init; }

Property Value

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

StartsAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }

Property Value

DateTime?

StreamingService

Possible values: vimeo, youtube, livestream_com, resi, facebook, boxcast

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("streaming_service")]
public string? StreamingService { get; init; }

Property Value

string

VideoEmbedCode

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("video_embed_code")]
public string? VideoEmbedCode { get; init; }

Property Value

string

VideoUrl

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("video_url")]
public string? VideoUrl { get; init; }

Property Value

string

Methods

Equals(EpisodeTime?)

public virtual bool Equals(EpisodeTime? other)

Parameters

other EpisodeTime

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

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

Parameters

left EpisodeTime
right EpisodeTime

Returns

bool

operator !=(EpisodeTime?, EpisodeTime?)

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

Parameters

left EpisodeTime
right EpisodeTime

Returns

bool