Class PublisherData
Contains publisher specific data. Derive to extend.
Namespace: Unity.Industrial.Forma.Editor.UI.Components
Syntax
[MovedFrom(true, "UnityEditor.Industrial.Configuring.UI", "Unity.Industrial.Configurator.Editor", null)]
[Serializable]
public class PublisherData : IPublisherData
Constructors
PublisherData(String)
Constructs a PublisherData
Declaration
public PublisherData(string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | displayName |
Properties
displayName
The publisher's Name
Declaration
public string displayName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Implements
selected
Indicate if the Publisher is checked.
Declaration
public bool selected { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |