Class ContactCollection.IdxDepartment
Class representing index 'IDXContDept'.
Inheritance
ContactCollection.IdxDepartment
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ContactCollection.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 |