Class EmailTemplate
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_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
originalEmailTemplate
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
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
Kind
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("kind")]
public string? Kind { get; init; }
Property Value
Subject
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("subject")]
public string? Subject { get; init; }
Property Value
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
Methods
Equals(EmailTemplate?)
public virtual bool Equals(EmailTemplate? other)
Parameters
otherEmailTemplate
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 ==(EmailTemplate?, EmailTemplate?)
public static bool operator ==(EmailTemplate? left, EmailTemplate? right)
Parameters
leftEmailTemplaterightEmailTemplate
Returns
operator !=(EmailTemplate?, EmailTemplate?)
public static bool operator !=(EmailTemplate? left, EmailTemplate? right)
Parameters
leftEmailTemplaterightEmailTemplate