ISubEntity Interface

Represents common interface for sub-entity

Namespace:  TSD.API.Remoting.Common
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISubEntity : IHaveId, 
	IHaveIndex

The ISubEntity type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets the entity id
Public propertyEntityIndex
Gets the entity index
Public propertyEntityType
Gets the EntityType
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyType
Gets the SubEntityType
Top
See Also