Class EntityEto
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public class EntityEto : EtoBase
Constructors
EntityEto()
Declaration
public EntityEto()
EntityEto(string, string)
Declaration
public EntityEto(string entityType, string keysAsString)
Parameters
Type | Name | Description |
---|---|---|
string | entityType | |
string | keysAsString |
Properties
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
KeysAsString
Declaration
public string KeysAsString { get; set; }
Property Value
Type | Description |
---|---|
string |