Show / Hide Table of Contents

Class PartialMatches

Holds cross-table matches, where some hits are found in main table, and others on related tables

Inheritance
object
PartialMatches
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top