Class LicenseAssocLinkCache
Inheritance
LicenseAssocLinkCache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class LicenseAssocLinkCache : CacheBaseV2, IFlushableV2, IDisposable
Constructors
LicenseAssocLinkCache()
Declaration
public LicenseAssocLinkCache()
Properties
TableNames
Gets the names of the table data that are cached in this cache. When these tables are updated
the cache will be disposed so a new cache instance can take its place.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
GetAllLicenseLinks()
Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAllLicenseLinks()
Returns
GetAssignedModuleLicenseIds(int)
Declaration
public IEnumerable<int> GetAssignedModuleLicenseIds(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetAssignedModuleLicenseLinks(int)
Declaration
public IEnumerable<LicenseAssocLinkRecordData> GetAssignedModuleLicenseLinks(int associateId)
Parameters
Type |
Name |
Description |
int |
associateId |
|
Returns
GetCurrent()
Get the current license cache.
Declaration
public static LicenseAssocLinkCache GetCurrent()
Returns
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods