Class EntityIdxBase
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class EntityIdxBase : ISentryIgnorable
Constructors
EntityIdxBase()
Declaration
protected EntityIdxBase()
Properties
IsSentryIgnored
Declaration
public abstract bool IsSentryIgnored { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
BeginIgnoreSentryCheck()
Declaration
public abstract IgnoreSentryCheck BeginIgnoreSentryCheck()
Returns
Type | Description |
---|---|
IgnoreSentryCheck |
EndIgnoreSentryCheck()
Declaration
public abstract void EndIgnoreSentryCheck()
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)