GridBoardStateSnapshot
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Snapshots |
| Kind | struct |
| Tier | Stable |
| Roles | CustomerWorkflow, SerializedContract |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Snapshots.GridBoardStateSnapshot
Public members
Fields
LostLily.GridToolkit.Snapshots.GridCellStateSnapshot[] CellStates
LostLily.GridToolkit.Snapshots.GridExtensionSnapshot[] ExtensionSnapshots
LostLily.GridToolkit.Snapshots.GridOccupancyStateSnapshot Occupancy
System.Int32 SchemaVersion
System.Int32 StorageRevision
System.Int64 Revision
static System.Int32 CurrentSchemaVersion
static System.Int32 CurrentStorageRevision
Methods
System.Void .ctor(LostLily.GridToolkit.Snapshots.GridCellStateSnapshot[],LostLily.GridToolkit.Snapshots.GridExtensionSnapshot[],System.Int64,LostLily.GridToolkit.Snapshots.GridOccupancyStateSnapshot)
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.