Class Document.DocumentIdxBase
Base class for the index facades.
Inheritance
Document.DocumentIdxBase
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class DocumentIdxBase : EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>, ISentryIgnorable
Constructors
DocumentIdxBase(DocumentRow.DocumentRowIdxBase)
Constructor for the index facades.
Declaration
protected DocumentIdxBase(DocumentRow.DocumentRowIdxBase idx)
Parameters
Type | Name | Description |
---|---|---|
DocumentRow.DocumentRowIdxBase | idx | Index for the DocumentRow object |
Properties
DocumentTextRelationTableInfo
Get TableInfo for DocumentText relation
Declaration
public TextTableInfo DocumentTextRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
TextTableInfo |
ExternalApplicationRelationTableInfo
Get TableInfo for ExternalApplication relation
Declaration
public ExtAppTableInfo ExternalApplicationRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
ExtAppTableInfo |
PublishTableInfo
TableInfo used to join in publish status
Declaration
public PublishTableInfo PublishTableInfo { get; }
Property Value
Type | Description |
---|---|
PublishTableInfo |
TableInfo
Declaration
public override DocumentTableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
DocumentTableInfo |
Overrides
SuperOffice.CRM.Entities.EntityIdxBase<SuperOffice.CRM.Data.DocumentTableInfo, SuperOffice.CRM.Rows.DocumentRow.DocumentRowIdxBase>.TableInfo
UdefLargeRelationTableInfo
Get TableInfo for UdefLarge relation
Declaration
public UDDocLargeTableInfo UdefLargeRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
UDDocLargeTableInfo |
UdefSmallRelationTableInfo
Get TableInfo for UdefSmall relation
Declaration
public UDDocSmallTableInfo UdefSmallRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
UDDocSmallTableInfo |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)