Table of Contents

Class AttachmentRelationships

Namespace
Crews.PlanningCenter.Api.Calendar.V2020_04_08
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the Attachment resource.

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

Constructors

AttachmentRelationships()

public AttachmentRelationships()

AttachmentRelationships(AttachmentRelationships)

protected AttachmentRelationships(AttachmentRelationships original)

Parameters

original AttachmentRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Event

Related Event resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("event")]
public JsonApiRelationship<EventResource>? Event { get; init; }

Property Value

JsonApiRelationship<EventResource>

Methods

Equals(AttachmentRelationships?)

public virtual bool Equals(AttachmentRelationships? other)

Parameters

other AttachmentRelationships

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

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

Parameters

left AttachmentRelationships
right AttachmentRelationships

Returns

bool

operator !=(AttachmentRelationships?, AttachmentRelationships?)

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

Parameters

left AttachmentRelationships
right AttachmentRelationships

Returns

bool