Table of Contents

Class ServiceTypeRelationships

Namespace
Crews.PlanningCenter.Api.Services.V2018_11_01
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the ServiceType resource.

public record ServiceTypeRelationships : IEquatable<ServiceTypeRelationships>
Inheritance
ServiceTypeRelationships
Implements
Inherited Members

Constructors

ServiceTypeRelationships()

public ServiceTypeRelationships()

ServiceTypeRelationships(ServiceTypeRelationships)

protected ServiceTypeRelationships(ServiceTypeRelationships original)

Parameters

original ServiceTypeRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Parent

Related Parent resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("parent")]
public JsonApiRelationship<FolderResource>? Parent { get; init; }

Property Value

JsonApiRelationship<FolderResource>

Methods

Equals(ServiceTypeRelationships?)

public virtual bool Equals(ServiceTypeRelationships? other)

Parameters

other ServiceTypeRelationships

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ServiceTypeRelationships?, ServiceTypeRelationships?)

public static bool operator ==(ServiceTypeRelationships? left, ServiceTypeRelationships? right)

Parameters

left ServiceTypeRelationships
right ServiceTypeRelationships

Returns

bool

operator !=(ServiceTypeRelationships?, ServiceTypeRelationships?)

public static bool operator !=(ServiceTypeRelationships? left, ServiceTypeRelationships? right)

Parameters

left ServiceTypeRelationships
right ServiceTypeRelationships

Returns

bool