Class ProtoColumn
A table column: its header path and its data cells.
public sealed class ProtoColumn
- Inheritance
-
ProtoColumn
- Inherited Members
- Extension Methods
Properties
Cells
public IReadOnlyList<ProtoCell> Cells { get; }
Property Value
Header
public IReadOnlyList<string> Header { get; }
Property Value
Should
The positive assertions of this column, for example Should.Be(["1200", "900"]).
public ProtoColumnAssertions Should { get; }
Property Value
ShouldNot
The negated assertions of this column, for example ShouldNot.Be([...]).
public ProtoColumnAssertions ShouldNot { get; }
Property Value
Values
public IReadOnlyList<string?> Values { get; }