Show / Hide Table of Contents

Interface IRecorder

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IRecorder

Properties

AutoExportSessionsEnabled

Declaration
bool AutoExportSessionsEnabled { get; set; }
Property Value
Type Description
System.Boolean

AutoRecordAvailable

Declaration
bool AutoRecordAvailable { get; set; }
Property Value
Type Description
System.Boolean

AutoRecordEnabled

Declaration
bool AutoRecordEnabled { get; set; }
Property Value
Type Description
System.Boolean

DataSource

Declaration
string DataSource { get; set; }
Property Value
Type Description
System.String

DbEngine

Declaration
string DbEngine { get; set; }
Property Value
Type Description
System.String

DeleteRecordedSessionOnClose

Declaration
bool DeleteRecordedSessionOnClose { get; set; }
Property Value
Type Description
System.Boolean

Enabled

Declaration
bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Id

Declaration
ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

Index

Declaration
int Index { get; set; }
Property Value
Type Description
System.Int32

IsIdle

Declaration
bool IsIdle { get; set; }
Property Value
Type Description
System.Boolean

IsInitialised

Declaration
bool IsInitialised { get; set; }
Property Value
Type Description
System.Boolean

IsRecording

Declaration
bool IsRecording { get; set; }
Property Value
Type Description
System.Boolean

ManualRecordAvailable

Declaration
bool ManualRecordAvailable { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

PersistenceLevel

Declaration
PersistenceLevel PersistenceLevel { get; set; }
Property Value
Type Description
PersistenceLevel

PromoteToPrimary

Declaration
bool PromoteToPrimary { get; set; }
Property Value
Type Description
System.Boolean

RecorderColor

Declaration
Color RecorderColor { get; set; }
Property Value
Type Description
Color

RecorderState

Declaration
RecorderState RecorderState { get; set; }
Property Value
Type Description
RecorderState

RegistrationId

Declaration
string RegistrationId { get; set; }
Property Value
Type Description
System.String

SessionIdentifierText

Declaration
string SessionIdentifierText { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX