Class EnumTypeMetadata
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
descriptionstringThe description of enum type.
Properties
Description
Gets or sets the description of the enum type.
public string? Description { get; set; }