Class EventPeriod
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2019_07_17
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the EventPeriod resource.
public record EventPeriod : IEquatable<EventPeriod>
- Inheritance
-
EventPeriod
- Implements
- Inherited Members
Constructors
EventPeriod()
public EventPeriod()
EventPeriod(EventPeriod)
protected EventPeriod(EventPeriod original)
Parameters
originalEventPeriod
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
EndsAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("ends_at")]
public DateTime? EndsAt { 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?
Note
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note")]
public string? Note { get; init; }
Property Value
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?
StartsAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("starts_at")]
public DateTime? StartsAt { get; init; }
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
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(EventPeriod?)
public virtual bool Equals(EventPeriod? other)
Parameters
otherEventPeriod
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 ==(EventPeriod?, EventPeriod?)
public static bool operator ==(EventPeriod? left, EventPeriod? right)
Parameters
leftEventPeriodrightEventPeriod
Returns
operator !=(EventPeriod?, EventPeriod?)
public static bool operator !=(EventPeriod? left, EventPeriod? right)
Parameters
leftEventPeriodrightEventPeriod