Interface IDescription
Interface for Entity Objects that have a description
Namespace: TimeCockpit.Data.DataModel.Signals
Assembly: TimeCockpit.Data.dll
Syntax
public interface IDescription
Properties
Category
Gets or sets the category this entity object belongs to
Declaration
string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Gets or sets the Description.
Declaration
string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |