Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2025 software architects gmbh