Property | Type | Description |
---|
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.
|
public TranslationInfo ( System symbolicId ) : System | ||
symbolicId | System | |
return | System |
public TranslationInfo ( string key, Opc.Ua.LocalizedText text ) : System | ||
key | string | |
text | Opc.Ua.LocalizedText | |
return | System |
public TranslationInfo ( string key, string locale, string text ) : System | ||
key | string | |
locale | string | |
text | string | |
return | System |