Class Catalog.Table.Row
Represents a row of a catalog table.
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Catalog.Table.Row : IEquatable<Catalog.Table.Row>
Properties
Name | Description |
---|---|
Cells | Cells of the row. |
Cluster | Cluster to which the row belongs, or |
ColumnTitles | Column titles of the row. In some cases (e.g. family finishes, prices) column titles are cluster or row-dependent. |
this[int] | Reads/writes the information of the cell which has given column rank. |
Rank | Rank of the row in the table to which it belongs. |
RankInCluster | Rank of the row in the cluster to which it belongs. |
Table | Table to which the row belongs. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether passed object has the same type and value as this one. |
FillFrom(Row) | Fills the row cells with a data from the other row. |
GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms. |
Operators
Name | Description |
---|---|
operator ==(Row, Row) | Determines whether two specified instances have the same value. |
operator !=(Row, Row) | Determines whether two specified instances have different values. |