Class FieldDefinition
- Namespace
- Crews.PlanningCenter.Api.People.V2019_01_14
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the FieldDefinition resource.
public record FieldDefinition : IEquatable<FieldDefinition>
- Inheritance
-
FieldDefinition
- Implements
- Inherited Members
Constructors
FieldDefinition()
public FieldDefinition()
FieldDefinition(FieldDefinition)
protected FieldDefinition(FieldDefinition original)
Parameters
originalFieldDefinition
Properties
Config
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("config")]
public string? Config { get; init; }
Property Value
DataType
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("data_type")]
public string? DataType { get; init; }
Property Value
DeletedAt
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("deleted_at")]
public DateTime? DeletedAt { get; init; }
Property Value
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Name
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("name")]
public string? Name { get; init; }
Property Value
Sequence
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("sequence")]
public int? Sequence { get; init; }
Property Value
- int?
Slug
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("slug")]
public string? Slug { get; init; }
Property Value
TabId
Planning Center does not provide a description for this attribute.
[JsonConverter(typeof(StringFromNumberConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("tab_id")]
public string? TabId { get; init; }
Property Value
Methods
Equals(FieldDefinition?)
public virtual bool Equals(FieldDefinition? other)
Parameters
otherFieldDefinition
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 ==(FieldDefinition?, FieldDefinition?)
public static bool operator ==(FieldDefinition? left, FieldDefinition? right)
Parameters
leftFieldDefinitionrightFieldDefinition
Returns
operator !=(FieldDefinition?, FieldDefinition?)
public static bool operator !=(FieldDefinition? left, FieldDefinition? right)
Parameters
leftFieldDefinitionrightFieldDefinition