Class LocationLabel
- Namespace
- Crews.PlanningCenter.Api.CheckIns.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the LocationLabel resource.
public record LocationLabel : IEquatable<LocationLabel>
- Inheritance
-
LocationLabel
- Implements
- Inherited Members
Constructors
LocationLabel()
public LocationLabel()
LocationLabel(LocationLabel)
protected LocationLabel(LocationLabel original)
Parameters
originalLocationLabel
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
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
ForGuest
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_guest")]
public bool? ForGuest { get; init; }
Property Value
- bool?
ForRegular
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_regular")]
public bool? ForRegular { get; init; }
Property Value
- bool?
ForVolunteer
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("for_volunteer")]
public bool? ForVolunteer { get; init; }
Property Value
- bool?
Quantity
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("quantity")]
public int? Quantity { get; init; }
Property Value
- int?
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(LocationLabel?)
public virtual bool Equals(LocationLabel? other)
Parameters
otherLocationLabel
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 ==(LocationLabel?, LocationLabel?)
public static bool operator ==(LocationLabel? left, LocationLabel? right)
Parameters
leftLocationLabelrightLocationLabel
Returns
operator !=(LocationLabel?, LocationLabel?)
public static bool operator !=(LocationLabel? left, LocationLabel? right)
Parameters
leftLocationLabelrightLocationLabel