Class CheckInResource
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2018_08_01
- 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
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<CheckIn>CheckInResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- 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>.EqualityContractJsonApiResource<CheckIn, CheckInRelationships>.RelationshipsJsonApiResource<CheckIn>.Equals(JsonApiResource)JsonApiResource<CheckIn>.Equals(JsonApiResource<CheckIn>)JsonApiResource<CheckIn>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
CheckInResource()
public CheckInResource()
CheckInResource(CheckInResource)
protected CheckInResource(CheckInResource original)
Parameters
originalCheckInResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(CheckInResource?)
public virtual bool Equals(CheckInResource? other)
Parameters
otherCheckInResource
Returns
Equals(JsonApiResource<CheckIn, CheckInRelationships>?)
public override sealed bool Equals(JsonApiResource<CheckIn, CheckInRelationships>? other)
Parameters
otherJsonApiResource<CheckIn, CheckInRelationships>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(CheckInResource?, CheckInResource?)
public static bool operator ==(CheckInResource? left, CheckInResource? right)
Parameters
leftCheckInResourcerightCheckInResource
Returns
operator !=(CheckInResource?, CheckInResource?)
public static bool operator !=(CheckInResource? left, CheckInResource? right)
Parameters
leftCheckInResourcerightCheckInResource