Class SessionBase
Inheritance
System.Object
SessionBase
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public abstract class SessionBase : ModelBase, IExtensibleDataObject
Constructors
SessionBase()
Declaration
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
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
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