Class ZipCode
Inherited Members
Namespace: Volo.Abp.Domain.Values
Assembly: Volo.Abp.Ddd.Tests.dll
Syntax
public class ZipCode : ValueObject
Constructors
ZipCode(string)
Declaration
public ZipCode(string code)
Parameters
| Type | Name | Description |
|---|---|---|
| string | code |
Properties
Code
Declaration
public string Code { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetAtomicValues()
Declaration
protected override IEnumerable<object> GetAtomicValues()
Returns
| Type | Description |
|---|---|
| IEnumerable<object> |