Show / Hide Table of Contents

Class RecordingCollectionExtensions

Inheritance
System.Object
RecordingCollectionExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public static class RecordingCollectionExtensions

Methods

ToCSV(IRecording)

Builds a CSV representation of the data contained within the recording.

Declaration
public static CSVPage[] ToCSV(this IRecording recording)
Parameters
Type Name Description
IRecording recording
Returns
Type Description
CSVPage[]

CSV representation of the data contained within the recording

ToCSV(IRecording[])

Creates a set of tables that represent the recordings in CSV form.

Declaration
public static CSVPage[] ToCSV(this IRecording[] recordings)
Parameters
Type Name Description
IRecording[] recordings

The recordings to convert to CSV

Returns
Type Description
CSVPage[]

CSV representation of the recordings

Back to top Generated by DocFX