Table of Contents

Class PlatformNotification

Namespace
Crews.PlanningCenter.Api.People.V2025_11_10
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the PlatformNotification resource.

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

Constructors

PlatformNotification()

public PlatformNotification()

PlatformNotification(PlatformNotification)

protected PlatformNotification(PlatformNotification original)

Parameters

original PlatformNotification

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Html

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(PlatformNotification?)

public virtual bool Equals(PlatformNotification? other)

Parameters

other PlatformNotification

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

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

Parameters

left PlatformNotification
right PlatformNotification

Returns

bool

operator !=(PlatformNotification?, PlatformNotification?)

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

Parameters

left PlatformNotification
right PlatformNotification

Returns

bool