Class DistrictDto
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class DistrictDto : EntityDto, IEntityDto
Constructors
DistrictDto()
Declaration
public DistrictDto()
Properties
CityId
Declaration
public Guid CityId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Population
Declaration
public int Population { get; set; }
Property Value
| Type | Description |
|---|---|
| int |