Table of Contents

Class JobCntrlCfg.StarterCfg

Namespace
Tlabs.JobCntrl.Config
Assembly
Tlabs.JobCntrl.dll
public class JobCntrlCfg.StarterCfg : IModelCfg, IModel, IDisposable
Inheritance
JobCntrlCfg.StarterCfg
Implements
Derived
Inherited Members
Extension Methods

Constructors

StarterCfg()

public StarterCfg()

Properties

Description

Model description.

public string Description { get; set; }

Property Value

string

Master

Name of the MasterModel the runtime-instance of this configuration template is to be based on.

public string Master { get; set; }

Property Value

string

Name

Model name.

public string Name { get; set; }

Property Value

string

Properties

Model properties.

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

Property Value

IReadOnlyDictionary<string, object>

Methods

Dispose()

public void Dispose()