This class extends NetricsMappedRecord adding information relevant to a search result (match score, etc.).


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Class NetricsSearchResult
    Inherits NetricsMappedRecord
C#
public class NetricsSearchResult : NetricsMappedRecord
C++
ref class NetricsSearchResult : NetricsMappedRecord
J#
public class NetricsSearchResult extends NetricsMappedRecord
JScript
public class NetricsSearchResult extends NetricsMappedRecord

Remarks

For a joined search the result is a joined record, a record containing all the fields from all of the tables in the join. See the ibi Patterns Concepts Guide for more information on joined records.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsBaseRecord
      NetricsServerInterface.NetricsRecord
         NetricsServerInterface.NetricsMappedRecord
            NetricsServerInterface.NetricsSearchResult

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also