Class DocumentCollection.IdxExtref
Class representing index 'IDXDocExtref'.
Inheritance
DocumentCollection.IdxExtref
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentCollection.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 |