Table of Contents

Class Headcount

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

Attributes for the Headcount resource.

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

Constructors

Headcount()

public Headcount()

Headcount(Headcount)

protected Headcount(Headcount original)

Parameters

original Headcount

Properties

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

Total

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total")]
public int? Total { 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(Headcount?)

public virtual bool Equals(Headcount? other)

Parameters

other Headcount

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

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

Parameters

left Headcount
right Headcount

Returns

bool

operator !=(Headcount?, Headcount?)

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

Parameters

left Headcount
right Headcount

Returns

bool