Table of Contents

Class Feed

Namespace
Crews.PlanningCenter.Api.Calendar.V2021_07_20
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the Feed resource.

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

Constructors

Feed()

public Feed()

Feed(Feed)

protected Feed(Feed original)

Parameters

original Feed

Properties

CanDelete

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

DefaultChurchCenterVisibility

Possible values: hidden or published

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("default_church_center_visibility")]
public JsonElement? DefaultChurchCenterVisibility { get; init; }

Property Value

JsonElement?

Deleting

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FeedType

Possible values: registrations, groups, ical, or form

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

Property Value

string

ImportedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("imported_at")]
public DateTime? ImportedAt { get; init; }

Property Value

DateTime?

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

PrefixEventNames

Only available when requested with the ?fields param

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

Property Value

bool?

SourceId

Planning Center does not provide a description for this attribute.

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

Property Value

string

SyncCampusTags

Only available when requested with the ?fields param

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

Property Value

bool?

Methods

Equals(Feed?)

public virtual bool Equals(Feed? other)

Parameters

other Feed

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

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

Parameters

left Feed
right Feed

Returns

bool

operator !=(Feed?, Feed?)

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

Parameters

left Feed
right Feed

Returns

bool