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
originalNoteTemplate
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
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
Template
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("template")]
public string? Template { get; init; }
Property Value
Methods
Equals(NoteTemplate?)
public virtual bool Equals(NoteTemplate? other)
Parameters
otherNoteTemplate
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 ==(NoteTemplate?, NoteTemplate?)
public static bool operator ==(NoteTemplate? left, NoteTemplate? right)
Parameters
leftNoteTemplaterightNoteTemplate
Returns
operator !=(NoteTemplate?, NoteTemplate?)
public static bool operator !=(NoteTemplate? left, NoteTemplate? right)
Parameters
leftNoteTemplaterightNoteTemplate