Class DistrictKey
Inheritance
object
DistrictKey
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Application
Assembly: Volo.Abp.TestApp.dll
Syntax
public class DistrictKey
Constructors
DistrictKey()
Declaration
public DistrictKey()
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 |