Class PlanNoteCategory
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the PlanNoteCategory resource.
public record PlanNoteCategory : IEquatable<PlanNoteCategory>
- Inheritance
-
PlanNoteCategory
- Implements
- Inherited Members
Constructors
PlanNoteCategory()
public PlanNoteCategory()
PlanNoteCategory(PlanNoteCategory)
protected PlanNoteCategory(PlanNoteCategory original)
Parameters
originalPlanNoteCategory
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
DeletedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("deleted_at")]
public DateTime? DeletedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Sequence
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sequence")]
public int? Sequence { get; init; }
Property Value
- int?
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(PlanNoteCategory?)
public virtual bool Equals(PlanNoteCategory? other)
Parameters
otherPlanNoteCategory
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 ==(PlanNoteCategory?, PlanNoteCategory?)
public static bool operator ==(PlanNoteCategory? left, PlanNoteCategory? right)
Parameters
leftPlanNoteCategoryrightPlanNoteCategory
Returns
operator !=(PlanNoteCategory?, PlanNoteCategory?)
public static bool operator !=(PlanNoteCategory? left, PlanNoteCategory? right)
Parameters
leftPlanNoteCategoryrightPlanNoteCategory