GridTopologyRegistrationInfo
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Topology |
| Kind | struct |
| Tier | Stable |
| Roles | CustomerWorkflow, ExtensionPoint |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Topology.GridTopologyRegistrationInfo
Public members
Methods
System.Void .ctor(System.String,LostLily.GridToolkit.Topology.GridTopologyRegistrationKind,System.Type,System.Type)
Properties
LostLily.GridToolkit.Topology.GridTopologyRegistrationKind Kind { get; }
System.String AssemblyName { get; }
System.String TopologyId { get; }
System.Type RegisteredType { get; }
System.Type ReplacedType { 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.