Class MDOListTableCacheBase.MDOCacheElement
Container for cached result set representing a row in a MDO Table
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public sealed class MDOCacheElement : Object
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 |
---|---|
Int32 |
IsDeleted
Is the item deleted?
Declaration
public bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
Boolean |
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 |
---|---|
Int32 |
Tooltip
Tooltip for the item.
Declaration
public string Tooltip { get; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)