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
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
namestringThe UI view name.