Table of Contents

Class WorkflowAssigneeWorkflowSummaryRelationships

Namespace
Crews.PlanningCenter.Api.People.V2022_01_05
Assembly
Crews.PlanningCenter.Api.dll

Relationships for the WorkflowAssigneeWorkflowSummary resource.

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

Constructors

WorkflowAssigneeWorkflowSummaryRelationships()

public WorkflowAssigneeWorkflowSummaryRelationships()

WorkflowAssigneeWorkflowSummaryRelationships(WorkflowAssigneeWorkflowSummaryRelationships)

protected WorkflowAssigneeWorkflowSummaryRelationships(WorkflowAssigneeWorkflowSummaryRelationships original)

Parameters

original WorkflowAssigneeWorkflowSummaryRelationships

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

Person

Related Person resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }

Property Value

JsonApiRelationship<PersonResource>

Workflow

Related Workflow resource.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("workflow")]
public JsonApiRelationship<WorkflowResource>? Workflow { get; init; }

Property Value

JsonApiRelationship<WorkflowResource>

Methods

Equals(WorkflowAssigneeWorkflowSummaryRelationships?)

public virtual bool Equals(WorkflowAssigneeWorkflowSummaryRelationships? other)

Parameters

other WorkflowAssigneeWorkflowSummaryRelationships

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 ==(WorkflowAssigneeWorkflowSummaryRelationships?, WorkflowAssigneeWorkflowSummaryRelationships?)

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

Parameters

left WorkflowAssigneeWorkflowSummaryRelationships
right WorkflowAssigneeWorkflowSummaryRelationships

Returns

bool

operator !=(WorkflowAssigneeWorkflowSummaryRelationships?, WorkflowAssigneeWorkflowSummaryRelationships?)

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

Parameters

left WorkflowAssigneeWorkflowSummaryRelationships
right WorkflowAssigneeWorkflowSummaryRelationships

Returns

bool