Interface IModelGroup

Namespace: IndicoV2-Models-Models
Assembly: IndicoV2-Abstractions-dll

public interface IModelGroup : IModelGroupBase

Implements

IModelGroupBase

Properties

Name

Gets the ModelGroup name-

string Name { get; }

Property Value

string

SelectedModel

Gets the selected model-

IModel SelectedModel { get; }

Property Value

IModel

Status

Gets the ModelGroup status-

ModelStatus Status { get; }

Property Value

ModelStatus