Class BackgroundCheck
- Namespace
- Crews.PlanningCenter.Api.People.V2024_09_12
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the BackgroundCheck resource.
public record BackgroundCheck : IEquatable<BackgroundCheck>
- Inheritance
-
BackgroundCheck
- Implements
- Inherited Members
Constructors
BackgroundCheck()
public BackgroundCheck()
BackgroundCheck(BackgroundCheck)
protected BackgroundCheck(BackgroundCheck original)
Parameters
originalBackgroundCheck
Properties
CompletedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("completed_at")]
public DateTime? CompletedAt { get; init; }
Property Value
Current
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("current")]
public bool? Current { get; init; }
Property Value
- bool?
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
ExpiresOn
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("expires_on")]
public DateOnly? ExpiresOn { get; init; }
Property Value
Note
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("note")]
public string? Note { get; init; }
Property Value
ReportUrl
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("report_url")]
public string? ReportUrl { get; init; }
Property Value
Status
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; init; }
Property Value
StatusUpdatedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status_updated_at")]
public DateTime? StatusUpdatedAt { get; init; }
Property Value
Methods
Equals(BackgroundCheck?)
public virtual bool Equals(BackgroundCheck? other)
Parameters
otherBackgroundCheck
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 ==(BackgroundCheck?, BackgroundCheck?)
public static bool operator ==(BackgroundCheck? left, BackgroundCheck? right)
Parameters
leftBackgroundCheckrightBackgroundCheck
Returns
operator !=(BackgroundCheck?, BackgroundCheck?)
public static bool operator !=(BackgroundCheck? left, BackgroundCheck? right)
Parameters
leftBackgroundCheckrightBackgroundCheck