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
DefaultIDE
Gets the default IDE to edit serveur code.
string DefaultIDE { get; }
Property Value
Name
Gets the name.
string Name { get; }
Property Value
PersistenceType
Gets the persistence type.
string PersistenceType { get; }
Property Value
RootNamespace
Gets the root namespace.
string RootNamespace { get; }
Property Value
TemplateValueAutoFormatting
Gets a value indicating whether template metadata values are auto-formatted by YAML persistence.
bool TemplateValueAutoFormatting { get; }
Property Value
Title
Gets the title.
string Title { get; }