Class Feed
- Namespace
- Crews.PlanningCenter.Api.Calendar.V2022_07_07
- 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
originalFeed
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
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
FeedType
Possible values: registrations, groups, ical, or form
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("feed_type")]
public string? FeedType { get; init; }
Property Value
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
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
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
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
otherFeed
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 ==(Feed?, Feed?)
public static bool operator ==(Feed? left, Feed? right)
Parameters
Returns
operator !=(Feed?, Feed?)
public static bool operator !=(Feed? left, Feed? right)