Class BlockoutExceptionRelationships
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Relationships for the BlockoutException resource.
public record BlockoutExceptionRelationships : IEquatable<BlockoutExceptionRelationships>
- Inheritance
-
BlockoutExceptionRelationships
- Implements
- Inherited Members
Constructors
BlockoutExceptionRelationships()
public BlockoutExceptionRelationships()
BlockoutExceptionRelationships(BlockoutExceptionRelationships)
protected BlockoutExceptionRelationships(BlockoutExceptionRelationships original)
Parameters
originalBlockoutExceptionRelationships
Properties
Blockout
Related Blockout resource.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("blockout")]
public JsonApiRelationship<BlockoutResource>? Blockout { get; init; }
Property Value
- JsonApiRelationship<BlockoutResource>
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Methods
Equals(BlockoutExceptionRelationships?)
public virtual bool Equals(BlockoutExceptionRelationships? 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 ==(BlockoutExceptionRelationships?, BlockoutExceptionRelationships?)
public static bool operator ==(BlockoutExceptionRelationships? left, BlockoutExceptionRelationships? right)
Parameters
Returns
operator !=(BlockoutExceptionRelationships?, BlockoutExceptionRelationships?)
public static bool operator !=(BlockoutExceptionRelationships? left, BlockoutExceptionRelationships? right)