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
originalChannelDefaultEpisodeResource
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Featured
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
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
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
Type
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("type")]
public string? Type { get; init; }
Property Value
Url
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("url")]
public string? Url { get; init; }
Property Value
Methods
Equals(ChannelDefaultEpisodeResource?)
public virtual bool Equals(ChannelDefaultEpisodeResource? other)
Parameters
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 ==(ChannelDefaultEpisodeResource?, ChannelDefaultEpisodeResource?)
public static bool operator ==(ChannelDefaultEpisodeResource? left, ChannelDefaultEpisodeResource? right)
Parameters
Returns
operator !=(ChannelDefaultEpisodeResource?, ChannelDefaultEpisodeResource?)
public static bool operator !=(ChannelDefaultEpisodeResource? left, ChannelDefaultEpisodeResource? right)