Table of Contents

Class EmailTemplate

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the EmailTemplate resource.

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

Constructors

EmailTemplate()

public EmailTemplate()

EmailTemplate(EmailTemplate)

protected EmailTemplate(EmailTemplate original)

Parameters

original EmailTemplate

Properties

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

HtmlBody

Planning Center does not provide a description for this attribute.

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

Property Value

string

Kind

Planning Center does not provide a description for this attribute.

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

Property Value

string

Subject

Planning Center does not provide a description for this attribute.

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

Property Value

string

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(EmailTemplate?)

public virtual bool Equals(EmailTemplate? other)

Parameters

other EmailTemplate

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

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

Parameters

left EmailTemplate
right EmailTemplate

Returns

bool

operator !=(EmailTemplate?, EmailTemplate?)

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

Parameters

left EmailTemplate
right EmailTemplate

Returns

bool