Class EntityIdxBase
Inheritance
EntityIdxBase
Assembly: SoDataBase.dll
Syntax
public abstract class EntityIdxBase : ISentryIgnorable
Constructors
EntityIdxBase()
Declaration
protected EntityIdxBase()
Properties
IsSentryIgnored
Declaration
public abstract bool IsSentryIgnored { get; }
Property Value
Methods
BeginIgnoreSentryCheck()
Declaration
public abstract IgnoreSentryCheck BeginIgnoreSentryCheck()
Returns
EndIgnoreSentryCheck()
Declaration
public abstract void EndIgnoreSentryCheck()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)