Show / Hide Table of Contents

Class DocumentCollection.IdxExtref

Class representing index 'IDXDocExtref'.

Inheritance
Object
EntityIdxBase
EntityIdxBase<DocumentTableInfo, DocumentRow.DocumentRowIdxBase>
Document.DocumentIdxBase
DocumentCollection.DocumentCollectionIdx
DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxExtref>
DocumentCollection.IdxExtref
Implements
ISentryIgnorable
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxExtref : DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxExtref>, ISentryIgnorable

Constructors

IdxExtref(String)

Constructor for class DocumentCollection.IdxExtref This class represents index 'IDXDocExtref'.

Declaration
public IdxExtref(string extref)
Parameters
Type Name Description
String extref

External reference (notes ID, email ID, whatever)

IdxExtref(String, StringSearchType)

Constructor for class DocumentCollection.IdxExtref This class represents index 'IDXDocExtref'.

Declaration
public IdxExtref(string extref, StringSearchType extrefSearchType)
Parameters
Type Name Description
String extref

External reference (notes ID, email ID, whatever)

StringSearchType extrefSearchType

How to search for extref

Properties

Extref

External reference (notes ID, email ID, whatever)

Declaration
public string Extref { get; set; }
Property Value
Type Description
String

Implements

ISentryIgnorable

Extension Methods

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