Class ItemNote
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the ItemNote resource.
public record ItemNote : IEquatable<ItemNote>
- Inheritance
-
ItemNote
- Implements
- Inherited Members
Constructors
ItemNote()
public ItemNote()
ItemNote(ItemNote)
protected ItemNote(ItemNote original)
Parameters
originalItemNote
Properties
CategoryName
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("category_name")]
public string? CategoryName { get; init; }
Property Value
Content
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("content")]
public string? Content { get; init; }
Property Value
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
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(ItemNote?)
public virtual bool Equals(ItemNote? other)
Parameters
otherItemNote
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 ==(ItemNote?, ItemNote?)
public static bool operator ==(ItemNote? left, ItemNote? right)
Parameters
Returns
operator !=(ItemNote?, ItemNote?)
public static bool operator !=(ItemNote? left, ItemNote? right)