Class ContactCollection.IdxDepartment
Class representing index 'IDXContDept'.
Inheritance
EntityIdxBase
Contact.ContactIdxBase
ContactCollection.ContactCollectionIdx
ContactCollection.ContactCollectionIdx<ContactRows.IdxDepartment>
ContactCollection.IdxDepartment
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDepartment : ContactCollection.ContactCollectionIdx<ContactRows.IdxDepartment>, ISentryIgnorable
Constructors
IdxDepartment(String)
Constructor for class ContactCollection.IdxDepartment This class represents index 'IDXContDept'.
Declaration
public IdxDepartment(string department)
Parameters
Type | Name | Description |
---|---|---|
String | department | Department |
IdxDepartment(String, StringSearchType)
Constructor for class ContactCollection.IdxDepartment This class represents index 'IDXContDept'.
Declaration
public IdxDepartment(string department, StringSearchType departmentSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | department | Department |
StringSearchType | departmentSearchType | How to search for department |
Properties
Department
Department
Declaration
public string Department { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)