Table of Contents

Class UIViewId

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

Represents a unique identifier for a UIView.

[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 UIViewId
Inheritance
UIViewId
Inherited Members

Properties

Name

Gets the name of the UIView.

public string Name { get; }

Property Value

string

Methods

FromName(string)

Creates a new instance of UIViewId with the specified name. This method can be used to avoid obsolescence warnings with ui view names as strings.

public static UIViewId FromName(string name)

Parameters

name string

The UI view name.

Returns

UIViewId

A UIViewId instance.