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
originalAttachmentType
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
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
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
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
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
otherAttachmentType
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 ==(AttachmentType?, AttachmentType?)
public static bool operator ==(AttachmentType? left, AttachmentType? right)
Parameters
leftAttachmentTyperightAttachmentType
Returns
operator !=(AttachmentType?, AttachmentType?)
public static bool operator !=(AttachmentType? left, AttachmentType? right)
Parameters
leftAttachmentTyperightAttachmentType