KitchenDraw SDK 2
Show / Hide Table of Contents

Class Catalog.Table.Row

Represents a row of a catalog table.

Inheritance
object
Catalog.Table.Row
Implements
IEquatable<Catalog.Table.Row>
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
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 null if row belongs to a table that isn't clustered.

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.

In this article
Back to top Generated by DocFX