Show / Hide Table of Contents

Class LicenseAssocLinkCache

Inheritance
Object
CacheBaseV2
LicenseAssocLinkCache
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.License
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database")]
public class LicenseAssocLinkCache : CacheBaseV2, IFlushableV2, IDisposable

Constructors

LicenseAssocLinkCache()

Declaration
public LicenseAssocLinkCache()

Methods

GetAllLicenseLinks()

Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAllLicenseLinks()
Returns
Type Description
IEnumerable<LicenseAssocLinkRecordData>

GetAssignedModuleLicenseIds(Int32)

Declaration
public IEnumerable<int> GetAssignedModuleLicenseIds(int associateId)
Parameters
Type Name Description
Int32 associateId
Returns
Type Description
IEnumerable<Int32>

GetAssignedModuleLicenseLinks(Int32)

Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAssignedModuleLicenseLinks(int associateId)
Parameters
Type Name Description
Int32 associateId
Returns
Type Description
IEnumerable<LicenseAssocLinkRecordData>

GetCurrent()

Get the current license cache.

Declaration
public static LicenseAssocLinkCache GetCurrent()
Returns
Type Description
LicenseAssocLinkCache

Current license cache

OnLoad()

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

Implements

IFlushableV2
System.IDisposable

Extension Methods

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