Table of Contents

Class NoteTemplate

Namespace
Crews.PlanningCenter.Api.Publishing.V2024_03_25
Assembly
Crews.PlanningCenter.Api.dll

Attributes for the NoteTemplate resource.

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

Constructors

NoteTemplate()

public NoteTemplate()

NoteTemplate(NoteTemplate)

protected NoteTemplate(NoteTemplate original)

Parameters

original NoteTemplate

Properties

AutoCreateFreeFormNotes

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("auto_create_free_form_notes")]
public bool? AutoCreateFreeFormNotes { get; init; }

Property Value

bool?

Enabled

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("enabled")]
public bool? Enabled { get; init; }

Property Value

bool?

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

PublishedAt

Planning Center does not provide a description for this attribute.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("published_at")]
public DateTime? PublishedAt { get; init; }

Property Value

DateTime?

Template

Planning Center does not provide a description for this attribute.

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

Property Value

string

Methods

Equals(NoteTemplate?)

public virtual bool Equals(NoteTemplate? other)

Parameters

other NoteTemplate

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

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

Parameters

left NoteTemplate
right NoteTemplate

Returns

bool

operator !=(NoteTemplate?, NoteTemplate?)

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

Parameters

left NoteTemplate
right NoteTemplate

Returns

bool