Table of Contents

Class Station

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

Attributes for the Station resource.

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

Constructors

Station()

public Station()

Station(Station)

protected Station(Station original)

Parameters

original Station

Properties

CheckInCount

Only available when requested with the ?fields param

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

Property Value

int?

ClosesAt

Only available when requested with the ?fields param

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("closes_at")]
public DateTime? ClosesAt { 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?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

InputType

Possible values: scanner or keypad

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

Property Value

string

InputTypeOptions

Possible values: all_input_types, only_keypad, or only_scanner

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

Property Value

string

Mode

Planning Center does not provide a description for this attribute.

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

Property Value

int?

Name

Planning Center does not provide a description for this attribute.

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

Property Value

string

NextShowsAt

Only available when requested with the ?fields param

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

Property Value

DateTime?

Online

Only available when requested with the ?fields param

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

Property Value

bool?

OpenForCheckIn

Only available when requested with the ?fields param

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

Property Value

bool?

TimeoutSeconds

Planning Center does not provide a description for this attribute.

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

public virtual bool Equals(Station? other)

Parameters

other Station

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

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

Parameters

left Station
right Station

Returns

bool

operator !=(Station?, Station?)

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

Parameters

left Station
right Station

Returns

bool