Class EventTime
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2023_04_05
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the EventTime resource.
public record EventTime : IEquatable<EventTime>
- Inheritance
-
EventTime
- Implements
- Inherited Members
Constructors
EventTime()
public EventTime()
EventTime(EventTime)
protected EventTime(EventTime original)
Parameters
originalEventTime
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
DayOfWeek
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("day_of_week")]
public int? DayOfWeek { get; init; }
Property Value
- int?
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?
HidesAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("hides_at")]
public DateTime? HidesAt { get; init; }
Property Value
Hour
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("hour")]
public int? Hour { get; init; }
Property Value
- int?
Minute
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("minute")]
public int? Minute { get; init; }
Property Value
- int?
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { 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?
ShowsAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("shows_at")]
public DateTime? ShowsAt { get; init; }
Property Value
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
TotalCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("total_count")]
public int? TotalCount { 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(EventTime?)
public virtual bool Equals(EventTime? other)
Parameters
otherEventTime
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 ==(EventTime?, EventTime?)
public static bool operator ==(EventTime? left, EventTime? right)
Parameters
Returns
operator !=(EventTime?, EventTime?)
public static bool operator !=(EventTime? left, EventTime? right)