Class WorkflowAssigneeWorkflowSummaryRelationships
- Namespace
- Crews.PlanningCenter.Api.People.V2023_02_15
- 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
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>
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
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 ==(WorkflowAssigneeWorkflowSummaryRelationships?, WorkflowAssigneeWorkflowSummaryRelationships?)
public static bool operator ==(WorkflowAssigneeWorkflowSummaryRelationships? left, WorkflowAssigneeWorkflowSummaryRelationships? right)
Parameters
leftWorkflowAssigneeWorkflowSummaryRelationshipsrightWorkflowAssigneeWorkflowSummaryRelationships
Returns
operator !=(WorkflowAssigneeWorkflowSummaryRelationships?, WorkflowAssigneeWorkflowSummaryRelationships?)
public static bool operator !=(WorkflowAssigneeWorkflowSummaryRelationships? left, WorkflowAssigneeWorkflowSummaryRelationships? right)
Parameters
leftWorkflowAssigneeWorkflowSummaryRelationshipsrightWorkflowAssigneeWorkflowSummaryRelationships