Table of Contents

Class EventLabel

Namespace
Crews.PlanningCenter.Api.CheckIns.V2024_09_03
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the EventLabel resource.

public record EventLabel : IEquatable<EventLabel>
Inheritance
EventLabel
Implements
Inherited Members

Constructors

EventLabel()

public EventLabel()

EventLabel(EventLabel)

protected EventLabel(EventLabel original)

Parameters

original EventLabel

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

ForGuest

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_guest")]
public bool? ForGuest { get; init; }

Property Value

bool?

ForRegular

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_regular")]
public bool? ForRegular { get; init; }

Property Value

bool?

ForVolunteer

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_volunteer")]
public bool? ForVolunteer { get; init; }

Property Value

bool?

Quantity

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("quantity")]
public int? Quantity { 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?

Methods

Equals(EventLabel?)

public virtual bool Equals(EventLabel? other)

Parameters

other EventLabel

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 ==(EventLabel?, EventLabel?)

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

Parameters

left EventLabel
right EventLabel

Returns

bool

operator !=(EventLabel?, EventLabel?)

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

Parameters

left EventLabel
right EventLabel

Returns

bool