This class holds record data for an ibi™ Patterns - Search table.


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

Syntax

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

Remarks

This class is the means by which data is transported. It is used to load, add, and replace records, and is returned (with additional information) by a search.

All records have field structure. The field structure in the record must match the field structure of the table it will be loaded into.

Inheritance Hierarchy

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

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