Show / Hide Table of Contents

Interface ISession

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

Properties

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

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

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
  • Properties
    • EndTime
    • EndTimeVba
    • Id
    • Name
    • Path
    • SessionBuildNumber
    • SessionMajorVersion
    • SessionMinorVersion
    • StartTime
    • StartTimeVba
    • State
    • TimeOfRecording
    • Version
Back to top Generated by DocFX