Interface IEntity
Represents common interface for entity
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public interface IEntity : IHaveId, IHaveIndex, ICanBeUpdated
Properties
| Name | Description |
|---|---|
| CanBeDeleted | Gets a value indicating whether the entity can be deleted |
| ElementGroupName | Gets the name of the element group |
| EntityType | Gets the type of the entity |