Class DisplayInfo<T>
Base class of all display information data contains which contain the data for the UI.
Namespace: Unity.Industrial.Forma.Core.Info
Syntax
public class DisplayInfo<T> : object
Type Parameters
Name | Description |
---|---|
T |
Properties
target
Object to which this display information belongs.
Declaration
public T target { get; set; }
Property Value
Type | Description |
---|---|
T | The target. |