Class ContactCollection.IdxName
Class representing index 'IDXContName'.
Inheritance
ContactCollection.IdxName
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ContactCollection.IdxName : ContactCollection.ContactCollectionIdx<ContactRows.IdxName>, ISentryIgnorable
Constructors
IdxName(string)
Constructor for class ContactCollection.IdxName This class represents index 'IDXContName'.
Declaration
public IdxName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Contact name |
IdxName(string, StringSearchType)
Constructor for class ContactCollection.IdxName This class represents index 'IDXContName'.
Declaration
public IdxName(string name, StringSearchType nameSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Contact name |
| StringSearchType | nameSearchType | How to search for name |
Properties
Name
Contact name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |