KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.CatalogSummary.Article

Inheritance
object
Appli.CatalogSummary.Article
Implements
IEquatable<Appli.CatalogSummary.Article>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.CatalogSummary.Article : IEquatable<Appli.CatalogSummary.Article>

Properties

Name Description
Code

Code of the article.

Depth

Depth of the article, in its catalog's measurement units.

Handing

Handing of the article.

Height

Height of the article, in its catalog's measurement units.

IsValid

When the article is returned by the GetValidArticles(string, bool, FetchFields) method, indicates whether the article is valid in current finishes. For the other methods always returns true.

Rank

Rank of the article in the catalog.

Reference

Reference of the article.

Width

Width of the article, in its catalog's measurement units.

Methods

Name Description
Equals(object)

Determines whether passed object has the same type and value as this one.

GetHashCode()

Provides a numeric value that is used to identify an object in hash-based algorithms.

ToString()

Returns a string that represents the current object.

Operators

Name Description
operator ==(Article, Article)

Determines whether two specified instances have the same value.

operator !=(Article, Article)

Determines whether two specified instances have different values.

In this article
Back to top Generated by DocFX