Table of Contents

Class AttachmentTypeRelationships

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

Relationships for the AttachmentType resource.

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

Constructors

AttachmentTypeRelationships()

public AttachmentTypeRelationships()

AttachmentTypeRelationships(AttachmentTypeRelationships)

protected AttachmentTypeRelationships(AttachmentTypeRelationships original)

Parameters

original AttachmentTypeRelationships

Properties

AttachmentTypeGroup

Related AttachmentTypeGroup resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("attachment_type_group")]
public JsonApiRelationship<AttachmentTypeGroupResource>? AttachmentTypeGroup { get; init; }

Property Value

JsonApiRelationship<AttachmentTypeGroupResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Methods

Equals(AttachmentTypeRelationships?)

public virtual bool Equals(AttachmentTypeRelationships? other)

Parameters

other AttachmentTypeRelationships

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

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

Parameters

left AttachmentTypeRelationships
right AttachmentTypeRelationships

Returns

bool

operator !=(AttachmentTypeRelationships?, AttachmentTypeRelationships?)

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

Parameters

left AttachmentTypeRelationships
right AttachmentTypeRelationships

Returns

bool