Table of Contents

Interface IEditedCluster

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the edited cluster.

public interface IEditedCluster

Properties

DataModelingStrategy

Gets the strategy used to model data.

string DataModelingStrategy { get; }

Property Value

string

DefaultIDE

Gets the default IDE to edit serveur code.

string DefaultIDE { get; }

Property Value

string

HasNeosRepositoryPath

Gets a value indicating whether the edited cluster is in a Neos repository or has NeosRepository yaml configuration file.

bool HasNeosRepositoryPath { get; }

Property Value

bool

Languages

Gets the languages.

string[] Languages { get; }

Property Value

string[]

Name

Gets the name.

string Name { get; }

Property Value

string

PersistenceType

Gets the persistence type.

string PersistenceType { get; }

Property Value

string

Title

Gets the title.

string Title { get; }

Property Value

string