Class CheckInRelationships
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2019_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the CheckIn resource.
public record CheckInRelationships : IEquatable<CheckInRelationships>
- Inheritance
-
CheckInRelationships
- Implements
- Inherited Members
Constructors
CheckInRelationships()
public CheckInRelationships()
CheckInRelationships(CheckInRelationships)
protected CheckInRelationships(CheckInRelationships original)
Parameters
originalCheckInRelationships
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
EventPeriod
Related EventPeriod resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("event_period")]
public JsonApiRelationship<EventPeriodResource>? EventPeriod { get; init; }
Property Value
- JsonApiRelationship<EventPeriodResource>
Person
Related Person resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }
Property Value
- JsonApiRelationship<PersonResource>
Methods
Equals(CheckInRelationships?)
public virtual bool Equals(CheckInRelationships? other)
Parameters
otherCheckInRelationships
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 ==(CheckInRelationships?, CheckInRelationships?)
public static bool operator ==(CheckInRelationships? left, CheckInRelationships? right)
Parameters
leftCheckInRelationshipsrightCheckInRelationships
Returns
operator !=(CheckInRelationships?, CheckInRelationships?)
public static bool operator !=(CheckInRelationships? left, CheckInRelationships? right)
Parameters
leftCheckInRelationshipsrightCheckInRelationships