Table of Contents

Class Speaker

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

Attributes for the Speaker resource.

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

Constructors

Speaker()

public Speaker()

Speaker(Speaker)

protected Speaker(Speaker original)

Parameters

original Speaker

Properties

AvatarUrl

Planning Center does not provide a description for this attribute.

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

Property Value

string

EpisodesCount

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("episodes_count")]
public int? EpisodesCount { get; init; }

Property Value

int?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FirstName

Planning Center does not provide a description for this attribute.

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

Property Value

string

FormattedName

Planning Center does not provide a description for this attribute.

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

Property Value

string

LastName

Planning Center does not provide a description for this attribute.

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

Property Value

string

NamePrefix

Planning Center does not provide a description for this attribute.

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

Property Value

string

NameSuffix

Planning Center does not provide a description for this attribute.

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

Property Value

string

SpeakerType

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(Speaker?)

public virtual bool Equals(Speaker? other)

Parameters

other Speaker

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

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

Parameters

left Speaker
right Speaker

Returns

bool

operator !=(Speaker?, Speaker?)

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

Parameters

left Speaker
right Speaker

Returns

bool