Class EntityEto
Inheritance
System.Object
EntityEto
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityEto : EtoBase
Constructors
EntityEto()
Declaration
EntityEto(String, String)
Declaration
public EntityEto(string entityType, string keysAsString)
Parameters
Type |
Name |
Description |
System.String |
entityType |
|
System.String |
keysAsString |
|
Properties
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
KeysAsString
Declaration
public string KeysAsString { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods