Table of Contents

Class CheckIn

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

Attributes for the CheckIn resource.

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

Constructors

CheckIn()

public CheckIn()

CheckIn(CheckIn)

protected CheckIn(CheckIn original)

Parameters

original CheckIn

Properties

CheckedOutAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("checked_out_at")]
public DateTime? CheckedOutAt { get; init; }

Property Value

DateTime?

ConfirmedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("confirmed_at")]
public DateTime? ConfirmedAt { get; init; }

Property Value

DateTime?

CreatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }

Property Value

DateTime?

EmergencyContactName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("emergency_contact_name")]
public string? EmergencyContactName { get; init; }

Property Value

string

EmergencyContactPhoneNumber

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("emergency_contact_phone_number")]
public string? EmergencyContactPhoneNumber { get; init; }

Property Value

string

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

FirstName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("first_name")]
public string? FirstName { get; init; }

Property Value

string

Kind

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("kind")]
public string? Kind { get; init; }

Property Value

string

LastName

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("last_name")]
public string? LastName { get; init; }

Property Value

string

MedicalNotes

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("medical_notes")]
public string? MedicalNotes { get; init; }

Property Value

string

Number

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("number")]
public int? Number { get; init; }

Property Value

int?

OneTimeGuest

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("one_time_guest")]
public bool? OneTimeGuest { get; init; }

Property Value

bool?

SecurityCode

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("security_code")]
public string? SecurityCode { get; init; }

Property Value

string

UpdatedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?

Methods

Equals(CheckIn?)

public virtual bool Equals(CheckIn? other)

Parameters

other CheckIn

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

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

Parameters

left CheckIn
right CheckIn

Returns

bool

operator !=(CheckIn?, CheckIn?)

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

Parameters

left CheckIn
right CheckIn

Returns

bool