Class

USIAutomationSnapshot

USI.Core

Public SDK type.

public sealed class USIAutomationSnapshot : IEquatable<USIAutomationSnapshot>

Constructors

USIAutomationSnapshot

public USIAutomationSnapshot(DateTimeOffset Timestamp, SimulatorProviderId ProviderId, long AircraftGraphVersion, IReadOnlyList<USIAutomationCallResult> Results)

Properties

AircraftGraphVersion

public long AircraftGraphVersion { get; set; }

ProviderId

public SimulatorProviderId ProviderId { get; set; }

Results

public IReadOnlyList<USIAutomationCallResult> Results { get; set; }

Timestamp

public DateTimeOffset Timestamp { get; set; }

Methods

<Clone>$

public USIAutomationSnapshot <Clone>$()

Deconstruct

public void Deconstruct(DateTimeOffset Timestamp, SimulatorProviderId ProviderId, long AircraftGraphVersion, IReadOnlyList<USIAutomationCallResult> Results)

Equals

public bool Equals(object obj)

Equals

public bool Equals(USIAutomationSnapshot other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()