Class PersonDto
Inherited Members
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PersonDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IMultiTenant
Constructors
PersonDto()
Declaration
public PersonDto()
Properties
Age
Declaration
public int Age { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |