Class CustomSlide
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_08_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the CustomSlide resource.
public record CustomSlide : IEquatable<CustomSlide>
- Inheritance
-
CustomSlide
- Implements
- Inherited Members
Constructors
CustomSlide()
public CustomSlide()
CustomSlide(CustomSlide)
protected CustomSlide(CustomSlide original)
Parameters
originalCustomSlide
Properties
Body
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("body")]
public string? Body { get; init; }
Property Value
Enabled
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("enabled")]
public bool? Enabled { get; init; }
Property Value
- bool?
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Label
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("label")]
public string? Label { get; init; }
Property Value
Order
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("order")]
public int? Order { get; init; }
Property Value
- int?
Methods
Equals(CustomSlide?)
public virtual bool Equals(CustomSlide? other)
Parameters
otherCustomSlide
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 ==(CustomSlide?, CustomSlide?)
public static bool operator ==(CustomSlide? left, CustomSlide? right)
Parameters
leftCustomSliderightCustomSlide
Returns
operator !=(CustomSlide?, CustomSlide?)
public static bool operator !=(CustomSlide? left, CustomSlide? right)
Parameters
leftCustomSliderightCustomSlide