Class Series
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Series resource.
public record Series : IEquatable<Series>
- Inheritance
-
Series
- Implements
- Inherited Members
Constructors
Series()
public Series()
Series(Series)
protected Series(Series original)
Parameters
originalSeries
Properties
ArtworkContentType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_content_type")]
public string? ArtworkContentType { get; init; }
Property Value
ArtworkFileName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_file_name")]
public string? ArtworkFileName { get; init; }
Property Value
ArtworkFileSize
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_file_size")]
public int? ArtworkFileSize { get; init; }
Property Value
- int?
ArtworkForDashboard
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_for_dashboard")]
public string? ArtworkForDashboard { get; init; }
Property Value
ArtworkForMobile
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_for_mobile")]
public string? ArtworkForMobile { get; init; }
Property Value
ArtworkForPlan
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_for_plan")]
public string? ArtworkForPlan { get; init; }
Property Value
ArtworkOriginal
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("artwork_original")]
public string? ArtworkOriginal { get; init; }
Property Value
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
HasArtwork
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("has_artwork")]
public bool? HasArtwork { get; init; }
Property Value
- bool?
Title
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("title")]
public string? Title { get; init; }
Property Value
UpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(Series?)
public virtual bool Equals(Series? other)
Parameters
otherSeries
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 ==(Series?, Series?)
public static bool operator ==(Series? left, Series? right)
Parameters
Returns
operator !=(Series?, Series?)
public static bool operator !=(Series? left, Series? right)