Class Dico.Entry
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Dico.Entry : IEquatable<Dico.Entry>
Properties
| Name | Description |
|---|---|
| Identifier | Identifier of the dictionary entry. |
| KeyLanguageText | Text corresponding to the entry in the key language of the dictionary. |
| Rank | Rank (or row number) of the entry in the dictionary. |
| Translations | Translations of the entry to all the available languages. |
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 ==(Entry, Entry) | Determines whether two specified instances have the same value. |
| operator !=(Entry, Entry) | Determines whether two specified instances have different values. |