Interface ISubModels
Represents sub-models
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISubModels : IEntity, IHaveId, IHaveIndex
Properties
Name | Description |
---|---|
Automatic | Gets a value indicating whether sub-models are generated automatically |
SubModelCount | Gets the number of sub-models |
Methods
Name | Description |
---|---|
GetSubModelAsync(IEnumerable<int>?, CancellationToken) | Returns the sub-models from the given indices |