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
originalEpisodeTime
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
CurrentState
Possible values: upcoming, active, over
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("current_state")]
public string? CurrentState { get; init; }
Property Value
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
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
StreamingService
Possible values: vimeo, youtube, livestream_com, resi, facebook, boxcast
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("streaming_service")]
public string? StreamingService { get; init; }
Property Value
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
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
Methods
Equals(EpisodeTime?)
public virtual bool Equals(EpisodeTime? other)
Parameters
otherEpisodeTime
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 ==(EpisodeTime?, EpisodeTime?)
public static bool operator ==(EpisodeTime? left, EpisodeTime? right)
Parameters
leftEpisodeTimerightEpisodeTime
Returns
operator !=(EpisodeTime?, EpisodeTime?)
public static bool operator !=(EpisodeTime? left, EpisodeTime? right)
Parameters
leftEpisodeTimerightEpisodeTime