Class FieldName
A Custom attribute for make fields and properties multilingual
Inheritance
System.Object
FieldName
Namespace: BO4E.meta
Assembly: BO4Enet.dll
Syntax
public class FieldName : Attribute
Constructors
| Improve this Doc View SourceFieldName(String, Language)
attribute is intialized by providing both language and translation
Declaration
public FieldName(string text, Language language)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | translated field name |
| Language | language | language of the translation |
Properties
| Improve this Doc View Sourcelanguage
language of the translation
Declaration
public Language language { get; }
Property Value
| Type | Description |
|---|---|
| Language |
text
"translated" field name
Declaration
public string text { get; }
Property Value
| Type | Description |
|---|---|
| System.String |