Show / Hide Table of Contents

Interface ICompositeSession

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

Properties

CompareMode

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

EndTime

Declaration
long EndTime { get; set; }
Property Value
Type Description
System.Int64

EndTimeVba

Declaration
double EndTimeVba { get; set; }
Property Value
Type Description
System.Double

Id

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

IsPrimarySession

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

Name

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

Path

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

SessionBuildNumber

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

SessionMajorVersion

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

SessionMinorVersion

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

SessionsCount

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

StartTime

Declaration
long StartTime { get; set; }
Property Value
Type Description
System.Int64

StartTimeVba

Declaration
double StartTimeVba { get; set; }
Property Value
Type Description
System.Double

State

Declaration
SessionState State { get; set; }
Property Value
Type Description
SessionState

TimeOfRecording

Declaration
DateTime TimeOfRecording { get; set; }
Property Value
Type Description
System.DateTime

Version

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