Table of Contents

Class PropertyInputRegistration

Namespace
Artemis.UI.Shared.Services.PropertyInput
Assembly
Artemis.UI.Shared.dll

Represents a property input registration registered through RegisterPropertyInput(Type, Plugin)

public class PropertyInputRegistration
Inheritance
object
PropertyInputRegistration

Properties

Plugin

Gets the plugin that registered the property input

public Plugin Plugin { get; }

Property Value

Plugin

SupportedType

Gets the type supported by the property input

public Type SupportedType { get; }

Property Value

Type

ViewModelType

Gets the view model type of the property input

public Type ViewModelType { get; }

Property Value

Type