Table of Contents

Class RemoteId

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

Represents a unique identifier for a remote.

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

Properties

Name

Gets the name of the remote.

public string Name { get; }

Property Value

string

Methods

FromName(string)

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

public static RemoteId FromName(string name)

Parameters

name string

The remote name.

Returns

RemoteId

A RemoteId instance.