Class ImportAttributes
- Namespace
- Crews.PlanningCenter.Api.People
- Assembly
- Crews.PlanningCenter.Api.dll
Nested attributes for the People Import resource.
[ExcludeFromCodeCoverage(Justification = "This type is a DTO with no logic to test.")]
public record ImportAttributes : IEquatable<ImportAttributes>
- Inheritance
-
ImportAttributes
- Implements
- Inherited Members
Constructors
ImportAttributes()
public ImportAttributes()
ImportAttributes(ImportAttributes)
protected ImportAttributes(ImportAttributes original)
Parameters
originalImportAttributes
Properties
DeleteEmpty
Planning Center does not provide a description for this attribute.
public bool? DeleteEmpty { get; init; }
Property Value
- bool?
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Mappings
Planning Center does not provide a description for this attribute.
public JsonObject? Mappings { get; init; }
Property Value
Source
Planning Center does not provide a description for this attribute.
public JsonObject? Source { get; init; }
Property Value
Methods
Equals(ImportAttributes?)
public virtual bool Equals(ImportAttributes? other)
Parameters
otherImportAttributes
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 ==(ImportAttributes?, ImportAttributes?)
public static bool operator ==(ImportAttributes? left, ImportAttributes? right)
Parameters
leftImportAttributesrightImportAttributes
Returns
operator !=(ImportAttributes?, ImportAttributes?)
public static bool operator !=(ImportAttributes? left, ImportAttributes? right)
Parameters
leftImportAttributesrightImportAttributes