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