Class UDefFieldAdminCache
Udef fields cache for unpublished fields
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
[CacheV2(0)]
public class UDefFieldAdminCache : UDefFieldCacheBase
Constructors
UDefFieldAdminCache()
Udef fields cache for unpublished fields
Declaration
public UDefFieldAdminCache()
Methods
CheckRevisionAsync()
Udef fields cache for unpublished fields
Declaration
protected override Task CheckRevisionAsync()
Returns
Type | Description |
---|---|
Task |
Overrides
GetLineNo(int)
Unpublished page one line numbers starts from 10001(Just because)
Declaration
protected override int GetLineNo(int lineNo)
Parameters
Type | Name | Description |
---|---|---|
int | lineNo |
Returns
Type | Description |
---|---|
int |
Overrides
GetVersionsAsync()
Get the current udef version array. Override to get either the Admin version or some specific set of versions
Declaration
protected override Task<Dictionary<UDefType, int>> GetVersionsAsync()
Returns
Type | Description |
---|---|
Task<Dictionary<UDefType, int>> |
Overrides
IsPageOneMDOAsync(UDefType, CancellationToken)
Udef fields cache for unpublished fields
Declaration
protected override Task<bool> IsPageOneMDOAsync(UDefType udefType, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UDefType | udefType | |
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<bool> |