Table of Contents

Class CheckInGroup

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

Attributes for the CheckInGroup resource.

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

Constructors

CheckInGroup()

public CheckInGroup()

CheckInGroup(CheckInGroup)

protected CheckInGroup(CheckInGroup original)

Parameters

original CheckInGroup

Properties

CheckInsCount

Planning Center does not provide a description for this attribute.

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

Property Value

int?

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?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

NameLabelsCount

Planning Center does not provide a description for this attribute.

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

Property Value

int?

PrintStatus

Possible values:
- ready: This group isn't printed or canceled yet
- printed: This group was successfully printed at a station
- canceled: This group was canceled at a station
- skipped: This group had no labels to print, so it was never printed.

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

Property Value

string

SecurityLabelsCount

Planning Center does not provide a description for this attribute.

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

Property Value

int?

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(CheckInGroup?)

public virtual bool Equals(CheckInGroup? other)

Parameters

other CheckInGroup

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

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

Parameters

left CheckInGroup
right CheckInGroup

Returns

bool

operator !=(CheckInGroup?, CheckInGroup?)

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

Parameters

left CheckInGroup
right CheckInGroup

Returns

bool