Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

IGridStructureView

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Runtime
Namespace LostLily.GridToolkit.Occupancy
Kind interface
Tier Stable
Roles CustomerWorkflow, ExtensionPoint
Validated version 1.0.0

Declaration

type interface LostLily.GridToolkit.Occupancy.IGridStructureView

Public members

Methods

System.Boolean TryGetExtensionView<TView>(System.String,out TView)

Properties

LostLily.GridToolkit.Coordinates.GridCoordinate Anchor { get; }
LostLily.GridToolkit.Coordinates.GridOrientation Orientation { get; }
System.Collections.Generic.IReadOnlyCollection<System.String> ExtensionIds { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate> OccupiedCells { get; }
System.String DefinitionId { get; }
System.String InstanceId { get; }
System.String LayerId { 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.