Table of Contents

Class JobCntrlCfg.MasterCfgEntry

Namespace
Tlabs.JobCntrl.Config
Assembly
Tlabs.JobCntrl.dll
public class JobCntrlCfg.MasterCfgEntry
Inheritance
JobCntrlCfg.MasterCfgEntry
Inherited Members
Extension Methods

Constructors

MasterCfgEntry()

public MasterCfgEntry()

Properties

Description

public string? Description { get; set; }

Property Value

string

Name

public required string Name { get; set; }

Property Value

string

Properties

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

Property Value

IReadOnlyDictionary<string, object>

Type

public required string Type { get; set; }

Property Value

string

Methods

ToMasterJob()

public MasterJob ToMasterJob()

Returns

MasterJob

ToMasterStarter()

public MasterStarter ToMasterStarter()

Returns

MasterStarter