Class ContactCollection.IdxName
Class representing index 'IDXContName'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<ContactTableInfo, SuperOffice.CRM.Rows.ContactRow.ContactRowIdxBase>
SuperOffice.CRM.Entities.Contact.ContactIdxBase
SuperOffice.CRM.Entities.ContactCollection.ContactCollectionIdx
SuperOffice.CRM.Entities.ContactCollection.ContactCollectionIdx<ContactRows.IdxName>
ContactCollection.IdxName
Implements
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 |
---|---|---|
System.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 |
---|---|---|
System.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 |
---|---|
System.String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)