Class Address
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class Address : ValueObject
Constructors
Address(Guid, string, int, params string[])
Declaration
public Address(Guid cityId, string street, int number, params string[] tags)
Parameters
Properties
CityId
Declaration
public Guid CityId { get; }
Property Value
Number
Declaration
public int Number { get; }
Property Value
Street
Declaration
public string Street { get; }
Property Value
Tags
Declaration
public string[] Tags { get; }
Property Value
Methods
GetAtomicValues()
Declaration
protected override IEnumerable<object> GetAtomicValues()
Returns
Overrides
Extension Methods