Interface IModelGroup
Namespace: IndicoV2-Models-Models
Assembly: IndicoV2-Abstractions-dll
public interface IModelGroup : IModelGroupBase
Implements
Properties
Gets the ModelGroup name-
string Name { get; }
Property Value
Gets the selected model-
IModel SelectedModel { get; }
Property Value
Gets the ModelGroup status-
ModelStatus Status { get; }
Property Value
Updated 10 months ago