Table of Contents

Class EnumMemberMetadata

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

Represents metadata for an enum member.

public class EnumMemberMetadata
Inheritance
EnumMemberMetadata
Inherited Members

Constructors

EnumMemberMetadata(string, LocalizableString?)

Initializes a new instance of the EnumMemberMetadata class.

public EnumMemberMetadata(string name, LocalizableString? caption)

Parameters

name string

The member name.

caption LocalizableString

The caption of the member.

Properties

Caption

Gets or sets the caption of the member.

public LocalizableString? Caption { get; set; }

Property Value

LocalizableString

Name

Gets or sets the member name.

public string Name { get; set; }

Property Value

string