Class Appli.CatalogSummary.Family
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Appli.CatalogSummary.Family : IEquatable<Appli.CatalogSummary.Family>
Properties
| Name | Description |
|---|---|
| Code | Code of the family. |
| Name | Name of the family. |
| Rank | Rank of the family 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 ==(Family, Family) | Determines whether two specified instances have the same value. |
| operator !=(Family, Family) | Determines whether two specified instances have different values. |