Show / Hide Table of Contents

Class ErpConnectionAccessCache

Inheritance
System.Object
CacheBaseV2
ErpConnectionAccessCache
Implements
IFlushableV2
IDisposable
Inherited Members
CacheBaseV2.IsCacheInvalidated(String, Int32, PrivateSave)
CacheBaseV2.Dispose()
CacheBaseV2.Flush()
CacheBaseV2.BeginDisableAutoUpdate()
CacheBaseV2.GetCurrent<T>()
CacheBaseV2.Load()
CacheBaseV2.Disposed
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class ErpConnectionAccessCache : CacheBaseV2, IFlushableV2, IDisposable

Constructors

ErpConnectionAccessCache()

Declaration
public ErpConnectionAccessCache()

Properties

TableNames

Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
Overrides
CacheBaseV2.TableNames

Methods

GetCurrent()

Declaration
public static ErpConnectionAccessCache GetCurrent()
Returns
Type Description
ErpConnectionAccessCache

HasAccess(Int32)

Declaration
public bool HasAccess(int erpConnectionId)
Parameters
Type Name Description
System.Int32 erpConnectionId
Returns
Type Description
System.Boolean

OnLoad()

Declaration
protected override void OnLoad()
Overrides
CacheBaseV2.OnLoad()

Implements

IFlushableV2
System.IDisposable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top