Table of Contents

Class PublicView

Namespace
Crews.PlanningCenter.Api.Services.V2018_08_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the PublicView resource.

public record PublicView : IEquatable<PublicView>
Inheritance
PublicView
Implements
Inherited Members

Constructors

PublicView()

public PublicView()

PublicView(PublicView)

protected PublicView(PublicView original)

Parameters

original PublicView

Properties

Amazon

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("amazon")]
public bool? Amazon { get; init; }

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Headers

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("headers")]
public bool? Headers { get; init; }

Property Value

bool?

ItemDescriptions

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("item_descriptions")]
public bool? ItemDescriptions { get; init; }

Property Value

bool?

ItemLengths

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("item_lengths")]
public bool? ItemLengths { get; init; }

Property Value

bool?

Itunes

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("itunes")]
public bool? Itunes { get; init; }

Property Value

bool?

MediaItems

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("media_items")]
public bool? MediaItems { get; init; }

Property Value

bool?

RegularItems

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("regular_items")]
public bool? RegularItems { get; init; }

Property Value

bool?

SeriesAndPlanTitles

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("series_and_plan_titles")]
public bool? SeriesAndPlanTitles { get; init; }

Property Value

bool?

SeriesArtwork

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("series_artwork")]
public bool? SeriesArtwork { get; init; }

Property Value

bool?

ServiceTimes

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_times")]
public bool? ServiceTimes { get; init; }

Property Value

bool?

SongItems

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("song_items")]
public bool? SongItems { get; init; }

Property Value

bool?

Spotify

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("spotify")]
public bool? Spotify { get; init; }

Property Value

bool?

Vimeo

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("vimeo")]
public bool? Vimeo { get; init; }

Property Value

bool?

Youtube

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("youtube")]
public bool? Youtube { get; init; }

Property Value

bool?

Methods

Equals(PublicView?)

public virtual bool Equals(PublicView? other)

Parameters

other PublicView

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

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

Parameters

left PublicView
right PublicView

Returns

bool

operator !=(PublicView?, PublicView?)

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

Parameters

left PublicView
right PublicView

Returns

bool