Class PublisherHelper
Class meant to fetch types of publishers provided by Forma to the user by default as determined by the PublisherAttribute
attribute
Namespace: Unity.Industrial.Forma.Core.Publishing.Publishers
Syntax
public static class PublisherHelper
Properties
PublisherTypes
Types of publishers provided by Forma to the user by default as determined by the PublisherAttribute
attribute
Declaration
public static IEnumerable<Type> PublisherTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Type> |
Methods
GetPublishers()
Return a list of publishers provided by Forma to the user by default as determined by the PublisherAttribute
attribute
Declaration
public static IEnumerable<AbstractPublisher> GetPublishers()
Returns
Type | Description |
---|---|
IEnumerable<AbstractPublisher> | List of registered publisher instances |