Class PlanNote
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the PlanNote resource.
public record PlanNote : IEquatable<PlanNote>
- Inheritance
-
PlanNote
- Implements
- Inherited Members
Constructors
PlanNote()
public PlanNote()
PlanNote(PlanNote)
protected PlanNote(PlanNote original)
Parameters
originalPlanNote
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(PlanNote?)
public virtual bool Equals(PlanNote? other)
Parameters
otherPlanNote
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 ==(PlanNote?, PlanNote?)
public static bool operator ==(PlanNote? left, PlanNote? right)
Parameters
Returns
operator !=(PlanNote?, PlanNote?)
public static bool operator !=(PlanNote? left, PlanNote? right)