Class ReportStyleId
- Namespace
- GroupeIsa.Neos.Application.Ids
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Represents a unique identifier for a report style.
[ExcludeFromCodeCoverage(Justification = "This class is transpiled to TypeScript and only contains lightweight value-object behavior.")]
[SuppressMessage("Major Bug", "S3453:Classes should not have only \"private\" constructors", Justification = "Instances are created through the FromName factory method.")]
[JsonConverter(typeof(ReportStyleIdJsonConverter))]
public sealed class ReportStyleId : NameAsId
- Inheritance
-
ReportStyleId
- Inherited Members
Methods
FromName(string)
Creates a new instance of ReportStyleId with the specified name.
public static ReportStyleId FromName(string name)
Parameters
namestringThe report style name.
Returns
- ReportStyleId
A ReportStyleId instance.