Table of Contents

Class AttachmentType

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

Attributes for the AttachmentType resource.

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

Constructors

AttachmentType()

public AttachmentType()

AttachmentType(AttachmentType)

protected AttachmentType(AttachmentType original)

Parameters

original AttachmentType

Properties

Aliases

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("aliases")]
public IEnumerable<string>? Aliases { get; init; }

Property Value

IEnumerable<string>

BuiltIn

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

CapoedChordCharts

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

ChordCharts

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Exclusions

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("exclusions")]
public IEnumerable<string>? Exclusions { get; init; }

Property Value

IEnumerable<string>

Lyrics

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

Name

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }

Property Value

string

NumberCharts

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

NumeralCharts

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

Methods

Equals(AttachmentType?)

public virtual bool Equals(AttachmentType? other)

Parameters

other AttachmentType

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

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

Parameters

left AttachmentType
right AttachmentType

Returns

bool

operator !=(AttachmentType?, AttachmentType?)

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

Parameters

left AttachmentType
right AttachmentType

Returns

bool