Class ProjectCollection.IdxSoundEx
Class representing index 'IDXProjSoundEx'.
Inheritance
ProjectCollection.IdxSoundEx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectCollection.IdxSoundEx : ProjectCollection.ProjectCollectionIdx<ProjectRows.IdxSoundEx>, ISentryIgnorable
Constructors
IdxSoundEx(string)
Constructor for class ProjectCollection.IdxSoundEx This class represents index 'IDXProjSoundEx'.
Declaration
public IdxSoundEx(string soundEx)
Parameters
| Type | Name | Description |
|---|---|---|
| string | soundEx | What the name sounds like, for duplicate detection |
IdxSoundEx(string, StringSearchType)
Constructor for class ProjectCollection.IdxSoundEx This class represents index 'IDXProjSoundEx'.
Declaration
public IdxSoundEx(string soundEx, StringSearchType soundExSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | soundEx | What the name sounds like, for duplicate detection |
| StringSearchType | soundExSearchType | How to search for soundEx |
Properties
SoundEx
What the name sounds like, for duplicate detection
Declaration
public string SoundEx { get; set; }
Property Value
| Type | Description |
|---|---|
| string |