Table of Contents

Class ReportStyleIdJsonConverter

Namespace
GroupeIsa.Neos.Application.Ids
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

JSON converter for ReportStyleId.

public sealed class ReportStyleIdJsonConverter : NameAsIdJsonConverter<ReportStyleId>
Inheritance
ReportStyleIdJsonConverter
Inherited Members

Methods

FromName(string)

Creates an identifier instance from its name.

protected override ReportStyleId FromName(string name)

Parameters

name string

The identifier name.

Returns

ReportStyleId

The created identifier.