Table of Contents

Class AttachmentTypeGroup

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

Attributes for the AttachmentTypeGroup resource.

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

Constructors

AttachmentTypeGroup()

public AttachmentTypeGroup()

AttachmentTypeGroup(AttachmentTypeGroup)

protected AttachmentTypeGroup(AttachmentTypeGroup original)

Parameters

original AttachmentTypeGroup

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

Readonly

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

Methods

Equals(AttachmentTypeGroup?)

public virtual bool Equals(AttachmentTypeGroup? other)

Parameters

other AttachmentTypeGroup

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

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

Parameters

left AttachmentTypeGroup
right AttachmentTypeGroup

Returns

bool

operator !=(AttachmentTypeGroup?, AttachmentTypeGroup?)

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

Parameters

left AttachmentTypeGroup
right AttachmentTypeGroup

Returns

bool