Class EnumMemberMetadata
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
namestringThe member name.
captionLocalizableStringThe caption of the member.
Properties
Caption
Gets or sets the caption of the member.
public LocalizableString? Caption { get; set; }
Property Value
Name
Gets or sets the member name.
public string Name { get; set; }