Class KeyRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the Key resource.
public record KeyRelationships : IEquatable<KeyRelationships>
- Inheritance
-
KeyRelationships
- Implements
- Inherited Members
Constructors
KeyRelationships()
public KeyRelationships()
KeyRelationships(KeyRelationships)
protected KeyRelationships(KeyRelationships original)
Parameters
originalKeyRelationships
Properties
Arrangement
Related Arrangement resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("arrangement")]
public JsonApiRelationship<ArrangementResource>? Arrangement { get; init; }
Property Value
- JsonApiRelationship<ArrangementResource>
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(KeyRelationships?)
public virtual bool Equals(KeyRelationships? other)
Parameters
otherKeyRelationships
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 ==(KeyRelationships?, KeyRelationships?)
public static bool operator ==(KeyRelationships? left, KeyRelationships? right)
Parameters
leftKeyRelationshipsrightKeyRelationships
Returns
operator !=(KeyRelationships?, KeyRelationships?)
public static bool operator !=(KeyRelationships? left, KeyRelationships? right)
Parameters
leftKeyRelationshipsrightKeyRelationships