Class Appli.CatalogSummary.Block
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.CatalogSummary.Block : IEquatable<Appli.CatalogSummary.Block>
Properties
Name | Description |
---|---|
Altitude | Default position on the Z axis (altitude) of the block (of the bottom or of the top of the block's bounding box, depending on OnOrUnder property for the object), in catalog measurement units. |
Code | Code of the block. |
Description | Description of the block. |
FirstArticleReference | Reference of the first article which belongs to the block. |
IsValid | When the block is returned by the GetValidBlocks(string, bool, FetchFields) method, indicates whether
the block is valid in current finishes. For the other
methods always returns |
Name | Name of the block. |
OnOrUnder | Altitude reference of the object. It defines how the block treats its Z position: as position of its bottom or of its top. |
Rank | Rank of the block in the catalog. |
Url | Product sheet URL assigned to the block. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether passed object has the same type and value as this one. |
GetArticles(bool, FetchFields) | Returns the list of articles of the block. |
GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms. |
GetValidArticles(string, bool, FetchFields) | Returns the list of articles of the block that are valid in a given finishes config string (which means they have prices defined for the finishes config). |
ToString() | Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
operator ==(Block, Block) | Determines whether two specified instances have the same value. |
operator !=(Block, Block) | Determines whether two specified instances have different values. |