KitchenDraw SDK 2
Show / Hide Table of Contents

Class Appli.CatalogSummary.Section

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

Properties

Name Description
Code

Code of the section.

FirstArticleReference

Reference of the first article which belongs to the section.

Name

Name of the section.

Rank

Rank of the section in the catalog.

Methods

Name Description
Equals(object)

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

GetBlocks(bool, FetchFields)

Returns the list of blocks of the section.

GetHashCode()

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

GetValidBlocks(string, bool, FetchFields)

Returns the list of blocks of the section that are valid in a given finishes config string (which means they have articles having prices defined for the finishes config).

ToString()

Returns a string that represents the current object.

Operators

Name Description
operator ==(Section, Section)

Determines whether two specified instances have the same value.

operator !=(Section, Section)

Determines whether two specified instances have different values.

In this article
Back to top Generated by DocFX