Class LicenseAssocLinkCache
Inheritance
LicenseAssocLinkCache
Assembly: SoDataBase.dll
Syntax
[CacheV2(0)]
public class LicenseAssocLinkCache : CacheBaseV2
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
OnLoad()
Declaration
protected override void OnLoad()
Overrides
OnLoadAsync(CancellationToken)
Declaration
[CreateSyncVersion(OmitNullableDirective = true)]
protected override Task OnLoadAsync(CancellationToken cancellationToken)
Parameters
Returns
Overrides
Extension Methods