Class CheckInGroup
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2024_09_03
- 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
originalCheckInGroup
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
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
Methods
Equals(CheckInGroup?)
public virtual bool Equals(CheckInGroup? other)
Parameters
otherCheckInGroup
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 ==(CheckInGroup?, CheckInGroup?)
public static bool operator ==(CheckInGroup? left, CheckInGroup? right)
Parameters
leftCheckInGrouprightCheckInGroup
Returns
operator !=(CheckInGroup?, CheckInGroup?)
public static bool operator !=(CheckInGroup? left, CheckInGroup? right)
Parameters
leftCheckInGrouprightCheckInGroup