GridVisualIntentChannelInfo
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Visualization |
| Namespace | LostLily.GridToolkit.Visualization |
| Kind | struct |
| Tier | Stable |
| Roles | CustomerWorkflow |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Visualization.GridVisualIntentChannelInfo
Public members
Methods
System.Void .ctor(LostLily.GridToolkit.Visualization.GridVisualIntent,System.Boolean)
Properties
LostLily.GridToolkit.Visualization.GridVisualIntent Intent { get; }
LostLily.GridToolkit.Visualization.GridVisualLayer Layer { get; }
System.Boolean IsActionOwned { get; }
System.Boolean IsTransient { get; }
System.Int32 CoordinateCount { get; }
System.Int32 SortOrder { get; }
System.Object Source { get; }
System.String ChannelId { get; }
System.Type SourceType { 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.