Class ProjectCollection.IdxSoundEx
Class representing index 'IDXProjSoundEx'.
Inheritance
EntityIdxBase
Project.ProjectIdxBase
ProjectCollection.ProjectCollectionIdx
ProjectCollection.ProjectCollectionIdx<ProjectRows.IdxSoundEx>
ProjectCollection.IdxSoundEx
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class 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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)