Class DocumentCollection.IdxOurRef
Class representing index 'IDXDocOur_ref'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<DocumentTableInfo, SuperOffice.CRM.Rows.DocumentRow.DocumentRowIdxBase>
SuperOffice.CRM.Entities.Document.DocumentIdxBase
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx
SuperOffice.CRM.Entities.DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxOurRef>
DocumentCollection.IdxOurRef
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class 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 |
---|---|---|
System.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 |
---|---|---|
System.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 |
---|---|
System.String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)