Table of Contents

Class ServiceTypePathResource

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

The Folder path of a Service Type

public record ServiceTypePathResource : JsonApiResource<ServiceTypePath>, IEquatable<JsonApiResourceIdentifier>, IEquatable<JsonApiResource>, IEquatable<JsonApiResource<ServiceTypePath>>, IEquatable<ServiceTypePathResource>
Inheritance
JsonApiResourceIdentifier
JsonApiResource
JsonApiResource<ServiceTypePath>
ServiceTypePathResource
Implements
IEquatable<JsonApiResourceIdentifier>
IEquatable<JsonApiResource>
IEquatable<JsonApiResource<ServiceTypePath>>
Inherited Members
JsonApiResource<ServiceTypePath>.Equals(JsonApiResource)
JsonApiResource<ServiceTypePath>.Attributes
JsonApiResource.Equals(JsonApiResourceIdentifier)
JsonApiResource.Relationships
JsonApiResource.Links
JsonApiResource.Meta
JsonApiResourceIdentifier.Id
JsonApiResourceIdentifier.LId
JsonApiResourceIdentifier.Type

Constructors

ServiceTypePathResource()

public ServiceTypePathResource()

ServiceTypePathResource(ServiceTypePathResource)

protected ServiceTypePathResource(ServiceTypePathResource original)

Parameters

original ServiceTypePathResource

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

Methods

Equals(ServiceTypePathResource?)

public virtual bool Equals(ServiceTypePathResource? other)

Parameters

other ServiceTypePathResource

Returns

bool

Equals(JsonApiResource<ServiceTypePath>?)

public override sealed bool Equals(JsonApiResource<ServiceTypePath>? other)

Parameters

other JsonApiResource<ServiceTypePath>

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 override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(ServiceTypePathResource?, ServiceTypePathResource?)

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

Parameters

left ServiceTypePathResource
right ServiceTypePathResource

Returns

bool

operator !=(ServiceTypePathResource?, ServiceTypePathResource?)

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

Parameters

left ServiceTypePathResource
right ServiceTypePathResource

Returns

bool