Class MDOListTableCacheBase.MDOCacheElement
Container for cached result set representing a row in a MDO Table
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public sealed class MDOListTableCacheBase.MDOCacheElement
Constructors
MDOCacheElement()
Container for cached result set representing a row in a MDO Table
Declaration
public MDOCacheElement()
Properties
Id
Primary key of the row.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
IsDeleted
Is the item deleted?
Declaration
public bool IsDeleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Name of the item.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Rank
Rank of the item.
Declaration
public int Rank { get; }
Property Value
| Type | Description |
|---|---|
| int |
Tooltip
Tooltip for the item.
Declaration
public string Tooltip { get; }
Property Value
| Type | Description |
|---|---|
| string |