Table of Contents

Interface IModel

Namespace
Tlabs.JobCntrl.Model
Assembly
Tlabs.JobCntrl.dll

Interface of a JobControl model.

public interface IModel : IDisposable
Inherited Members
Extension Methods

Properties

Description

Model description.

string Description { get; }

Property Value

string

Name

Model name.

string Name { get; }

Property Value

string

Properties

Model properties.

IReadOnlyDictionary<string, object?> Properties { get; }

Property Value

IReadOnlyDictionary<string, object>