Class LicenseAssocLinkCache
Inheritance
LicenseAssocLinkCache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class LicenseAssocLinkCache : CacheBaseV2, IFlushableV2, IDisposable
Constructors
LicenseAssocLinkCache()
Declaration
public LicenseAssocLinkCache()
Properties
TableNames
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
GetAllLicenseLinks()
Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAllLicenseLinks()
Returns
GetAssignedModuleLicenseIds(Int32)
Declaration
public IEnumerable<int> GetAssignedModuleLicenseIds(int associateId)
Parameters
Type |
Name |
Description |
Int32 |
associateId |
|
Returns
GetAssignedModuleLicenseLinks(Int32)
Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAssignedModuleLicenseLinks(int associateId)
Parameters
Type |
Name |
Description |
Int32 |
associateId |
|
Returns
GetCurrent()
Get the current license cache.
Declaration
public static LicenseAssocLinkCache GetCurrent()
Returns
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)