Class Live
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Live resource.
public record Live : IEquatable<Live>
- Inheritance
-
Live
- Implements
- Inherited Members
Constructors
Live()
public Live()
Live(Live)
protected Live(Live original)
Parameters
originalLive
Properties
CanChat
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_chat")]
public bool? CanChat { get; init; }
Property Value
- bool?
CanControl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_control")]
public bool? CanControl { get; init; }
Property Value
- bool?
CanControlVideoFeed
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_control_video_feed")]
public bool? CanControlVideoFeed { get; init; }
Property Value
- bool?
CanTakeControl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("can_take_control")]
public bool? CanTakeControl { get; init; }
Property Value
- bool?
ChatRoomChannel
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("chat_room_channel")]
public string? ChatRoomChannel { get; init; }
Property Value
Dates
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("dates")]
public string? Dates { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
LiveChannel
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("live_channel")]
public string? LiveChannel { get; init; }
Property Value
SeriesTitle
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("series_title")]
public string? SeriesTitle { get; init; }
Property Value
Title
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("title")]
public string? Title { get; init; }
Property Value
Methods
Equals(Live?)
public virtual bool Equals(Live? other)
Parameters
otherLive
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 ==(Live?, Live?)
public static bool operator ==(Live? left, Live? right)
Parameters
Returns
operator !=(Live?, Live?)
public static bool operator !=(Live? left, Live? right)