Table of Contents

Class ImageId

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

Represents a unique identifier for an Image.

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

Properties

Name

Gets the name of the image.

public string Name { get; }

Property Value

string

Methods

FromName(string)

Creates a new instance of ImageId with the specified name.

public static ImageId FromName(string name)

Parameters

name string

The image name.

Returns

ImageId

A ImageId instance.