Class NoteCategory
- Namespace
- Crews.PlanningCenter.Api.People.V2020_07_22
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the NoteCategory resource.
public record NoteCategory : IEquatable<NoteCategory>
- Inheritance
-
NoteCategory
- Implements
- Inherited Members
Constructors
NoteCategory()
public NoteCategory()
NoteCategory(NoteCategory)
protected NoteCategory(NoteCategory original)
Parameters
originalNoteCategory
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
Locked
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("locked")]
public bool? Locked { get; init; }
Property Value
- bool?
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
NoteCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_count")]
public int? NoteCount { get; init; }
Property Value
- int?
NotePersonCount
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_person_count")]
public int? NotePersonCount { get; init; }
Property Value
- int?
OrganizationId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("organization_id")]
public string? OrganizationId { 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(NoteCategory?)
public virtual bool Equals(NoteCategory? other)
Parameters
otherNoteCategory
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 ==(NoteCategory?, NoteCategory?)
public static bool operator ==(NoteCategory? left, NoteCategory? right)
Parameters
leftNoteCategoryrightNoteCategory
Returns
operator !=(NoteCategory?, NoteCategory?)
public static bool operator !=(NoteCategory? left, NoteCategory? right)
Parameters
leftNoteCategoryrightNoteCategory