Class SectionSpec.Row
public record SectionSpec.Row : IEquatable<SectionSpec.Row>
- Inheritance
-
SectionSpec.Row
- Implements
- Inherited Members
Constructors
Row(PropertyBinding, FieldSpec)
public Row(PropertyBinding Binding, FieldSpec Spec)
Parameters
BindingPropertyBindingSpecFieldSpec
Properties
Binding
public PropertyBinding Binding { get; init; }
Property Value
Spec
public FieldSpec Spec { get; init; }