Class LocationEventTime
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2024_11_07
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the LocationEventTime resource.
public record LocationEventTime : IEquatable<LocationEventTime>
- Inheritance
-
LocationEventTime
- Implements
- Inherited Members
Constructors
LocationEventTime()
public LocationEventTime()
LocationEventTime(LocationEventTime)
protected LocationEventTime(LocationEventTime original)
Parameters
originalLocationEventTime
Properties
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
GuestCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("guest_count")]
public int? GuestCount { get; init; }
Property Value
- int?
RegularCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("regular_count")]
public int? RegularCount { get; init; }
Property Value
- int?
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
VolunteerCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("volunteer_count")]
public int? VolunteerCount { get; init; }
Property Value
- int?
Methods
Equals(LocationEventTime?)
public virtual bool Equals(LocationEventTime? other)
Parameters
otherLocationEventTime
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 ==(LocationEventTime?, LocationEventTime?)
public static bool operator ==(LocationEventTime? left, LocationEventTime? right)
Parameters
leftLocationEventTimerightLocationEventTime
Returns
operator !=(LocationEventTime?, LocationEventTime?)
public static bool operator !=(LocationEventTime? left, LocationEventTime? right)
Parameters
leftLocationEventTimerightLocationEventTime