Table of Contents

Class CheckInTime

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

Attributes for the CheckInTime resource.

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

Constructors

CheckInTime()

public CheckInTime()

CheckInTime(CheckInTime)

protected CheckInTime(CheckInTime original)

Parameters

original CheckInTime

Properties

Alerts

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("alerts")]
public JsonArray? Alerts { get; init; }

Property Value

JsonArray

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

HasValidated

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

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

ServicesIntegrated

Planning Center does not provide a description for this attribute.

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

Property Value

bool?

Methods

Equals(CheckInTime?)

public virtual bool Equals(CheckInTime? other)

Parameters

other CheckInTime

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

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

Parameters

left CheckInTime
right CheckInTime

Returns

bool

operator !=(CheckInTime?, CheckInTime?)

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

Parameters

left CheckInTime
right CheckInTime

Returns

bool