Interface ISubEntity
Represents common interface for sub-entity
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISubEntity : IHaveId, IHaveIndex
Properties
| Name | Description |
|---|---|
| EntityId | Gets the entity id |
| EntityIndex | Gets the entity index |
| EntityType | Gets the EntityType |
| Type | Gets the SubEntityType |