IEntityCollection Interface

Represents collection of IModel entities

Namespace:  TSD.API.Remoting.Common
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IEntityCollection

The IEntityCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of valid indices
Public propertyType
Get the entity type
Public propertyValidIndices
Gets the valid indices
Top
See Also