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
-
objectPropertyInputRegistration
Properties
Plugin
Gets the plugin that registered the property input
public Plugin Plugin { get; }
Property Value
SupportedType
Gets the type supported by the property input
public Type SupportedType { get; }
Property Value
ViewModelType
Gets the view model type of the property input
public Type ViewModelType { get; }