Class ContactCollection.IdxName
Class representing index 'IDXContName'.
Inheritance
ContactCollection.IdxName
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class 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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)