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

Name

Gets the name.

string Name { get; }

Property Value

string

PersistenceType

Gets the persistence type.

string PersistenceType { get; }

Property Value

string

RootNamespace

Gets the root namespace.

string RootNamespace { get; }

Property Value

string

TemplateValueAutoFormatting

Gets a value indicating whether template metadata values are auto-formatted by YAML persistence.

bool TemplateValueAutoFormatting { get; }

Property Value

bool

Title

Gets the title.

string Title { get; }

Property Value

string