Interface IMasterCfg
Interface of the master model configuration.
public interface IMasterCfg
- Extension Methods
Properties
Jobs
Dictionary of job(s) of MasterJob(s).
IReadOnlyDictionary<string, MasterJob> Jobs { get; }
Property Value
Starters
Dictionary of starter(s) of MasterStarter(s).
IReadOnlyDictionary<string, MasterStarter> Starters { get; }