Show / Hide Table of Contents

Class MDOListTableCacheBase.MDOCacheElement

Container for cached result set representing a row in a MDO Table

Inheritance
object
MDOListTableCacheBase.MDOCacheElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top