Table of Contents

Class Event

Namespace
Crews.PlanningCenter.Api.Webhooks.V2022_10_20
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the Event resource.

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

Constructors

Event()

public Event()

Event(Event)

protected Event(Event original)

Parameters

original Event

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

Payload

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("payload")]
public string? Payload { get; init; }

Property Value

string

Status

Possible values: pending, delivered, failed, skipped, duplicated, ignored_failed, ignored_skipped, or ignored_duplicated

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }

Property Value

string

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?

Uuid

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("uuid")]
public string? Uuid { get; init; }

Property Value

string

Methods

Equals(Event?)

public virtual bool Equals(Event? other)

Parameters

other Event

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

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

Parameters

left Event
right Event

Returns

bool

operator !=(Event?, Event?)

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

Parameters

left Event
right Event

Returns

bool