KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.CatalogSummary.AppliCat

Inheritance
object
Appli.CatalogSummary.AppliCat
Implements
IEquatable<Appli.CatalogSummary.AppliCat>
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.AppliCat : IEquatable<Appli.CatalogSummary.AppliCat>

Properties

Name Description
Code

Code of the AppliCat.

Name

Name of the AppliCat.

Rank

Rank of the AppliCat in the catalog.

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 ==(AppliCat, AppliCat)

Determines whether two specified instances have the same value.

operator !=(AppliCat, AppliCat)

Determines whether two specified instances have different values.

In this article
Back to top Generated by DocFX