IEntityPropertyTranslation<TEntity> Interface
Namespace: PTS.Modules.EntityTranslationComponent
Assembly: PTS.Modules.EntityTranslationComponent.dll
Syntax
public interface IEntityPropertyTranslation<TEntity> : IPropertyTranslation, IOwnedRecord, IHasGuid where TEntity : class, IIdRecord
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Properties
Entity
Declaration
TEntity Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| TEntity |
EntityId
Declaration
long EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |