Class SelectionCollection.IdxAssociateId
Class representing index 'IDXSelAssoc_id'.
Inheritance
EntityIdxBase
Selection.SelectionIdxBase
SelectionCollection.SelectionCollectionIdx
SelectionCollection.SelectionCollectionIdx<SelectionRows.IdxAssociateId>
SelectionCollection.IdxAssociateId
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxAssociateId : SelectionCollection.SelectionCollectionIdx<SelectionRows.IdxAssociateId>, ISentryIgnorable
Constructors
IdxAssociateId(Int32)
Constructor for class SelectionCollection.IdxAssociateId This class represents index 'IDXSelAssoc_id'.
Declaration
public IdxAssociateId(int associateId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | associateId | Associate who owns the selection |
Properties
AssociateId
Associate who owns the selection
Declaration
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)