Table of Contents

Class MessageGroupResource

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

A message group represents one or more emails or text messages sent from one of the Planning Center apps. The message group indicates the from person, app, etc.

public record MessageGroupResource : JsonApiResource<MessageGroup>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<MessageGroup>>, IEquatable<MessageGroupResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<MessageGroup>
MessageGroupResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<MessageGroup>>
Inherited Members
JsonApiResource<MessageGroup>.Equals(JsonApiResource)
JsonApiResource<MessageGroup>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

MessageGroupResource()

public MessageGroupResource()

MessageGroupResource(MessageGroupResource)

protected MessageGroupResource(MessageGroupResource original)

Parameters

original MessageGroupResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(MessageGroupResource?)

public virtual bool Equals(MessageGroupResource? other)

Parameters

other MessageGroupResource

Returns

bool

Equals(JsonApiResource<MessageGroup>?)

public override sealed bool Equals(JsonApiResource<MessageGroup>? other)

Parameters

other JsonApiResource<MessageGroup>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(MessageGroupResource?, MessageGroupResource?)

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

Parameters

left MessageGroupResource
right MessageGroupResource

Returns

bool

operator !=(MessageGroupResource?, MessageGroupResource?)

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

Parameters

left MessageGroupResource
right MessageGroupResource

Returns

bool