Table of Contents

Class SpamEmailAddress

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

Attributes for the SpamEmailAddress resource.

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

Constructors

SpamEmailAddress()

public SpamEmailAddress()

SpamEmailAddress(SpamEmailAddress)

protected SpamEmailAddress(SpamEmailAddress original)

Parameters

original SpamEmailAddress

Properties

Address

Planning Center does not provide a description for this attribute.

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

Property Value

string

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

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?

Methods

Equals(SpamEmailAddress?)

public virtual bool Equals(SpamEmailAddress? other)

Parameters

other SpamEmailAddress

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

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

Parameters

left SpamEmailAddress
right SpamEmailAddress

Returns

bool

operator !=(SpamEmailAddress?, SpamEmailAddress?)

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

Parameters

left SpamEmailAddress
right SpamEmailAddress

Returns

bool