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