Class PartialMatches
Holds cross-table matches, where some hits are found in main table, and others on related tables
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class PartialMatches
Constructors
PartialMatches(int, List<int>)
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 |
---|---|---|
int | ownerTableNum | |
List<int> | 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<int, List<int>> |
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<int> |
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 |
---|---|
int |
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 |