GridSnapshotCreationResult1`
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Snapshots |
| Kind | class |
| Tier | Stable |
| Roles | CustomerWorkflow |
| Validated version | 1.0.0 |
Declaration
type class LostLily.GridToolkit.Snapshots.GridSnapshotCreationResult`1
Public members
Methods
System.String FormatDiagnostics()
System.Void .ctor(TSnapshot,System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Snapshots.GridSnapshotDiagnostic>,System.Boolean)
TSnapshot GetSnapshotOrThrow()
Properties
System.Boolean Success { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Snapshots.GridSnapshotDiagnostic> Diagnostics { get; }
TSnapshot Snapshot { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.