Table of Contents

Class CheckInResource

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

An attendance record for an event.

If someone was checked out, checked_out_at will be present.

You can scope check-ins in a few ways:

- regulars, guests, and volunteers correspond to the option selected when checking in.
- attendees are regulars and guests together.
- one_time_guests are check-ins which were created without a corresponding person record.
- not_one_time_guests are check-ins which had a corresponding person record when they were created.
- checked_out are check-ins where checked_out_at is present (meaning they were checked out from a station).
- first_times are check-ins which are the person's first for a given event. (Label-only visitors are not included here.)

public record CheckInResource : JsonApiResource<CheckIn, CheckInRelationships>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<CheckIn>>, IEquatable<JsonApiResource<CheckIn, CheckInRelationships>>, IEquatable<CheckInResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<CheckIn>
JsonApiResource<CheckIn, CheckInRelationships>
CheckInResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<CheckIn>>
Inherited Members
JsonApiResource<CheckIn, CheckInRelationships>.ToString()
JsonApiResource<CheckIn, CheckInRelationships>.GetHashCode()
JsonApiResource<CheckIn, CheckInRelationships>.Equals(JsonApiResource<CheckIn>)
JsonApiResource<CheckIn, CheckInRelationships>.Equals(JsonApiResource<CheckIn, CheckInRelationships>)
JsonApiResource<CheckIn, CheckInRelationships>.<Clone>$()
JsonApiResource<CheckIn, CheckInRelationships>.EqualityContract
JsonApiResource<CheckIn, CheckInRelationships>.Relationships
JsonApiResource<CheckIn>.Equals(JsonApiResource)
JsonApiResource<CheckIn>.Equals(JsonApiResource<CheckIn>)
JsonApiResource<CheckIn>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

CheckInResource()

public CheckInResource()

CheckInResource(CheckInResource)

protected CheckInResource(CheckInResource original)

Parameters

original CheckInResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(CheckInResource?)

public virtual bool Equals(CheckInResource? other)

Parameters

other CheckInResource

Returns

bool

Equals(JsonApiResource<CheckIn, CheckInRelationships>?)

public override sealed bool Equals(JsonApiResource<CheckIn, CheckInRelationships>? other)

Parameters

other JsonApiResource<CheckIn, CheckInRelationships>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(CheckInResource?, CheckInResource?)

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

Parameters

left CheckInResource
right CheckInResource

Returns

bool

operator !=(CheckInResource?, CheckInResource?)

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

Parameters

left CheckInResource
right CheckInResource

Returns

bool