Vixen
02b45cc4
csharp
public readonly record struct LedgerDiscrepancy

A running balance that does not match the rows behind it.

Read the guide page for this →

Fields and properties (4)

  • public LedgerAccount Account

    Whose.

  • public AssetId Asset

    Of what.

  • public long Stored

    What the balance says.

  • public long Journalled

    What the journal sums to.

Methods (2)

  • public LedgerDiscrepancy(LedgerAccount Account, AssetId Asset, long Stored, long Journalled)

    A running balance that does not match the rows behind it.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (3)

  • ILedgerVixen.Live.Persistence
  • MemoryPersistenceVixen.Live.Persistence
  • SqlPersistenceVixen.Live.Persistence