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
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
namestringThe remote name.