Table of Contents

Class Series

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_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

original Series

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

string

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

string

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

string

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

string

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

string

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

string

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

string

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

DateTime?

Methods

Equals(Series?)

public virtual bool Equals(Series? other)

Parameters

other Series

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

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

Parameters

left Series
right Series

Returns

bool

operator !=(Series?, Series?)

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

Parameters

left Series
right Series

Returns

bool