Table of Contents

Interface IAddress

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.UIViews
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.Documentation.Examples.dll
public interface IAddress : IUIView, IEntityView
Extension Methods

Properties

City

string City { get; set; }

Property Value

string

Country

string Country { get; set; }

Property Value

string

Line1

string Line1 { get; set; }

Property Value

string

Line2

string Line2 { get; set; }

Property Value

string

PostalCode

string PostalCode { get; set; }

Property Value

string

Region

string Region { get; set; }

Property Value

string