Class Conflict
- Namespace
- Crews.PlanningCenter.Api.Calendar.V2020_04_08
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the Conflict resource.
public record Conflict : IEquatable<Conflict>
- Inheritance
-
Conflict
- Implements
- Inherited Members
Constructors
Conflict()
public Conflict()
Conflict(Conflict)
protected Conflict(Conflict original)
Parameters
originalConflict
Properties
CreatedAt
UTC time at which the conflict was created
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Note
Additional information about the conflict or resolution
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note")]
public string? Note { get; init; }
Property Value
ResolvedAt
UTC time at which the conflict was resolved
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("resolved_at")]
public DateTime? ResolvedAt { get; init; }
Property Value
UpdatedAt
UTC time at which the conflict was updated
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("updated_at")]
public DateTime? UpdatedAt { get; init; }
Property Value
Methods
Equals(Conflict?)
public virtual bool Equals(Conflict? other)
Parameters
otherConflict
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 ==(Conflict?, Conflict?)
public static bool operator ==(Conflict? left, Conflict? right)
Parameters
Returns
operator !=(Conflict?, Conflict?)
public static bool operator !=(Conflict? left, Conflict? right)