Table of Contents

Class MRecording

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a recording entity, likely encapsulating data and behavior related to media or event capture and playback.

public class MRecording
Inheritance
MRecording
Inherited Members
Extension Methods

Remarks

This class serves as a model or container for recording-related operations within the application.

Properties

StartRecordingTime

public DateTime? StartRecordingTime { get; set; }

Property Value

DateTime?

StopRecordingTime

public DateTime? StopRecordingTime { get; set; }

Property Value

DateTime?