Table of Contents

Class DataModelVisualizationRegistration

Namespace
Artemis.UI.Shared.DataModelVisualization
Assembly
Artemis.UI.Shared.dll
public class DataModelVisualizationRegistration
Inheritance
object
DataModelVisualizationRegistration

Properties

CompatibleConversionTypes

Gets a read only collection of types this visualization can convert to and from

public IReadOnlyCollection<Type>? CompatibleConversionTypes { get; }

Property Value

IReadOnlyCollection<Type>

Plugin

Gets the plugin that registered the visualization

public Plugin Plugin { get; }

Property Value

Plugin

RegistrationType

Gets the type of registration, either a display or an input

public RegistrationType RegistrationType { get; }

Property Value

RegistrationType

SupportedType

Gets the type supported by the visualization

public Type SupportedType { get; }

Property Value

Type

ViewModelType

Gets the view model type of the visualization

public Type ViewModelType { get; }

Property Value

Type