Class BlockoutException
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the BlockoutException resource.
public record BlockoutException : IEquatable<BlockoutException>
- Inheritance
-
BlockoutException
- Implements
- Inherited Members
Constructors
BlockoutException()
public BlockoutException()
BlockoutException(BlockoutException)
protected BlockoutException(BlockoutException original)
Parameters
originalBlockoutException
Properties
CreatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
Date
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("date")]
public DateOnly? Date { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
UpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(BlockoutException?)
public virtual bool Equals(BlockoutException? other)
Parameters
otherBlockoutException
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 ==(BlockoutException?, BlockoutException?)
public static bool operator ==(BlockoutException? left, BlockoutException? right)
Parameters
leftBlockoutExceptionrightBlockoutException
Returns
operator !=(BlockoutException?, BlockoutException?)
public static bool operator !=(BlockoutException? left, BlockoutException? right)
Parameters
leftBlockoutExceptionrightBlockoutException