Class Station
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2018_08_01
- 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
originalStation
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
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
InputType
Possible values: scanner or keypad
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("input_type")]
public string? InputType { get; init; }
Property Value
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
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
NextShowsAt
Only available when requested with the ?fields param
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("next_shows_at")]
public DateTime? NextShowsAt { get; init; }
Property Value
Online
Planning Center does not provide a description for this attribute.
[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
Methods
Equals(Station?)
public virtual bool Equals(Station? other)
Parameters
otherStation
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(Station?, Station?)
public static bool operator ==(Station? left, Station? right)
Parameters
Returns
operator !=(Station?, Station?)
public static bool operator !=(Station? left, Station? right)