Class CheckInTime
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2019_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the CheckInTime resource.
public record CheckInTime : IEquatable<CheckInTime>
- Inheritance
-
CheckInTime
- Implements
- Inherited Members
Constructors
CheckInTime()
public CheckInTime()
CheckInTime(CheckInTime)
protected CheckInTime(CheckInTime original)
Parameters
originalCheckInTime
Properties
Alerts
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("alerts")]
public JsonArray? Alerts { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
HasValidated
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("has_validated")]
public bool? HasValidated { get; init; }
Property Value
- bool?
Kind
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("kind")]
public string? Kind { get; init; }
Property Value
ServicesIntegrated
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("services_integrated")]
public bool? ServicesIntegrated { get; init; }
Property Value
- bool?
Methods
Equals(CheckInTime?)
public virtual bool Equals(CheckInTime? other)
Parameters
otherCheckInTime
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 ==(CheckInTime?, CheckInTime?)
public static bool operator ==(CheckInTime? left, CheckInTime? right)
Parameters
leftCheckInTimerightCheckInTime
Returns
operator !=(CheckInTime?, CheckInTime?)
public static bool operator !=(CheckInTime? left, CheckInTime? right)
Parameters
leftCheckInTimerightCheckInTime