Interface IRecorder
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
Index
Declaration
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
Declaration
bool PromoteToPrimary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecorderColor
Declaration
Color RecorderColor { get; set; }
Property Value
RecorderState
Declaration
RecorderState RecorderState { get; set; }
Property Value
RegistrationId
Declaration
string RegistrationId { get; set; }
Property Value
Type |
Description |
System.String |
|
SessionIdentifierText
Declaration
string SessionIdentifierText { get; set; }
Property Value
Type |
Description |
System.String |
|