Table of Contents

Class LocationEventPeriod

Namespace
Crews.PlanningCenter.Api.CheckIns.V2019_07_17
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

original LocationEventPeriod

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

DateTime?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

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

DateTime?

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

other LocationEventPeriod

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(LocationEventPeriod?, LocationEventPeriod?)

public static bool operator ==(LocationEventPeriod? left, LocationEventPeriod? right)

Parameters

left LocationEventPeriod
right LocationEventPeriod

Returns

bool

operator !=(LocationEventPeriod?, LocationEventPeriod?)

public static bool operator !=(LocationEventPeriod? left, LocationEventPeriod? right)

Parameters

left LocationEventPeriod
right LocationEventPeriod

Returns

bool