NDepend.API Documentation
RecordBase Class
Members 
NDepend.CodeQuery Namespace : RecordBase Class
The base class for all records classes. A code query result is represented through a sequence of record objects.
Object Model
RecordBase ClassRecordCellValue Class
Syntax
[DefaultMember("Item")]
public abstract class RecordBase : NDepend.Issue.IRecord  
Remarks
Having a base class for all records classes is convenient since a code query result is made of a IEnumerable$gt;RecordBase$lt;
Inheritance Hierarchy

System.Object
   NDepend.CodeQuery.RecordBase
      NDepend.CodeQuery.Record<T0>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
      NDepend.CodeQuery.Record<T0,T1>
      NDepend.CodeQuery.Record<T0,T1,T2>
      NDepend.CodeQuery.Record<T0,T1,T2,T3>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7>
      NDepend.CodeQuery.Record<T0,T1,T2,T3,T4,T5,T6,T7,T8>

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

RecordBase Members
NDepend.CodeQuery Namespace