Class AppEntityWithValueObjectAddress
Inheritance
AppEntityWithValueObjectAddress
Assembly: Volo.Abp.TestApp.dll
Syntax
public class AppEntityWithValueObjectAddress : ValueObject
Constructors
AppEntityWithValueObjectAddress(string)
Declaration
public AppEntityWithValueObjectAddress(string country)
Parameters
Type |
Name |
Description |
string |
country |
|
Properties
Country
Declaration
public string Country { get; set; }
Property Value
Methods
GetAtomicValues()
Declaration
protected override IEnumerable<object> GetAtomicValues()
Returns
Overrides
Extension Methods