Class LocalizedEnumAttribute
Put this attribute on an enum to specify the table name for the enum values.
Inheritance
LocalizedEnumAttribute
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public class LocalizedEnumAttribute : Attribute
Constructors
|
Edit this page
View Source
LocalizedEnumAttribute(string)
Declaration
public LocalizedEnumAttribute(string tableName)
Parameters
| Type |
Name |
Description |
| string |
tableName |
|
Properties
|
Edit this page
View Source
TableName
Declaration
public string TableName { get; }
Property Value
Extension Methods