Class LocationEventPeriod
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2023_04_05
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the LocationEventPeriod resource.
public record LocationEventPeriod : IEquatable<LocationEventPeriod>
- Inheritance
-
LocationEventPeriod
- Implements
- Inherited Members
Constructors
LocationEventPeriod()
public LocationEventPeriod()
LocationEventPeriod(LocationEventPeriod)
protected LocationEventPeriod(LocationEventPeriod original)
Parameters
originalLocationEventPeriod
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(LocationEventPeriod?)
public virtual bool Equals(LocationEventPeriod? other)
Parameters
otherLocationEventPeriod
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 ==(LocationEventPeriod?, LocationEventPeriod?)
public static bool operator ==(LocationEventPeriod? left, LocationEventPeriod? right)
Parameters
leftLocationEventPeriodrightLocationEventPeriod
Returns
operator !=(LocationEventPeriod?, LocationEventPeriod?)
public static bool operator !=(LocationEventPeriod? left, LocationEventPeriod? right)
Parameters
leftLocationEventPeriodrightLocationEventPeriod