Class ContactCollection.IdxMotherId
Class representing index 'IDXContMother_id'.
Inheritance
EntityIdxBase
Contact.ContactIdxBase
ContactCollection.ContactCollectionIdx
ContactCollection.ContactCollectionIdx<ContactRows.IdxMotherId>
ContactCollection.IdxMotherId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxMotherId : ContactCollection.ContactCollectionIdx<ContactRows.IdxMotherId>, ISentryIgnorable
Constructors
IdxMotherId(Int32)
Constructor for class ContactCollection.IdxMotherId This class represents index 'IDXContMother_id'.
Declaration
public IdxMotherId(int motherId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | motherId | Reserved |
Properties
MotherId
Reserved
Declaration
public int MotherId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)