C# Class Opc.Ua.TranslationInfo

Stores the information requires to translate a string.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TranslationInfo ( ) : System

Creates an empty object.

TranslationInfo ( System symbolicId ) : System

Stores the arguments for uses with a SymbolicId that is used to look up default text.

TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System

Creates an object from a key and a LocalizedText.

TranslationInfo ( string key, string locale, string text ) : System

Creates an object from a key and a text.

Method Details

TranslationInfo() public method

Creates an empty object.
public TranslationInfo ( ) : System
return System

TranslationInfo() public method

Stores the arguments for uses with a SymbolicId that is used to look up default text.
public TranslationInfo ( System symbolicId ) : System
symbolicId System
return System

TranslationInfo() public method

Creates an object from a key and a LocalizedText.
public TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System
key string
text Opc.Ua.LocalizedText
return System

TranslationInfo() public method

Creates an object from a key and a text.
public TranslationInfo ( string key, string locale, string text ) : System
key string
locale string
text string
return System