Show / Hide Table of Contents

Class ContactCollection.IdxNameDepartment

Class representing index 'INameDept'.

Inheritance
Object
EntityIdxBase
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>
Contact.ContactIdxBase
ContactCollection.ContactCollectionIdx
ContactCollection.ContactCollectionIdx<ContactRows.IdxNameDepartment>
ContactCollection.IdxNameDepartment
Implements
ISentryIgnorable
Inherited Members
ContactCollection.ContactCollectionIdx<ContactRows.IdxNameDepartment>.RowIdx
ContactCollection.ContactCollectionIdx.ToContactCollection()
ContactCollection.ContactCollectionIdx.IsDistinct
Contact.ContactIdxBase.GroupRelationTableInfo
Contact.ContactIdxBase.BusinessRelationTableInfo
Contact.ContactIdxBase.UdefSmallRelationTableInfo
Contact.ContactIdxBase.InfoRelationTableInfo
Contact.ContactIdxBase.PostalAddressRelationTableInfo
Contact.ContactIdxBase.CountryRelationTableInfo
Contact.ContactIdxBase.StreetAddressRelationTableInfo
Contact.ContactIdxBase.UdefLargeRelationTableInfo
Contact.ContactIdxBase.CategoryRelationTableInfo
Contact.ContactIdxBase.TableInfo
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.TableInfo
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.RowIdx
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.JoinRestriction
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.ReturnFields
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxNameDepartment : ContactCollection.ContactCollectionIdx<ContactRows.IdxNameDepartment>, ISentryIgnorable

Constructors

IdxNameDepartment(String, StringSearchType, String, StringSearchType)

Constructor for class ContactCollection.IdxNameDepartment This class represents index 'INameDept'.

Declaration
public IdxNameDepartment(string name, StringSearchType nameSearchType, string department, StringSearchType departmentSearchType)
Parameters
Type Name Description
String name

Contact name

StringSearchType nameSearchType

How to search for name

String department

Department

StringSearchType departmentSearchType

How to search for department

IdxNameDepartment(String, String)

Constructor for class ContactCollection.IdxNameDepartment This class represents index 'INameDept'.

Declaration
public IdxNameDepartment(string name, string department)
Parameters
Type Name Description
String name

Contact name

String department

Department

Properties

Department

Department

Declaration
public string Department { get; set; }
Property Value
Type Description
String

Name

Contact name

Declaration
public string Name { get; set; }
Property Value
Type Description
String

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top