Table of Contents

Class SectionSpec.Row

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public record SectionSpec.Row : IEquatable<SectionSpec.Row>
Inheritance
SectionSpec.Row
Implements
Inherited Members

Constructors

Row(PropertyBinding, FieldSpec)

public Row(PropertyBinding Binding, FieldSpec Spec)

Parameters

Binding PropertyBinding
Spec FieldSpec

Properties

Binding

public PropertyBinding Binding { get; init; }

Property Value

PropertyBinding

Spec

public FieldSpec Spec { get; init; }

Property Value

FieldSpec