Table of Contents

Class EnumTypeMetadata

Namespace
GroupeIsa.Neos.Domain.Enums
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Represents metadata for an enum type.

public class EnumTypeMetadata
Inheritance
EnumTypeMetadata
Inherited Members

Constructors

EnumTypeMetadata(string?)

Initializes a new instance of the EnumTypeMetadata class.

public EnumTypeMetadata(string? description)

Parameters

description string

The description of enum type.

Properties

Description

Gets or sets the description of the enum type.

public string? Description { get; set; }

Property Value

string