Class DocumentCollection.IdxOurRef
Class representing index 'IDXDocOur_ref'.
Inheritance
DocumentCollection.IdxOurRef
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentCollection.IdxOurRef : DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxOurRef>, ISentryIgnorable
Constructors
IdxOurRef(string)
Constructor for class DocumentCollection.IdxOurRef This class represents index 'IDXDocOur_ref'.
Declaration
public IdxOurRef(string ourRef)
Parameters
Type | Name | Description |
---|---|---|
string | ourRef | Our reference, searchable field from freetext search |
IdxOurRef(string, StringSearchType)
Constructor for class DocumentCollection.IdxOurRef This class represents index 'IDXDocOur_ref'.
Declaration
public IdxOurRef(string ourRef, StringSearchType ourRefSearchType)
Parameters
Type | Name | Description |
---|---|---|
string | ourRef | Our reference, searchable field from freetext search |
StringSearchType | ourRefSearchType | How to search for ourRef |
Properties
OurRef
Our reference, searchable field from freetext search
Declaration
public string OurRef { get; set; }
Property Value
Type | Description |
---|---|
string |