ISubEntity Interface

Represents common interface for sub-entity

Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
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
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next