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