Show / Hide Table of Contents

Class ErpFieldCache

Inheritance
object
ErpFieldCache
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.ErpSync.Field
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class ErpFieldCache

Properties

LastKnownTimestamp

Declaration
public DateTime LastKnownTimestamp { get; }
Property Value
Type Description
DateTime

LastRefreshCheck

Declaration
public DateTime LastRefreshCheck { get; }
Property Value
Type Description
DateTime

Methods

CreateAsync(int, CancellationToken)

Declaration
public static Task<ErpFieldCache> CreateAsync(int erpConnectionId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int erpConnectionId
CancellationToken cancellationToken
Returns
Type Description
Task<ErpFieldCache>

GetActorTypeMapAsync(CancellationToken)

Declaration
public Task<ErpConnectionActorTypeRows> GetActorTypeMapAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<ErpConnectionActorTypeRows>

GetErpConnectionIdAsync(CancellationToken)

Declaration
public Task<int> GetErpConnectionIdAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<int>

GetFieldsAsync(CancellationToken)

Declaration
public Task<Dictionary<ErpActorType, ErpFieldRows>> GetFieldsAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<Dictionary<ErpActorType, ErpFieldRows>>

GetListMapAsync(CancellationToken)

Declaration
public Task<Dictionary<int, ErpListItemMappingRows>> GetListMapAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<Dictionary<int, ErpListItemMappingRows>>

ReloadFieldCacheAsync(CancellationToken)

Declaration
public Task ReloadFieldCacheAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task

SetActorTypeMapAsync(ErpConnectionActorTypeRows)

Declaration
public Task SetActorTypeMapAsync(ErpConnectionActorTypeRows value)
Parameters
Type Name Description
ErpConnectionActorTypeRows value
Returns
Type Description
Task

SetErpConnectionIdAsync(int)

Declaration
public Task SetErpConnectionIdAsync(int value)
Parameters
Type Name Description
int value
Returns
Type Description
Task
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top