Class ComponentProperties
[JsonConverter(typeof(ComponentProperties.ComponentPropertiesConverter))]
public abstract class ComponentProperties
- Inheritance
-
ComponentProperties
- Derived
- Inherited Members
Constructors
ComponentProperties()
protected ComponentProperties()
Properties
ComponentType
Type of the component.
[JsonPropertyName("type")]
public abstract ComponentType ComponentType { get; }