Class PartialMatches
Holds cross-table matches, where some hits are found in main table, and others on related tables
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class PartialMatches : Object
Constructors
PartialMatches(Int32, List<Int32>)
Holds cross-table matches, where some hits are found in main table, and others on related tables
Declaration
public PartialMatches(int ownerTableNum, List<int> ownerIds)
Parameters
Type | Name | Description |
---|---|---|
Int32 | ownerTableNum | |
List<Int32> | ownerIds |
Fields
OtherTables
Holds cross-table matches, where some hits are found in main table, and others on related tables
Declaration
public Dictionary<int, List<int>> OtherTables
Field Value
Type | Description |
---|---|
Dictionary<Int32, List<Int32>> |
OwnerIds
Holds cross-table matches, where some hits are found in main table, and others on related tables
Declaration
public List<int> OwnerIds
Field Value
Type | Description |
---|---|
List<Int32> |
OwnerTableNum
Holds cross-table matches, where some hits are found in main table, and others on related tables
Declaration
public int OwnerTableNum
Field Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
Holds cross-table matches, where some hits are found in main table, and others on related tables
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)