Table of Contents

Class CheckInTimeRelationships

Namespace
Crews.PlanningCenter.Api.CheckIns.V2023_04_05
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the CheckInTime resource.

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

Constructors

CheckInTimeRelationships()

public CheckInTimeRelationships()

CheckInTimeRelationships(CheckInTimeRelationships)

protected CheckInTimeRelationships(CheckInTimeRelationships original)

Parameters

original CheckInTimeRelationships

Properties

CheckIn

Related CheckIn resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("check_in")]
public JsonApiRelationship<CheckInResource>? CheckIn { get; init; }

Property Value

JsonApiRelationship<CheckInResource>

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

EventTime

Related EventTime resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("event_time")]
public JsonApiRelationship<EventTimeResource>? EventTime { get; init; }

Property Value

JsonApiRelationship<EventTimeResource>

Location

Related Location resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("location")]
public JsonApiRelationship<LocationResource>? Location { get; init; }

Property Value

JsonApiRelationship<LocationResource>

PreCheck

Related PreCheck resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("pre_check")]
public JsonApiRelationship<PreCheckResource>? PreCheck { get; init; }

Property Value

JsonApiRelationship<PreCheckResource>

Methods

Equals(CheckInTimeRelationships?)

public virtual bool Equals(CheckInTimeRelationships? other)

Parameters

other CheckInTimeRelationships

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

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

Parameters

left CheckInTimeRelationships
right CheckInTimeRelationships

Returns

bool

operator !=(CheckInTimeRelationships?, CheckInTimeRelationships?)

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

Parameters

left CheckInTimeRelationships
right CheckInTimeRelationships

Returns

bool