Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridTopologyRegistry

Note

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

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

Declaration

type class LostLily.GridToolkit.Topology.GridTopologyRegistry

Public members

Methods

static LostLily.GridToolkit.Topology.IGridTopology Get(System.String)
static System.Boolean TryGet(System.String,out LostLily.GridToolkit.Topology.IGridTopology)
static System.Boolean Unregister(System.String)
static System.Void Register(LostLily.GridToolkit.Topology.IGridTopology)
static System.Void RegisterOrReplace(LostLily.GridToolkit.Topology.IGridTopology)

Properties

System.Collections.Generic.IReadOnlyCollection<LostLily.GridToolkit.Topology.IGridTopology> Topologies { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Topology.GridTopologyRegistrationInfo> RegistrationHistory { 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.