Class RosterListPerson
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2024_09_03
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the RosterListPerson resource.
public record RosterListPerson : IEquatable<RosterListPerson>
- Inheritance
-
RosterListPerson
- Implements
- Inherited Members
Constructors
RosterListPerson()
public RosterListPerson()
RosterListPerson(RosterListPerson)
protected RosterListPerson(RosterListPerson original)
Parameters
originalRosterListPerson
Properties
Birthdate
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("birthdate")]
public DateTime? Birthdate { get; init; }
Property Value
DemographicAvatarUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("demographic_avatar_url")]
public string? DemographicAvatarUrl { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
FirstName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("first_name")]
public string? FirstName { get; init; }
Property Value
Gender
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("gender")]
public string? Gender { get; init; }
Property Value
Grade
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("grade")]
public string? Grade { get; init; }
Property Value
LastName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("last_name")]
public string? LastName { get; init; }
Property Value
MedicalNotes
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("medical_notes")]
public string? MedicalNotes { get; init; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Methods
Equals(RosterListPerson?)
public virtual bool Equals(RosterListPerson? other)
Parameters
otherRosterListPerson
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 ==(RosterListPerson?, RosterListPerson?)
public static bool operator ==(RosterListPerson? left, RosterListPerson? right)
Parameters
leftRosterListPersonrightRosterListPerson
Returns
operator !=(RosterListPerson?, RosterListPerson?)
public static bool operator !=(RosterListPerson? left, RosterListPerson? right)
Parameters
leftRosterListPersonrightRosterListPerson