Class EpisodeResource
- Namespace
- Crews.PlanningCenter.Api.Publishing.V2024_03_25
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the EpisodeResource resource.
public record EpisodeResource : IEquatable<EpisodeResource>
- Inheritance
-
EpisodeResource
- Implements
- Inherited Members
Constructors
EpisodeResource()
public EpisodeResource()
EpisodeResource(EpisodeResource)
protected EpisodeResource(EpisodeResource original)
Parameters
originalEpisodeResource
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(EpisodeResource?)
public virtual bool Equals(EpisodeResource? other)
Parameters
otherEpisodeResource
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 ==(EpisodeResource?, EpisodeResource?)
public static bool operator ==(EpisodeResource? left, EpisodeResource? right)
Parameters
leftEpisodeResourcerightEpisodeResource
Returns
operator !=(EpisodeResource?, EpisodeResource?)
public static bool operator !=(EpisodeResource? left, EpisodeResource? right)
Parameters
leftEpisodeResourcerightEpisodeResource