Show / Hide Table of Contents

Class SessionBase

Inheritance
System.Object
ModelBase
SessionBase
CompositeSession
Session
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public abstract class SessionBase : ModelBase, IExtensibleDataObject

Constructors

SessionBase()

Declaration
protected SessionBase()

Properties

EndTime

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

EndTimeVba

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

Id

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

Name

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

Path

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

SessionBuildNumber

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

SessionMajorVersion

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

SessionMinorVersion

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

StartTime

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

StartTimeVba

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

State

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

TimeOfRecording

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

Version

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

Implements

System.Runtime.Serialization.IExtensibleDataObject
In This Article
Back to top Generated by DocFX