Table of Contents

Class ThemeId

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

Represents a unique identifier for a theme.

[ExcludeFromCodeCoverage(Justification = "This class is a placeholder for TypeScript code generation and does not contain logic that requires coverage.")]
[SuppressMessage("Major Bug", "S3453:Classes should not have only \"private\" constructors", Justification = "String in TypeScript")]
public sealed class ThemeId
Inheritance
ThemeId
Inherited Members

Properties

Name

Gets the name of the theme.

public string Name { get; }

Property Value

string

Methods

FromName(string)

Creates a new instance of ThemeId with the specified name.

public static ThemeId FromName(string name)

Parameters

name string

The theme name.

Returns

ThemeId

A ThemeId instance.