Table of Contents

Class Live

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_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

original Live

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

string

Dates

Planning Center does not provide a description for this attribute.

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

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

string

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

string

Title

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(Live?)

public virtual bool Equals(Live? other)

Parameters

other Live

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

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

Parameters

left Live
right Live

Returns

bool

operator !=(Live?, Live?)

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

Parameters

left Live
right Live

Returns

bool