Class PersonEvent
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2024_11_07
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the PersonEvent resource.
public record PersonEvent : IEquatable<PersonEvent>
- Inheritance
-
PersonEvent
- Implements
- Inherited Members
Constructors
PersonEvent()
public PersonEvent()
PersonEvent(PersonEvent)
protected PersonEvent(PersonEvent original)
Parameters
originalPersonEvent
Properties
CheckInCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("check_in_count")]
public int? CheckInCount { get; init; }
Property Value
- int?
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
UpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(PersonEvent?)
public virtual bool Equals(PersonEvent? other)
Parameters
otherPersonEvent
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 ==(PersonEvent?, PersonEvent?)
public static bool operator ==(PersonEvent? left, PersonEvent? right)
Parameters
leftPersonEventrightPersonEvent
Returns
operator !=(PersonEvent?, PersonEvent?)
public static bool operator !=(PersonEvent? left, PersonEvent? right)
Parameters
leftPersonEventrightPersonEvent