Class BirthdayPeople
- Namespace
- Crews.PlanningCenter.Api.People
- Assembly
- Crews.PlanningCenter.Api.dll
Represents a collection of people with birthdays.
[ExcludeFromCodeCoverage(Justification = "This type is a DTO with no logic to test.")]
public record BirthdayPeople : IEquatable<BirthdayPeople>
- Inheritance
-
BirthdayPeople
- Implements
- Inherited Members
Constructors
BirthdayPeople()
public BirthdayPeople()
BirthdayPeople(BirthdayPeople)
protected BirthdayPeople(BirthdayPeople original)
Parameters
originalBirthdayPeople
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
People
The list of people with birthdays.
[JsonPropertyName("people")]
public IEnumerable<BirthdayPerson> People { get; init; }
Property Value
Methods
Equals(BirthdayPeople?)
public virtual bool Equals(BirthdayPeople? other)
Parameters
otherBirthdayPeople
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 ==(BirthdayPeople?, BirthdayPeople?)
public static bool operator ==(BirthdayPeople? left, BirthdayPeople? right)
Parameters
leftBirthdayPeoplerightBirthdayPeople
Returns
operator !=(BirthdayPeople?, BirthdayPeople?)
public static bool operator !=(BirthdayPeople? left, BirthdayPeople? right)
Parameters
leftBirthdayPeoplerightBirthdayPeople