Show / Hide Table of Contents

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 Source

FieldName(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 Source

language

language of the translation

Declaration
public Language language { get; }
Property Value
Type Description
Language
| Improve this Doc View Source

text

"translated" field name

Declaration
public string text { get; }
Property Value
Type Description
System.String

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX