Interface IModel
Interface of a JobControl model.
public interface IModel : IDisposable
- Inherited Members
- Extension Methods
Properties
Description
Model description.
string Description { get; }
Property Value
Name
Model name.
string Name { get; }
Property Value
Properties
Model properties.
IReadOnlyDictionary<string, object?> Properties { get; }