Class AddressWithZipCode
Inheritance
AddressWithZipCode
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class AddressWithZipCode : ValueObject
Constructors
AddressWithZipCode(Guid, string, int, ZipCode, params string[])
Declaration
public AddressWithZipCode(Guid cityId, string street, int number, ZipCode zipCode, 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
ZipCode
Declaration
public ZipCode ZipCode { get; }
Property Value
Methods
GetAtomicValues()
Declaration
protected override IEnumerable<object> GetAtomicValues()
Returns
Overrides
Extension Methods