Table of Contents

Class ChannelDefaultEpisodeResource

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

Attributes for the ChannelDefaultEpisodeResource resource.

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

Constructors

ChannelDefaultEpisodeResource()

public ChannelDefaultEpisodeResource()

ChannelDefaultEpisodeResource(ChannelDefaultEpisodeResource)

protected ChannelDefaultEpisodeResource(ChannelDefaultEpisodeResource original)

Parameters

original ChannelDefaultEpisodeResource

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("featured")]
public bool? Featured { get; init; }

Property Value

bool?

Icon

Planning Center does not provide a description for this attribute.

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

Property Value

string

Kind

Possible values: giving_fund, people_form, generic_url, services_public_page

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

Property Value

string

Position

Planning Center does not provide a description for this attribute.

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

Property Value

int?

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

Type

Planning Center does not provide a description for this attribute.

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

Property Value

string

Url

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(ChannelDefaultEpisodeResource?)

public virtual bool Equals(ChannelDefaultEpisodeResource? other)

Parameters

other ChannelDefaultEpisodeResource

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

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

Parameters

left ChannelDefaultEpisodeResource
right ChannelDefaultEpisodeResource

Returns

bool

operator !=(ChannelDefaultEpisodeResource?, ChannelDefaultEpisodeResource?)

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

Parameters

left ChannelDefaultEpisodeResource
right ChannelDefaultEpisodeResource

Returns

bool