Class PlatformNotification
- Namespace
- Crews.PlanningCenter.Api.People.V2025_03_20
- 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
originalPlatformNotification
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Html
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("html")]
public string? Html { get; init; }
Property Value
Methods
Equals(PlatformNotification?)
public virtual bool Equals(PlatformNotification? other)
Parameters
otherPlatformNotification
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 ==(PlatformNotification?, PlatformNotification?)
public static bool operator ==(PlatformNotification? left, PlatformNotification? right)
Parameters
leftPlatformNotificationrightPlatformNotification
Returns
operator !=(PlatformNotification?, PlatformNotification?)
public static bool operator !=(PlatformNotification? left, PlatformNotification? right)
Parameters
leftPlatformNotificationrightPlatformNotification