Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridPlacementFailure

Note

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

Contract Value
Assembly LostLily.GridToolkit.Runtime
Namespace LostLily.GridToolkit.Placement
Kind struct
Tier Stable
Roles CustomerWorkflow
Validated version 1.0.0

Declaration

type struct LostLily.GridToolkit.Placement.GridPlacementFailure

Public members

Methods

System.String ToString()
System.Void .ctor(LostLily.GridToolkit.Placement.GridPlacementFailureCode,System.String,LostLily.GridToolkit.Coordinates.GridCoordinate,System.Nullable<LostLily.GridToolkit.Occupancy.GridPolicyProvenance>)

Properties

LostLily.GridToolkit.Coordinates.GridCoordinate Coordinate { get; }
LostLily.GridToolkit.Placement.GridPlacementFailureCode Code { get; }
System.Nullable<LostLily.GridToolkit.Occupancy.GridPolicyProvenance> PolicyProvenance { get; }
System.String Message { 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.