Class ProductsPublisherSettingsAttribute
Register a publisher settings class with Forma editor.
Namespace: Unity.Industrial.Forma.Editor.UI.Components
Syntax
public class ProductsPublisherSettingsAttribute : Attribute, _Attribute
Constructors
ProductsPublisherSettingsAttribute(Type)
Constructor
Declaration
public ProductsPublisherSettingsAttribute(Type publisherType)
Parameters
Type | Name | Description |
---|---|---|
Type | publisherType | Publisher represented by settings |
Properties
PublisherType
Publisher represented by settings
Declaration
public Type PublisherType { get; }
Property Value
Type | Description |
---|---|
Type |