Table of Contents

Class ParseableAttribute

Namespace
FemDesign.GenericClasses
Assembly
FemDesign.Core.dll

Represents strings that can be parsed to the enum by the EnumParser

[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public class ParseableAttribute : Attribute
Inheritance
ParseableAttribute
Inherited Members
Extension Methods

Constructors

ParseableAttribute(string)

Represents strings that can be parsed to the enum by the EnumParser

public ParseableAttribute(string name)

Parameters

name string

Alternative name to be parsed to the enum

ParseableAttribute(params string[])

Represents strings that can be parsed to the enum by the EnumParser

public ParseableAttribute(params string[] names)

Parameters

names string[]

Alternative names to be parsed to the enum

Fields

Names

public readonly string[] Names

Field Value

string[]