Show / Hide Table of Contents

Class CategoryCache

Cache that holds information about category.

Inheritance
Object
CacheBaseV2
CategoryCache
Implements
IFlushableV2
IDisposable
Inherited Members
CacheBaseV2.Dispose()
CacheBaseV2.Flush()
CacheBaseV2.BeginDisableAutoUpdate()
CacheBaseV2.Load()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database")]
public class CategoryCache : CacheBaseV2, IFlushableV2, IDisposable

Methods

GetCategoryFromId(Int32)

Declaration
public CategoryRecordData GetCategoryFromId(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
CategoryRecordData

GetCurrent()

Declaration
public static CategoryCache GetCurrent()
Returns
Type Description
CategoryCache

GetNameFromId(Int32)

Declaration
public string GetNameFromId(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
String

OnLoad()

Declaration
protected override void OnLoad()
Overrides
CacheBaseV2.OnLoad()

Implements

IFlushableV2
System.IDisposable

Extension Methods

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