Table of Contents

Interface IRegion

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

Properties

Id

string Id { get; set; }

Property Value

string

Name

string Name { get; set; }

Property Value

string

Territories

List<Territory> Territories { get; set; }

Property Value

List<Territory>