Class PlanNoteCategoryRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the PlanNoteCategory resource.
public record PlanNoteCategoryRelationships : IEquatable<PlanNoteCategoryRelationships>
- Inheritance
-
PlanNoteCategoryRelationships
- Implements
- Inherited Members
Constructors
PlanNoteCategoryRelationships()
public PlanNoteCategoryRelationships()
PlanNoteCategoryRelationships(PlanNoteCategoryRelationships)
protected PlanNoteCategoryRelationships(PlanNoteCategoryRelationships original)
Parameters
originalPlanNoteCategoryRelationships
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
ServiceType
Related ServiceType resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("service_type")]
public JsonApiRelationship<ServiceTypeResource>? ServiceType { get; init; }
Property Value
- JsonApiRelationship<ServiceTypeResource>
Teams
Related Teams resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("teams")]
public JsonApiRelationship<TeamResource>? Teams { get; init; }
Property Value
- JsonApiRelationship<TeamResource>
Methods
Equals(PlanNoteCategoryRelationships?)
public virtual bool Equals(PlanNoteCategoryRelationships? other)
Parameters
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 ==(PlanNoteCategoryRelationships?, PlanNoteCategoryRelationships?)
public static bool operator ==(PlanNoteCategoryRelationships? left, PlanNoteCategoryRelationships? right)
Parameters
Returns
operator !=(PlanNoteCategoryRelationships?, PlanNoteCategoryRelationships?)
public static bool operator !=(PlanNoteCategoryRelationships? left, PlanNoteCategoryRelationships? right)