Class WorkflowStepAssigneeSummaryRelationships
- Namespace
- Crews.PlanningCenter.Api.People.V2023_02_15
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the WorkflowStepAssigneeSummary resource.
public record WorkflowStepAssigneeSummaryRelationships : IEquatable<WorkflowStepAssigneeSummaryRelationships>
- Inheritance
-
WorkflowStepAssigneeSummaryRelationships
- Implements
- Inherited Members
Constructors
WorkflowStepAssigneeSummaryRelationships()
public WorkflowStepAssigneeSummaryRelationships()
WorkflowStepAssigneeSummaryRelationships(WorkflowStepAssigneeSummaryRelationships)
protected WorkflowStepAssigneeSummaryRelationships(WorkflowStepAssigneeSummaryRelationships original)
Parameters
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Person
Related Person resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("person")]
public JsonApiRelationship<PersonResource>? Person { get; init; }
Property Value
- JsonApiRelationship<PersonResource>
Step
Related Step resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("step")]
public JsonApiRelationship<WorkflowStepResource>? Step { get; init; }
Property Value
- JsonApiRelationship<WorkflowStepResource>
Methods
Equals(WorkflowStepAssigneeSummaryRelationships?)
public virtual bool Equals(WorkflowStepAssigneeSummaryRelationships? 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 ==(WorkflowStepAssigneeSummaryRelationships?, WorkflowStepAssigneeSummaryRelationships?)
public static bool operator ==(WorkflowStepAssigneeSummaryRelationships? left, WorkflowStepAssigneeSummaryRelationships? right)
Parameters
Returns
operator !=(WorkflowStepAssigneeSummaryRelationships?, WorkflowStepAssigneeSummaryRelationships?)
public static bool operator !=(WorkflowStepAssigneeSummaryRelationships? left, WorkflowStepAssigneeSummaryRelationships? right)