Class DocumentCollection.IdxSearchname
Class representing index 'IDXDocSname'.
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.IdxSearchname>
DocumentCollection.IdxSearchname
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSearchname : DocumentCollection.DocumentCollectionIdx<DocumentRows.IdxSearchname>, ISentryIgnorable
Constructors
IdxSearchname(String)
Constructor for class DocumentCollection.IdxSearchname This class represents index 'IDXDocSname'.
Declaration
public IdxSearchname(string searchname)
Parameters
Type | Name | Description |
---|---|---|
System.String | searchname | Searchable name (not used?) |
IdxSearchname(String, StringSearchType)
Constructor for class DocumentCollection.IdxSearchname This class represents index 'IDXDocSname'.
Declaration
public IdxSearchname(string searchname, StringSearchType searchnameSearchType)
Parameters
Type | Name | Description |
---|---|---|
System.String | searchname | Searchable name (not used?) |
StringSearchType | searchnameSearchType | How to search for searchname |
Properties
Searchname
Searchable name (not used?)
Declaration
public string Searchname { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)