Class PersonEto
Inherited Members
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PersonEto : EntityEto
Constructors
PersonEto()
Declaration
public PersonEto()
Properties
Age
Declaration
public virtual int Age { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CityId
Declaration
public virtual Guid? CityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Name
Declaration
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |