Class PlatformNotificationResource
- Namespace
- Crews.PlanningCenter.Api.People.V2025_07_02
- Assembly
- Crews.PlanningCenter.Api.dll
A Platform Notification is a suite-wide notification that shows at the top of each application's screen until dismissed by the user.
public record PlatformNotificationResource : JsonApiResource<PlatformNotification>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<PlatformNotification>>, IEquatable<PlatformNotificationResource>
- Inheritance
-
JsonApiResourceIdentifierJsonApiResourceJsonApiResource<PlatformNotification>PlatformNotificationResource
- Implements
-
IEquatable<JsonApiResourceIdentifier>IEquatable<JsonApiResource>
- Inherited Members
-
JsonApiResource<PlatformNotification>.Equals(JsonApiResource)JsonApiResource<PlatformNotification>.AttributesJsonApiResource.Equals(JsonApiResourceIdentifier)JsonApiResource.RelationshipsJsonApiResource.LinksJsonApiResource.MetaJsonApiResourceIdentifier.IdJsonApiResourceIdentifier.LIdJsonApiResourceIdentifier.Type
Constructors
PlatformNotificationResource()
public PlatformNotificationResource()
PlatformNotificationResource(PlatformNotificationResource)
protected PlatformNotificationResource(PlatformNotificationResource original)
Parameters
originalPlatformNotificationResource
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
Methods
Equals(PlatformNotificationResource?)
public virtual bool Equals(PlatformNotificationResource? other)
Parameters
Returns
Equals(JsonApiResource<PlatformNotification>?)
public override sealed bool Equals(JsonApiResource<PlatformNotification>? other)
Parameters
otherJsonApiResource<PlatformNotification>
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(PlatformNotificationResource?, PlatformNotificationResource?)
public static bool operator ==(PlatformNotificationResource? left, PlatformNotificationResource? right)
Parameters
Returns
operator !=(PlatformNotificationResource?, PlatformNotificationResource?)
public static bool operator !=(PlatformNotificationResource? left, PlatformNotificationResource? right)