Table of Contents

Class Address

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public class Address : IAddress, IUIView, IEntityView
Inheritance
Address
Implements
Inherited Members
Extension Methods

Properties

City

public string City { get; set; }

Property Value

string

Country

public string Country { get; set; }

Property Value

string

Line1

public string Line1 { get; set; }

Property Value

string

Line2

public string Line2 { get; set; }

Property Value

string

PostalCode

public string PostalCode { get; set; }

Property Value

string

Region

public string Region { get; set; }

Property Value

string