Show / Hide Table of Contents

Class TimeBase

Inheritance
System.Object
ModelBase
TimeBase
Implements
System.Runtime.Serialization.IExtensibleDataObject
ITimeBase
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class TimeBase : ModelBase, IExtensibleDataObject, ITimeBase

Constructors

TimeBase()

Declaration
public TimeBase()

Fields

Empty

Declaration
public static readonly TimeBase Empty
Field Value
Type Description
TimeBase

Properties

CursorPoint

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

CursorPointVba

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

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 ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

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

Implements

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