FormatEnumAttribute class

Controls how to format enumerations in a file, either String or Integer

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class FormatEnumAttribute : Attribute

Public Members

name description
FormatEnumAttribute(…) Default Constructor.
Options { get; set; } Format to use for formatting enumerations, either String or Integer.

See Also