Class Note
- Namespace
- Crews.PlanningCenter.Api.People.V2020_07_22
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Note resource.
public record Note : IEquatable<Note>
- Inheritance
-
Note
- Implements
- Inherited Members
Constructors
Note()
public Note()
Note(Note)
protected Note(Note original)
Parameters
originalNote
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
CreatedById
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_by_id")]
public string? CreatedById { get; init; }
Property Value
DisplayDate
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("display_date")]
public DateTime? DisplayDate { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
NoteAttribute
Planning Center does not provide a description for this attribute.
NOTE: The name of this property has been modified because the type shares its original name.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note")]
public string? NoteAttribute { get; init; }
Property Value
NoteCategoryId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note_category_id")]
public string? NoteCategoryId { get; init; }
Property Value
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
PersonId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person_id")]
public string? PersonId { 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(Note?)
public virtual bool Equals(Note? other)
Parameters
otherNote
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 ==(Note?, Note?)
public static bool operator ==(Note? left, Note? right)
Parameters
Returns
operator !=(Note?, Note?)
public static bool operator !=(Note? left, Note? right)