Class SelectionCollection.IdxSource
Class representing index 'IDXSelSource'.
Inheritance
EntityIdxBase
Selection.SelectionIdxBase
SelectionCollection.SelectionCollectionIdx
SelectionCollection.SelectionCollectionIdx<SelectionRows.IdxSource>
SelectionCollection.IdxSource
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSource : SelectionCollection.SelectionCollectionIdx<SelectionRows.IdxSource>, ISentryIgnorable
Constructors
IdxSource(Int16)
Constructor for class SelectionCollection.IdxSource This class represents index 'IDXSelSource'.
Declaration
public IdxSource(short source)
Parameters
Type | Name | Description |
---|---|---|
Int16 | source | How did we get this selection? For future integration needs |
Properties
Source
How did we get this selection? For future integration needs
Declaration
public short Source { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)